is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="internalsm" nsURI="sm.meta" nsPrefix="hu.bme.mit.incquery.metamodels"> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="outTransitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/preState"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="wildcards" value=""/> <details key="name" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inTransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/postState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTokens" upperBound="-1" eType="#//EventToken" eOpposite="#//EventToken/currentState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeConstraints" upperBound="-1" eType="#//TimeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastProcessedEvent" eType="ecore:EClass CEPMeta.ecore#//Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="preState" lowerBound="1" eType="#//State" eOpposite="#//State/outTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postState" lowerBound="1" eType="#//State" eOpposite="#//State/inTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType" lowerBound="1" eType="ecore:EClass CEPMeta.ecore#//AtomicEventPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="InitState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="TrapState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventPattern" lowerBound="1" eType="ecore:EClass CEPMeta.ecore#//EventPattern" eOpposite="CEPMeta.ecore#//EventPattern/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="#//EventProcessingContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalExecutionModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachines" upperBound="-1" eType="#//StateMachine" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latestEvent" eType="ecore:EClass CEPMeta.ecore#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTokens" upperBound="-1" eType="#//EventToken" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="#//EventProcessingContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventToken"> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State" eOpposite="#//State/eventTokens"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordedEvents" upperBound="-1" eType="ecore:EClass CEPMeta.ecore#//Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraintSpecification"> <eOperations name="handleTimeConstraint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expectedLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTimestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopTimestamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericCompareOperator"> <eLiterals name="LESS_THAN" literal="LESS_THAN"/> <eLiterals name="LESS_OR_EQUALS" value="1"/> <eLiterals name="EQUALS" value="2"/> <eLiterals name="MORE_OR_EQUALS" value="3"/> <eLiterals name="MORE_THAN" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeConstraintType"> <eLiterals name="START"/> <eLiterals name="STOP" value="1"/> <eLiterals name="CHECK" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="timeConstraintSpecification" lowerBound="1" eType="#//TimeConstraintSpecification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TimeConstraintType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventProcessingContext"> <eLiterals name="CHRONICLE"/> <eLiterals name="RECENT" value="1"/> <eLiterals name="UNRESTRICTED" value="2"/> <eLiterals name="IMMEDIATE" value="3" literal="IMMEDIATE"/> <eLiterals name="STRICT_IMMEDIATE" value="4" literal="STRICT_IMMEDIATE"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/InternalSM.ecore
ecore
internalsm State outTransitions inTransitions label eventTokens timeConstraints lastProcessedEvent Transition preState guard postState Guard eventType FinalState InitState TrapState StateMachine states eventPattern priority context InternalExecutionModel stateMachines latestEvent eventTokens context EventToken currentState recordedEvents TimeConstraintSpecification handleTimeConstraint id expectedLength startTimestamp stopTimestamp NumericCompareOperator LESS_THAN LESS_THAN LESS_OR_EQUALS LESS_OR_EQUALS EQUALS EQUALS MORE_OR_EQUALS MORE_OR_EQUALS MORE_THAN MORE_THAN TimeConstraintType START START STOP STOP CHECK CHECK TimeConstraint timeConstraintSpecification type EventProcessingContext CHRONICLE CHRONICLE RECENT RECENT UNRESTRICTED UNRESTRICTED IMMEDIATE IMMEDIATE STRICT_IMMEDIATE STRICT_IMMEDIATE
null
{"directed":true,"nodes":[{"nsPrefix":"hu.bme.mit.incquery.metamodels","nsURI":"sm.meta","name":"internalsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalExecutionModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventToken","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraintSpecification","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericCompareOperator","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeConstraintType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventProcessingContext","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":"outTransitions","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":"inTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventTokens","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":"timeConstraints","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":false,"unsettable":false,"transient":false,"unique":true,"name":"lastProcessedEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","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":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":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":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"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":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":"stateMachines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"latestEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recordedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"handleTimeConstraint","lowerBound":0,"id":58,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":"expectedLength","changeable":true,"lowerBound":1,"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":"startTimestamp","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":"stopTimestamp","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"},{"name":"LESS_THAN","id":67,"value":0,"literal":"LESS_THAN","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUALS","id":68,"value":1,"literal":"LESS_OR_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":69,"value":2,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"MORE_OR_EQUALS","id":70,"value":3,"literal":"MORE_OR_EQUALS","eClass":"EEnumLiteral"},{"name":"MORE_THAN","id":71,"value":4,"literal":"MORE_THAN","eClass":"EEnumLiteral"},{"name":"START","id":72,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"STOP","id":73,"value":1,"literal":"STOP","eClass":"EEnumLiteral"},{"name":"CHECK","id":74,"value":2,"literal":"CHECK","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":"timeConstraintSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"CHRONICLE","id":79,"value":0,"literal":"CHRONICLE","eClass":"EEnumLiteral"},{"name":"RECENT","id":80,"value":1,"literal":"RECENT","eClass":"EEnumLiteral"},{"name":"UNRESTRICTED","id":81,"value":2,"literal":"UNRESTRICTED","eClass":"EEnumLiteral"},{"name":"IMMEDIATE","id":82,"value":3,"literal":"IMMEDIATE","eClass":"EEnumLiteral"},{"name":"STRICT_IMMEDIATE","id":83,"value":4,"literal":"STRICT_IMMEDIATE","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":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":15,"target":1},{"source":15,"target":22},{"source":21,"target":2},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":1},{"source":16,"target":24},{"source":23,"target":2},{"source":17,"target":25},{"source":17,"target":1},{"source":18,"target":9},{"source":18,"target":26},{"source":18,"target":1},{"source":18,"target":27},{"source":26,"target":9},{"source":19,"target":13},{"source":19,"target":28},{"source":19,"target":1},{"source":28,"target":13},{"source":20,"target":29},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":30},{"source":2,"target":24},{"source":22,"target":1},{"source":22,"target":31},{"source":22,"target":2},{"source":22,"target":15},{"source":31,"target":1},{"source":30,"target":3},{"source":30,"target":32},{"source":30,"target":2},{"source":32,"target":3},{"source":24,"target":1},{"source":24,"target":33},{"source":24,"target":2},{"source":24,"target":16},{"source":33,"target":1},{"source":3,"target":0},{"source":3,"target":34},{"source":34,"target":35},{"source":34,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":36},{"source":36,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":37},{"source":37,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":38},{"source":38,"target":1},{"source":7,"target":0},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":39,"target":1},{"source":39,"target":43},{"source":39,"target":7},{"source":43,"target":1},{"source":40,"target":44},{"source":40,"target":7},{"source":41,"target":45},{"source":41,"target":7},{"source":42,"target":14},{"source":42,"target":46},{"source":42,"target":7},{"source":46,"target":14},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":7},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":9},{"source":49,"target":53},{"source":49,"target":8},{"source":53,"target":9},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":8},{"source":54,"target":14},{"source":9,"target":0},{"source":9,"target":27},{"source":9,"target":55},{"source":27,"target":1},{"source":27,"target":56},{"source":27,"target":9},{"source":27,"target":18},{"source":56,"target":1},{"source":55,"target":57},{"source":55,"target":9},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":58,"target":10},{"source":59,"target":63},{"source":59,"target":10},{"source":60,"target":64},{"source":60,"target":10},{"source":61,"target":65},{"source":61,"target":10},{"source":62,"target":66},{"source":62,"target":10},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":67,"target":11},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":71,"target":11},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":72,"target":12},{"source":73,"target":12},{"source":74,"target":12},{"source":13,"target":0},{"source":13,"target":75},{"source":13,"target":76},{"source":75,"target":10},{"source":75,"target":77},{"source":75,"target":13},{"source":77,"target":10},{"source":76,"target":12},{"source":76,"target":78},{"source":76,"target":13},{"source":78,"target":12},{"source":14,"target":0},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":79,"target":14},{"source":80,"target":14},{"source":81,"target":14},{"source":82,"target":14},{"source":83,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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/davidediruscio/evoss/bundles/mancoosi-injector/pkginject/files/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}
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"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass"> <eAnnotations source="_xeElwB1lEemEvuQHSAd25g"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField"> <eAnnotations> <details key="_xd-fIB1lEemEvuQHSAd25g" value="_xd-fIR1lEemEvuQHSAd25g"/> <details key="_xeD-sh1lEemEvuQHSAd25g" value="_xeD-sx1lEemEvuQHSAd25g"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <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="_xd9RAB1lEemEvuQHSAd25g"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <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"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_xd9RAR1lEemEvuQHSAd25g" value="_xd9RAh1lEemEvuQHSAd25g"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="_xeFz4B1lEemEvuQHSAd25g" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> <eLiterals name="syntax" literal="syntax"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_xeD-sB1lEemEvuQHSAd25g" value="_xeD-sR1lEemEvuQHSAd25g"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression" containment="true"/> </eClassifiers> <eSubpackages name="_xeCwkB1lEemEvuQHSAd25g" nsURI="_xeCwkR1lEemEvuQHSAd25g" nsPrefix="_xeCwkh1lEemEvuQHSAd25g"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight136/26_a13.ecore
ecore
el ELPackage classes ELClass methods fields superClases innerClasses ELField ELStatement ELBlock statements ELExpression ELLiteral value ELOpCall kind ELCall callee thisArgument ELAccess variable ELBlockStatement block kind ELOp kind syntax operands precedence ELDataType _xd9RAB1lEemEvuQHSAd25g type array ELBlockStarementKind syntax blocks expressions ELModel packages ops blocks ELOpKind _xeFz4B1lEemEvuQHSAd25g infix suffix suffix prefix prefix syntax syntax ELAssignment expr _xeCwkB1lEemEvuQHSAd25g
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":"ELField","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_xd9RAB1lEemEvuQHSAd25g","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"_xeCwkh1lEemEvuQHSAd25g","nsURI":"_xeCwkR1lEemEvuQHSAd25g","name":"_xeCwkB1lEemEvuQHSAd25g","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","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":"operands","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precedence","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"},{"container":false,"ordered":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},{"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":62,"derived":false},{"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":"syntax","changeable":false,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","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":"expressions","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"name":"_xeFz4B1lEemEvuQHSAd25g","id":77,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":78,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":79,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":80,"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":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":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":3},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":30},{"source":30,"target":4},{"source":30,"target":31},{"source":30,"target":5},{"source":31,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":32},{"source":32,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":6},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":36},{"source":8,"target":37},{"source":36,"target":12},{"source":36,"target":38},{"source":36,"target":8},{"source":38,"target":12},{"source":37,"target":9},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":39,"target":42},{"source":39,"target":9},{"source":40,"target":6},{"source":40,"target":43},{"source":40,"target":9},{"source":43,"target":6},{"source":41,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":46},{"source":44,"target":10},{"source":45,"target":6},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":47,"target":5},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":5},{"source":48,"target":15},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":15},{"source":49,"target":4},{"source":12,"target":0},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":52,"target":17},{"source":52,"target":56},{"source":52,"target":12},{"source":56,"target":17},{"source":53,"target":57},{"source":53,"target":12},{"source":54,"target":58},{"source":54,"target":12},{"source":55,"target":59},{"source":55,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":60},{"source":60,"target":2},{"source":14,"target":0},{"source":14,"target":61},{"source":14,"target":62},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":14},{"source":63,"target":2},{"source":62,"target":64},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":65},{"source":15,"target":66},{"source":15,"target":67},{"source":65,"target":68},{"source":65,"target":15},{"source":66,"target":69},{"source":66,"target":15},{"source":67,"target":70},{"source":67,"target":15},{"source":16,"target":0},{"source":16,"target":71},{"source":16,"target":72},{"source":16,"target":73},{"source":71,"target":1},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":1},{"source":72,"target":12},{"source":72,"target":75},{"source":72,"target":16},{"source":75,"target":12},{"source":73,"target":15},{"source":73,"target":76},{"source":73,"target":16},{"source":76,"target":15},{"source":17,"target":0},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":17,"target":80},{"source":77,"target":17},{"source":78,"target":17},{"source":79,"target":17},{"source":80,"target":17},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":81},{"source":18,"target":82},{"source":81,"target":6},{"source":81,"target":83},{"source":81,"target":18},{"source":83,"target":6},{"source":82,"target":4},{"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="persistence" nsURI="http://cs.man.ac.uk/mdsd/webgen/persistence" nsPrefix="webgen-persistence"> <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"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Persistence"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="classifierNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="classifierNameUnique" value="dataTypes->isUnique(name) and entities->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serializationGroups" upperBound="-1" eType="#//SerializationGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//EntityOrView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ormTechnology" eType="#//OrmTechnologies" defaultValueLiteral="Kohana"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseTechnology" ordered="false" lowerBound="1" eType="#//DatabaseTechnologies" defaultValueLiteral="MySql"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestampCreation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestampUpdates" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatabaseTechnologies"> <eLiterals name="MySql"/> <eLiterals name="Oracle" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrmTechnologies"> <eLiterals name="JPA"/> <eLiterals name="DataMapper" value="1"/> <eLiterals name="Idiorm" value="2"/> <eLiterals name="Kohana" value="3" literal="Kohana"/> <eLiterals name="DoctrineORM" value="4"/> <eLiterals name="DoctrineODM" value="5" literal="DoctrineODM"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SerializationGroup" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EntityOrView" abstract="true" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="keysFromLocalFeatures"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="keysFromLocalFeatures" value="allFeatures->includesAll(keys)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="singletonName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluralisedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoKeyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoKeyPersistentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoKeyGenerationStrategy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unique" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerUnique" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//ModelLabel" containment="true" eOpposite="#//ModelLabel/labelFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsTypeOf(Entity) then&#xD;&#xA;&#x9;self.oclAsType(Entity).entityFeatures&#xD;&#xA;else&#xD;&#xA;&#x9;self.oclAsType(View).viewFeatures&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allFeatures" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsTypeOf(Entity) then&#xD;&#xA;&#x9;self.oclAsType(Entity).entityFeatures->union(self.oclAsType(Entity).associationEnds->select(e | e.bidirectional))->asOrderedSet()&#xD;&#xA;else&#xD;&#xA;&#x9;self.oclAsType(View).viewFeatures&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="features->select(f | f.oclIsKindOf(Attribute)).oclAsType(Attribute)->asOrderedSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Association" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="features->select(f | f.oclIsKindOf(Association)).oclAsType(Association)->asOrderedSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allAssociations" upperBound="-1" eType="#//Association" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="allFeatures->select(f | f.oclIsKindOf(Association)).oclAsType(Association)->asOrderedSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementsUserInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowFormTypeCustomisation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionOrmAllowAdd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionOrmAllowRemove" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullDisplayValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodeUriKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serializationGroups" upperBound="-1" eType="#//SerializationGroup"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="footerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" interface="true" eSuperTypes="#//Feature #//Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.expression/model/expression.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validationPattern" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputClass" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" abstract="true" interface="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulatedBy" upperBound="-1" eType="#//EncapsulatedAssociation" eOpposite="#//EncapsulatedAssociation/association"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEntityX" lowerBound="1" eType="#//EntityOrView" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(EntityAssociation) then&#xD;&#xA;&#x9;self.oclAsType(EntityAssociation).partOf&#xD;&#xA;else if self.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;self.oclAsType(EncapsulatedAssociation).sourceEntity&#xD;&#xA;else&#xD;&#xA;&#x9;self.oclAsType(ViewAssociation).partOf&#xD;&#xA;endif endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEntityX" lowerBound="1" eType="#//EntityOrView" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(EntityAssociation) then&#xD;&#xA;&#x9;self.oclAsType(EntityAssociation).targetEntity&#xD;&#xA;else if self.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;self.oclAsType(EncapsulatedAssociation).targetEntity&#xD;&#xA;else&#xD;&#xA;&#x9;-- TODO get other end&#xD;&#xA;&#x9;self.oclAsType(ViewAssociation).partOf&#xD;&#xA;endif endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializationMaxDepth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ModelLabel" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedElement #//Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelFor" lowerBound="1" eType="#//EntityOrView" eOpposite="#//EntityOrView/labels"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//ModelLabelFeature" containment="true" eOpposite="#//ModelLabelFeature/partOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serializationGroups" upperBound="-1" eType="#//SerializationGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLabelFeature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="partOf" lowerBound="1" eType="#//ModelLabel" eOpposite="#//ModelLabel/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLabelAttribute" eSuperTypes="#//ModelLabelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLabelAssociation" eSuperTypes="#//ModelLabelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//EntityAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicLabel" eType="#//ModelLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSourceAssociation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="not association.oclIsUndefined() implies&#xD;&#xA;&#x9;partOf.labelFor.features->includes(association)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//EntityOrView"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="featureNameUniqueWithinEntity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="featureNameUniqueWithinEntity" value="entityFeatures->isUnique(f | f.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="entityFeatures" upperBound="-1" eType="#//EntityFeature" containment="true" eOpposite="#//EntityFeature/partOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnds" upperBound="-1" eType="#//EntityAssociation" eOpposite="#//EntityAssociation/targetEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Cardinality"> <eLiterals name="Optional" literal="Optional"/> <eLiterals name="Required" literal="Required"/> <eLiterals name="Many" literal="Many"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="isHasChoices"> <eLiterals name="isA"/> <eLiterals name="hasA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityFeature" abstract="true" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedDisplayElement #//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="primaryKeyRequired"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="primaryKeyRequired" value="primaryKey implies cardinality &lt;> Cardinality::Optional"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="partOf" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/entityFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//Cardinality" defaultValueLiteral="Optional"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customiseSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanIsHasChoice" eType="#//isHasChoices"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="singletonName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluralisedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityAttribute" abstract="true" eSuperTypes="#//EntityFeature #//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containerUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ormType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slugFields" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataTypeAttribute" eSuperTypes="#//EntityAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" eType="ecore:EClass ../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="obfuscateFormFields" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caseInsensitive" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encrypt" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DateDetails"> <eLiterals name="DateOnly" literal="DateOnly"/> <eLiterals name="TimeOnly" literal="TimeOnly"/> <eLiterals name="DateAndTime" literal="DateAndTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateAttribute" eSuperTypes="#//EntityAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="details" ordered="false" lowerBound="1" eType="#//DateDetails" defaultValueLiteral="DateOnly"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UrlAttribute" eSuperTypes="#//EntityAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceAttribute" abstract="true" eSuperTypes="#//EntityAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumUploadSize" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validUploadMimeTypes" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validUploadExtensions" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uploadsWithinWebsite" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadPath" upperBound="-1" eType="#//PathElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StaticPathElement" eSuperTypes="#//PathElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatePathElement" eSuperTypes="#//PathElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileAttribute" eSuperTypes="#//ResourceAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="ImageAttribute" eSuperTypes="#//ResourceAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="LocationAttribute" eSuperTypes="#//EntityAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="EntityAssociation" abstract="true" eSuperTypes="#//EntityFeature #//Association"> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//AssociationKey" containment="true" eOpposite="#//AssociationKey/keyFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEntity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/associationEnds"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pivotTableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFeatureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetPrimaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetColumnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetDisplayLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetHeaderClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetInputClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="input_association"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetDisplayClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFooterClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationWithoutContainment" eSuperTypes="#//EntityAssociation"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="oneToManyAssociationsMustBeBidirectional"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="oneToManyAssociationsMustBeBidirectional" value="cardinality = Cardinality::Optional and targetCardinality = Cardinality::Required implies bidirectional"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetCardinality" lowerBound="1" eType="#//Cardinality" defaultValueLiteral="Required"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetUnique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationWithContainment" eSuperTypes="#//EntityAssociation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceVisible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyFor" lowerBound="1" eType="#//EntityAssociation" eOpposite="#//EntityAssociation/keys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceFeature" lowerBound="1" eType="#//EntityFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetFeature" eType="#//EntityFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//EntityOrView"> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulates" upperBound="-1" eType="#//EntityOrView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewFeatures" upperBound="-1" eType="#//ViewFeature" containment="true" eOpposite="#//ViewFeature/partOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="partOf" lowerBound="1" eType="#//View" eOpposite="#//View/viewFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedFeature" eSuperTypes="#//ViewFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayLabel" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedAttribute" eSuperTypes="#//EncapsulatedFeature #//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if not self.alias.oclIsUndefined() then&#xD;&#xA;&#x9;if self.alias &lt;> '' then&#xD;&#xA;&#x9;&#x9;self.alias&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;'empty alias'&#xD;&#xA;&#x9;endif&#xD;&#xA;else if attribute.oclIsUndefined() then&#xD;&#xA;&#x9;''&#xD;&#xA;else &#xD;&#xA;&#x9;if attribute.oclIsKindOf(EntityAttribute) then&#xD;&#xA;&#x9;&#x9;attribute.oclAsType(EntityAttribute).name&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;attribute.oclAsType(EncapsulatedAttribute).name&#xD;&#xA;&#x9;endif&#xD;&#xA;endif endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//Cardinality"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if attribute.oclIsUndefined() then&#xD;&#xA;&#x9;Cardinality::Optional&#xD;&#xA;else &#xD;&#xA;&#x9;if attribute.oclIsKindOf(EntityAttribute) then&#xD;&#xA;&#x9;&#x9;attribute.oclAsType(EntityAttribute).cardinality&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;attribute.oclAsType(EncapsulatedAttribute).cardinality&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedAssociation" eSuperTypes="#//EncapsulatedFeature #//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if not alias.oclIsUndefined() then&#xD;&#xA;&#x9;if alias &lt;> '' then&#xD;&#xA;&#x9;&#x9;alias&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;'empty alias'&#xD;&#xA;&#x9;endif&#xD;&#xA;else if association.oclIsUndefined() then&#xD;&#xA;&#x9;''&#xD;&#xA;else&#xD;&#xA;&#x9;if association.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;association.oclAsType(EncapsulatedAssociation).name&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;if isSourceAssociation then&#xD;&#xA;&#x9;&#x9;&#x9;if self.association.oclIsKindOf(EntityAssociation) then&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;self.association.oclAsType(EntityAssociation).name&#xD;&#xA;&#x9;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;association.oclAsType(ViewAssociation).name&#xD;&#xA;&#x9;&#x9;&#x9;endif&#xD;&#xA;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;if self.association.oclIsKindOf(EntityAssociation) then&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;self.association.oclAsType(EntityAssociation).targetFeatureName&#xD;&#xA;&#x9;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;association.oclAsType(ViewAssociation).opposite.name&#xD;&#xA;&#x9;&#x9;&#x9;endif&#xD;&#xA;&#x9;&#x9;endif&#xD;&#xA;&#x9;endif&#xD;&#xA;endif endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//Association" eOpposite="#//Association/encapsulatedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulatedTarget" eType="#//EncapsulatedAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSourceAssociation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="not association.oclIsUndefined() implies&#xD;&#xA;&#x9;partOf.encapsulates->collect(eov | eov.features)->includes(association)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//Cardinality"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if association.oclIsUndefined() then&#xD;&#xA;&#x9;Cardinality::Optional&#xD;&#xA;else&#xD;&#xA;&#x9;if association.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;association.oclAsType(EncapsulatedAssociation).cardinality&#xD;&#xA;&#x9;else if association.oclIsTypeOf(ViewAssociation) then&#xD;&#xA;&#x9;&#x9;if isSourceAssociation then&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(ViewAssociation).cardinality&#xD;&#xA;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(ViewAssociation).opposite.cardinality&#xD;&#xA;&#x9;&#x9;endif&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;if isSourceAssociation then&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(EntityAssociation).cardinality&#xD;&#xA;&#x9;&#x9;else if association.oclIsTypeOf(AssociationWithContainment) then&#xD;&#xA;&#x9;&#x9;&#x9;Cardinality::Required&#xD;&#xA;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(AssociationWithoutContainment).targetCardinality &#xD;&#xA;&#x9;&#x9;endif endif&#xD;&#xA;&#x9;endif endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEntity" lowerBound="1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if association.oclIsUndefined() then&#xD;&#xA;&#x9;null&#xD;&#xA;else&#xD;&#xA;&#x9;if association.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;association.oclAsType(EncapsulatedAssociation).sourceEntity&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;if isSourceAssociation then&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(EntityAssociation).partOf&#xD;&#xA;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(EntityAssociation).targetEntity &#xD;&#xA;&#x9;&#x9;endif&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEntity" lowerBound="1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if association.oclIsUndefined() then&#xD;&#xA;&#x9;null&#xD;&#xA;else&#xD;&#xA;&#x9;if association.oclIsTypeOf(EncapsulatedAssociation) then&#xD;&#xA;&#x9;&#x9;association.oclAsType(EncapsulatedAssociation).targetEntity&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;if isSourceAssociation then&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(EntityAssociation).targetEntity &#xD;&#xA;&#x9;&#x9;else&#xD;&#xA;&#x9;&#x9;&#x9;association.oclAsType(EntityAssociation).partOf&#xD;&#xA;&#x9;&#x9;endif&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewAssociation" eSuperTypes="../../uk.ac.man.cs.mdsd.webgen.base/model/base.ecore#//NamedDisplayElement #//ViewFeature #//Association"> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" lowerBound="1" eType="#//EncapsulatedAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//Cardinality" defaultValueLiteral="Optional"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/andymcr/webgen/uk.ac.man.cs.mdsd.webgen.presistence/model/persistence.ecore
ecore
persistence Persistence serializationGroups dataTypes entities ormTechnology Kohana databaseTechnology MySql timestampCreation true timestampUpdates true DatabaseTechnologies MySql MySql Oracle Oracle OrmTechnologies JPA JPA DataMapper DataMapper Idiorm Idiorm Kohana Kohana DoctrineORM DoctrineORM DoctrineODM DoctrineODM SerializationGroup EntityOrView singletonName pluralisedName keys tableName autoKeyName id autoKeyPersistentType integer autoKeyGenerationStrategy unique containerUnique labels features allFeatures attributes associations allAssociations implementsUserInterface false allowFormTypeCustomisation Feature title collectionOrmAllowAdd false collectionOrmAllowRemove false placeholder nullDisplayValue encodeUriKey false serializationGroups headerClass displayClass footerClass Attribute defaultValue validationPattern inputClass Association pseudo false encapsulatedBy inputClass sourceEntityX targetEntityX serializationMaxDepth 1 Label ModelLabel labelFor format customise false features serializationGroups ModelLabelFeature partOf ModelLabelAttribute attribute dateFormat ModelLabelAssociation association dynamicLabel isSourceAssociation Entity entityFeatures associationEnds Cardinality Optional Optional Required Required Many Many isHasChoices isA isA hasA hasA EntityFeature partOf cardinality Optional ordered false primaryKey derived false customiseSet false booleanIsHasChoice singletonName pluralisedName columnName EntityAttribute hidden false containerUnique persistentType ormType interfaceType slugFields unique false DataTypeAttribute dataType obfuscateFormFields false caseInsensitive false encrypt false DateDetails DateOnly DateOnly TimeOnly TimeOnly DateAndTime DateAndTime DateAttribute details DateOnly format UrlAttribute displayValue ResourceAttribute maximumUploadSize -1 validUploadMimeTypes validUploadExtensions uploadsWithinWebsite uploadPath PathElement StaticPathElement element DatePathElement format FileAttribute ImageAttribute LocationAttribute EntityAssociation keys targetEntity bidirectional false unique true pivotTableName targetFeatureName targetPrimaryKey false targetColumnName targetDisplayLabel targetHeaderClass targetInputClass input_association targetDisplayClass targetFooterClass AssociationWithoutContainment targetCardinality Required targetUnique true AssociationWithContainment sourceVisible true AssociationKey keyFor sourceFeature targetFeature View encapsulates viewFeatures ViewFeature partOf EncapsulatedFeature displayLabel alias columnName EncapsulatedAttribute name attribute cardinality EncapsulatedAssociation name association encapsulatedTarget isSourceAssociation cardinality sourceEntity targetEntity ViewAssociation opposite cardinality Optional
null
{"directed":true,"nodes":[{"nsPrefix":"webgen-persistence","nsURI":"http://cs.man.ac.uk/mdsd/webgen/persistence","name":"persistence","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persistence","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatabaseTechnologies","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrmTechnologies","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SerializationGroup","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityOrView","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLabel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLabelFeature","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLabelAttribute","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLabelAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"isHasChoices","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityAttribute","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DateDetails","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateAttribute","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlAttribute","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceAttribute","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPathElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatePathElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileAttribute","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageAttribute","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationAttribute","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityAssociation","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationWithoutContainment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationWithContainment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationKey","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewFeature","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedFeature","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedAttribute","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedAssociation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewAssociation","instanceClass":null,"abstract":false,"id":39,"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":"serializationGroups","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":"dataTypes","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Kohana","unsettable":false,"transient":false,"unique":true,"name":"ormTechnology","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"MySql","unsettable":false,"transient":false,"unique":true,"name":"databaseTechnology","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"timestampCreation","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"timestampUpdates","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"},{"name":"MySql","id":54,"value":0,"literal":"MySql","eClass":"EEnumLiteral"},{"name":"Oracle","id":55,"value":1,"literal":"Oracle","eClass":"EEnumLiteral"},{"name":"JPA","id":56,"value":0,"literal":"JPA","eClass":"EEnumLiteral"},{"name":"DataMapper","id":57,"value":1,"literal":"DataMapper","eClass":"EEnumLiteral"},{"name":"Idiorm","id":58,"value":2,"literal":"Idiorm","eClass":"EEnumLiteral"},{"name":"Kohana","id":59,"value":3,"literal":"Kohana","eClass":"EEnumLiteral"},{"name":"DoctrineORM","id":60,"value":4,"literal":"DoctrineORM","eClass":"EEnumLiteral"},{"name":"DoctrineODM","id":61,"value":5,"literal":"DoctrineODM","eClass":"EEnumLiteral"},{"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":"singletonName","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":"pluralisedName","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"id","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"id","unsettable":false,"transient":false,"unique":true,"name":"autoKeyName","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"integer","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"integer","unsettable":false,"transient":false,"unique":true,"name":"autoKeyPersistentType","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":"autoKeyGenerationStrategy","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerUnique","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"features","changeable":false,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":74,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"attributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":75,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"associations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":76,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allAssociations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":77,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"implementsUserInterface","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowFormTypeCustomisation","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":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":"labelFor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":"title","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":"false","unsettable":false,"transient":false,"unique":true,"name":"collectionOrmAllowAdd","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":"false","unsettable":false,"transient":false,"unique":true,"name":"collectionOrmAllowRemove","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"placeholder","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullDisplayValue","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"encodeUriKey","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serializationGroups","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":"headerClass","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayClass","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"footerClass","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"validationPattern","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"inputClass","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"pseudo","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":"encapsulatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"inputClass","changeable":true,"lowerBound":0,"iD":false,"id":129,"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":"sourceEntityX","changeable":false,"resolveProxies":true,"lowerBound":1,"id":130,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"targetEntityX","changeable":false,"resolveProxies":true,"lowerBound":1,"id":131,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"serializationMaxDepth","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":"association","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"customise","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serializationGroups","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"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"partOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"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":"dateFormat","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dynamicLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"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":"isSourceAssociation","changeable":false,"lowerBound":1,"iD":false,"id":161,"derived":true},{"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":"entityFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationEnds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"partOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"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":"targetEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"name":"Optional","id":173,"value":0,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Required","id":174,"value":0,"literal":"Required","eClass":"EEnumLiteral"},{"name":"Many","id":175,"value":0,"literal":"Many","eClass":"EEnumLiteral"},{"name":"isA","id":176,"value":0,"literal":"isA","eClass":"EEnumLiteral"},{"name":"hasA","id":177,"value":0,"literal":"hasA","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Optional","unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":178,"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":"ordered","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":180,"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":"derived","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":"false","unsettable":false,"transient":false,"unique":true,"name":"customiseSet","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanIsHasChoice","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":"singletonName","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluralisedName","changeable":true,"lowerBound":0,"iD":false,"id":185,"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":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containerUnique","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":"persistentType","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ormType","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slugFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"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":"unique","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"obfuscateFormFields","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"caseInsensitive","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"encrypt","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"name":"DateOnly","id":224,"value":0,"literal":"DateOnly","eClass":"EEnumLiteral"},{"name":"TimeOnly","id":225,"value":0,"literal":"TimeOnly","eClass":"EEnumLiteral"},{"name":"DateAndTime","id":226,"value":0,"literal":"DateAndTime","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"DateOnly","unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"format","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayValue","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"maximumUploadSize","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"validUploadMimeTypes","changeable":true,"lowerBound":0,"iD":false,"id":236,"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":"validUploadExtensions","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uploadsWithinWebsite","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uploadPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":1,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"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":"bidirectional","changeable":true,"lowerBound":1,"iD":false,"id":256,"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":"unique","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pivotTableName","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetFeatureName","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"targetPrimaryKey","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetColumnName","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetDisplayLabel","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetHeaderClass","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"input_association","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"input_association","unsettable":false,"transient":false,"unique":true,"name":"targetInputClass","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetDisplayClass","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":"targetFooterClass","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"keyFor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Required","unsettable":false,"transient":false,"unique":true,"name":"targetCardinality","changeable":true,"lowerBound":1,"iD":false,"id":283,"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":"targetUnique","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":"sourceVisible","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encapsulates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayLabel","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":311,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"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":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":319,"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":"encapsulatedTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"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":"isSourceAssociation","changeable":false,"lowerBound":1,"iD":false,"id":321,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":322,"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":"sourceEntity","changeable":false,"resolveProxies":true,"lowerBound":1,"id":323,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"targetEntity","changeable":false,"resolveProxies":true,"lowerBound":1,"id":324,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Optional","unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":40,"target":4},{"source":40,"target":47},{"source":40,"target":1},{"source":47,"target":4},{"source":41,"target":48},{"source":41,"target":1},{"source":42,"target":5},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":5},{"source":43,"target":3},{"source":43,"target":50},{"source":43,"target":1},{"source":50,"target":3},{"source":44,"target":2},{"source":44,"target":51},{"source":44,"target":1},{"source":51,"target":2},{"source":45,"target":52},{"source":45,"target":1},{"source":46,"target":53},{"source":46,"target":1},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":54,"target":2},{"source":55,"target":2},{"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":56,"target":3},{"source":57,"target":3},{"source":58,"target":3},{"source":59,"target":3},{"source":60,"target":3},{"source":61,"target":3},{"source":4,"target":0},{"source":4,"target":62},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":63,"target":81},{"source":63,"target":5},{"source":64,"target":82},{"source":64,"target":5},{"source":65,"target":6},{"source":65,"target":83},{"source":65,"target":5},{"source":83,"target":6},{"source":66,"target":84},{"source":66,"target":5},{"source":67,"target":85},{"source":67,"target":5},{"source":68,"target":86},{"source":68,"target":5},{"source":69,"target":87},{"source":69,"target":5},{"source":70,"target":6},{"source":70,"target":88},{"source":70,"target":5},{"source":88,"target":6},{"source":71,"target":6},{"source":71,"target":89},{"source":71,"target":5},{"source":89,"target":6},{"source":72,"target":10},{"source":72,"target":90},{"source":72,"target":5},{"source":72,"target":91},{"source":90,"target":10},{"source":73,"target":6},{"source":73,"target":92},{"source":73,"target":5},{"source":92,"target":6},{"source":74,"target":6},{"source":74,"target":93},{"source":74,"target":5},{"source":93,"target":6},{"source":75,"target":7},{"source":75,"target":94},{"source":75,"target":5},{"source":94,"target":7},{"source":76,"target":8},{"source":76,"target":95},{"source":76,"target":5},{"source":95,"target":8},{"source":77,"target":8},{"source":77,"target":96},{"source":77,"target":5},{"source":96,"target":8},{"source":78,"target":97},{"source":78,"target":5},{"source":79,"target":98},{"source":79,"target":5},{"source":6,"target":0},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":6,"target":103},{"source":6,"target":104},{"source":6,"target":105},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":99,"target":109},{"source":99,"target":6},{"source":100,"target":110},{"source":100,"target":6},{"source":101,"target":111},{"source":101,"target":6},{"source":102,"target":112},{"source":102,"target":6},{"source":103,"target":113},{"source":103,"target":6},{"source":104,"target":114},{"source":104,"target":6},{"source":105,"target":4},{"source":105,"target":115},{"source":105,"target":6},{"source":115,"target":4},{"source":106,"target":116},{"source":106,"target":6},{"source":107,"target":117},{"source":107,"target":6},{"source":108,"target":118},{"source":108,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":9},{"source":7,"target":119},{"source":7,"target":120},{"source":7,"target":121},{"source":7,"target":122},{"source":7,"target":123},{"source":119,"target":124},{"source":119,"target":7},{"source":120,"target":125},{"source":120,"target":7},{"source":121,"target":126},{"source":121,"target":7},{"source":122,"target":6},{"source":123,"target":9},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":8,"target":133},{"source":127,"target":134},{"source":127,"target":8},{"source":128,"target":38},{"source":128,"target":135},{"source":128,"target":8},{"source":128,"target":136},{"source":135,"target":38},{"source":129,"target":137},{"source":129,"target":8},{"source":130,"target":5},{"source":130,"target":138},{"source":130,"target":8},{"source":138,"target":5},{"source":131,"target":5},{"source":131,"target":139},{"source":131,"target":8},{"source":139,"target":5},{"source":132,"target":140},{"source":132,"target":8},{"source":133,"target":6},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":91},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":91,"target":5},{"source":91,"target":147},{"source":91,"target":10},{"source":91,"target":72},{"source":147,"target":5},{"source":141,"target":148},{"source":141,"target":10},{"source":142,"target":149},{"source":142,"target":10},{"source":143,"target":11},{"source":143,"target":150},{"source":143,"target":10},{"source":143,"target":151},{"source":150,"target":11},{"source":144,"target":4},{"source":144,"target":152},{"source":144,"target":10},{"source":152,"target":4},{"source":146,"target":9},{"source":11,"target":0},{"source":11,"target":151},{"source":151,"target":10},{"source":151,"target":153},{"source":151,"target":11},{"source":151,"target":143},{"source":153,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":154},{"source":12,"target":155},{"source":12,"target":156},{"source":154,"target":7},{"source":154,"target":157},{"source":154,"target":12},{"source":157,"target":7},{"source":155,"target":158},{"source":155,"target":12},{"source":156,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":159,"target":30},{"source":159,"target":163},{"source":159,"target":13},{"source":163,"target":30},{"source":160,"target":10},{"source":160,"target":164},{"source":160,"target":13},{"source":164,"target":10},{"source":161,"target":165},{"source":161,"target":13},{"source":162,"target":11},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":166},{"source":14,"target":167},{"source":14,"target":168},{"source":166,"target":17},{"source":166,"target":169},{"source":166,"target":14},{"source":166,"target":170},{"source":169,"target":17},{"source":167,"target":30},{"source":167,"target":171},{"source":167,"target":14},{"source":167,"target":172},{"source":171,"target":30},{"source":168,"target":5},{"source":15,"target":0},{"source":15,"target":173},{"source":15,"target":174},{"source":15,"target":175},{"source":173,"target":15},{"source":174,"target":15},{"source":175,"target":15},{"source":16,"target":0},{"source":16,"target":176},{"source":16,"target":177},{"source":176,"target":16},{"source":177,"target":16},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":170},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":170,"target":14},{"source":170,"target":189},{"source":170,"target":17},{"source":170,"target":166},{"source":189,"target":14},{"source":178,"target":15},{"source":178,"target":190},{"source":178,"target":17},{"source":190,"target":15},{"source":179,"target":191},{"source":179,"target":17},{"source":180,"target":192},{"source":180,"target":17},{"source":181,"target":193},{"source":181,"target":17},{"source":182,"target":194},{"source":182,"target":17},{"source":183,"target":16},{"source":183,"target":195},{"source":183,"target":17},{"source":195,"target":16},{"source":184,"target":196},{"source":184,"target":17},{"source":185,"target":197},{"source":185,"target":17},{"source":186,"target":198},{"source":186,"target":17},{"source":188,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":7},{"source":18,"target":199},{"source":18,"target":200},{"source":18,"target":201},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":18,"target":207},{"source":199,"target":208},{"source":199,"target":18},{"source":200,"target":209},{"source":200,"target":18},{"source":201,"target":210},{"source":201,"target":18},{"source":202,"target":211},{"source":202,"target":18},{"source":203,"target":212},{"source":203,"target":18},{"source":204,"target":7},{"source":204,"target":213},{"source":204,"target":18},{"source":213,"target":7},{"source":205,"target":214},{"source":205,"target":18},{"source":206,"target":17},{"source":207,"target":7},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":215},{"source":19,"target":216},{"source":19,"target":217},{"source":19,"target":218},{"source":19,"target":219},{"source":215,"target":220},{"source":215,"target":19},{"source":216,"target":221},{"source":216,"target":19},{"source":217,"target":222},{"source":217,"target":19},{"source":218,"target":223},{"source":218,"target":19},{"source":219,"target":18},{"source":20,"target":0},{"source":20,"target":224},{"source":20,"target":225},{"source":20,"target":226},{"source":224,"target":20},{"source":225,"target":20},{"source":226,"target":20},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":227},{"source":21,"target":228},{"source":21,"target":229},{"source":227,"target":20},{"source":227,"target":230},{"source":227,"target":21},{"source":230,"target":20},{"source":228,"target":231},{"source":228,"target":21},{"source":229,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":232},{"source":22,"target":233},{"source":232,"target":234},{"source":232,"target":22},{"source":233,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":235},{"source":23,"target":236},{"source":23,"target":237},{"source":23,"target":238},{"source":23,"target":239},{"source":23,"target":240},{"source":235,"target":241},{"source":235,"target":23},{"source":236,"target":242},{"source":236,"target":23},{"source":237,"target":243},{"source":237,"target":23},{"source":238,"target":244},{"source":238,"target":23},{"source":239,"target":24},{"source":239,"target":245},{"source":239,"target":23},{"source":245,"target":24},{"source":240,"target":18},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":246},{"source":25,"target":247},{"source":246,"target":248},{"source":246,"target":25},{"source":247,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":249},{"source":26,"target":250},{"source":249,"target":251},{"source":249,"target":26},{"source":250,"target":24},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":252},{"source":252,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":253},{"source":253,"target":23},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":254},{"source":254,"target":18},{"source":30,"target":0},{"source":30,"target":17},{"source":30,"target":8},{"source":30,"target":255},{"source":30,"target":172},{"source":30,"target":256},{"source":30,"target":257},{"source":30,"target":258},{"source":30,"target":259},{"source":30,"target":260},{"source":30,"target":261},{"source":30,"target":262},{"source":30,"target":263},{"source":30,"target":264},{"source":30,"target":265},{"source":30,"target":266},{"source":30,"target":267},{"source":30,"target":268},{"source":255,"target":33},{"source":255,"target":269},{"source":255,"target":30},{"source":255,"target":270},{"source":269,"target":33},{"source":172,"target":14},{"source":172,"target":271},{"source":172,"target":30},{"source":172,"target":167},{"source":271,"target":14},{"source":256,"target":272},{"source":256,"target":30},{"source":257,"target":273},{"source":257,"target":30},{"source":258,"target":274},{"source":258,"target":30},{"source":259,"target":275},{"source":259,"target":30},{"source":260,"target":276},{"source":260,"target":30},{"source":261,"target":277},{"source":261,"target":30},{"source":262,"target":278},{"source":262,"target":30},{"source":263,"target":279},{"source":263,"target":30},{"source":264,"target":280},{"source":264,"target":30},{"source":265,"target":281},{"source":265,"target":30},{"source":266,"target":282},{"source":266,"target":30},{"source":267,"target":17},{"source":268,"target":8},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":283},{"source":31,"target":284},{"source":31,"target":285},{"source":283,"target":15},{"source":283,"target":286},{"source":283,"target":31},{"source":286,"target":15},{"source":284,"target":287},{"source":284,"target":31},{"source":285,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":288},{"source":32,"target":289},{"source":288,"target":290},{"source":288,"target":32},{"source":289,"target":30},{"source":33,"target":0},{"source":33,"target":270},{"source":33,"target":291},{"source":33,"target":292},{"source":270,"target":30},{"source":270,"target":293},{"source":270,"target":33},{"source":270,"target":255},{"source":293,"target":30},{"source":291,"target":17},{"source":291,"target":294},{"source":291,"target":33},{"source":294,"target":17},{"source":292,"target":17},{"source":292,"target":295},{"source":292,"target":33},{"source":295,"target":17},{"source":34,"target":0},{"source":34,"target":5},{"source":34,"target":296},{"source":34,"target":297},{"source":34,"target":298},{"source":296,"target":5},{"source":296,"target":299},{"source":296,"target":34},{"source":299,"target":5},{"source":297,"target":35},{"source":297,"target":300},{"source":297,"target":34},{"source":297,"target":301},{"source":300,"target":35},{"source":298,"target":5},{"source":35,"target":0},{"source":35,"target":6},{"source":35,"target":301},{"source":35,"target":302},{"source":301,"target":34},{"source":301,"target":303},{"source":301,"target":35},{"source":301,"target":297},{"source":303,"target":34},{"source":302,"target":6},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":304},{"source":36,"target":305},{"source":36,"target":306},{"source":36,"target":307},{"source":304,"target":308},{"source":304,"target":36},{"source":305,"target":309},{"source":305,"target":36},{"source":306,"target":310},{"source":306,"target":36},{"source":307,"target":35},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":7},{"source":37,"target":311},{"source":37,"target":312},{"source":37,"target":313},{"source":37,"target":314},{"source":37,"target":315},{"source":311,"target":316},{"source":311,"target":37},{"source":312,"target":7},{"source":312,"target":317},{"source":312,"target":37},{"source":317,"target":7},{"source":313,"target":15},{"source":313,"target":318},{"source":313,"target":37},{"source":318,"target":15},{"source":314,"target":36},{"source":315,"target":7},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":8},{"source":38,"target":319},{"source":38,"target":136},{"source":38,"target":320},{"source":38,"target":321},{"source":38,"target":322},{"source":38,"target":323},{"source":38,"target":324},{"source":38,"target":325},{"source":38,"target":326},{"source":319,"target":327},{"source":319,"target":38},{"source":136,"target":8},{"source":136,"target":328},{"source":136,"target":38},{"source":136,"target":128},{"source":328,"target":8},{"source":320,"target":38},{"source":320,"target":329},{"source":320,"target":38},{"source":329,"target":38},{"source":321,"target":330},{"source":321,"target":38},{"source":322,"target":15},{"source":322,"target":331},{"source":322,"target":38},{"source":331,"target":15},{"source":323,"target":14},{"source":323,"target":332},{"source":323,"target":38},{"source":332,"target":14},{"source":324,"target":14},{"source":324,"target":333},{"source":324,"target":38},{"source":333,"target":14},{"source":325,"target":36},{"source":326,"target":8},{"source":39,"target":0},{"source":39,"target":35},{"source":39,"target":8},{"source":39,"target":334},{"source":39,"target":335},{"source":39,"target":336},{"source":39,"target":337},{"source":39,"target":338},{"source":334,"target":38},{"source":334,"target":339},{"source":334,"target":39},{"source":339,"target":38},{"source":335,"target":15},{"source":335,"target":340},{"source":335,"target":39},{"source":340,"target":15},{"source":337,"target":35},{"source":338,"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="type" nsURI="http://www.sourcepit.org/java/type/Type" nsPrefix="type"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/resource/org.sourcepit.java.literals/model/generated/Literals.ecore#//literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="type"/> <eClassifiers xsi:type="ecore:EClass" name="primitiveType" eSuperTypes="#//type"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="referenceType" eSuperTypes="#//type #//typeArgument #//wildcardBounds"/> <eClassifiers xsi:type="ecore:EClass" name="classOrInterfaceType" eSuperTypes="#//referenceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="classOrInterfaceTypeSegments" upperBound="-1" eType="#//classOrInterfaceTypeSegment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classOrInterfaceTypeSegment"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" 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="typeArguments" eType="#//typeArguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classType" eSuperTypes="#//interfaceType #//superclass #//exceptionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" eType="#//typeArguments" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classOrInterfaceType" eType="#//classOrInterfaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classType_lf_classOrInterfaceType" eSuperTypes="#//interfaceType_lf_classOrInterfaceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" 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="typeArguments" eType="#//typeArguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classType_lfno_classOrInterfaceType" eSuperTypes="#//interfaceType_lfno_classOrInterfaceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" 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="typeArguments" eType="#//typeArguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceType" eSuperTypes="#//additionalBound"/> <eClassifiers xsi:type="ecore:EClass" name="interfaceType_lf_classOrInterfaceType"/> <eClassifiers xsi:type="ecore:EClass" name="interfaceType_lfno_classOrInterfaceType"/> <eClassifiers xsi:type="ecore:EClass" name="typeVariable" eSuperTypes="#//referenceType #//exceptionType"/> <eClassifiers xsi:type="ecore:EClass" name="arrayType" eSuperTypes="#//referenceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dims" eType="#//dims" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="dims"> <eStructuralFeatures xsi:type="ecore:EReference" name="dims" upperBound="-1" eType="#//dim" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="dim"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="typeParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameterModifiers" upperBound="-1" eType="#//typeParameterModifier" 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="typeBound" eType="#//typeBound" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="typeParameterModifier"/> <eClassifiers xsi:type="ecore:EClass" name="typeBound"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeVariable" eType="#//typeVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classOrInterfaceType" eType="#//classOrInterfaceType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalBound" upperBound="-1" eType="#//additionalBound" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="additionalBound"/> <eClassifiers xsi:type="ecore:EClass" name="typeArguments"/> <eClassifiers xsi:type="ecore:EClass" name="typeArgumentList" eSuperTypes="#//typeArguments"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//typeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="typeArgument"/> <eClassifiers xsi:type="ecore:EClass" name="wildcard" eSuperTypes="#//typeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wildcardBounds" eType="#//wildcardBounds" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="wildcardBounds"/> <eClassifiers xsi:type="ecore:EClass" name="compilationUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//packageDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//importDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//typeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="packageDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//packageModifier" 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="packageModifier"/> <eClassifiers xsi:type="ecore:EClass" name="importDeclaration"> <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="singleTypeImportDeclaration" eSuperTypes="#//importDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="typeImportOnDemandDeclaration" eSuperTypes="#//importDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="singleStaticImportDeclaration" eSuperTypes="#//importDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="staticImportOnDemandDeclaration" eSuperTypes="#//importDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="typeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="classDeclaration" eSuperTypes="#//typeDeclaration #//classMemberDeclaration #//interfaceMemberDeclaration #//annotationTypeMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//classModifier" 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="superinterfaces" eType="#//superinterfaces" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="normalClassDeclaration" eSuperTypes="#//classDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" eType="#//typeParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superclass" eType="#//superclass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classBody" eType="#//classBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaClassModifier" eSuperTypes="#//classModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//ClassModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClassModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PRIVATE" value="2" literal="private"/> <eLiterals name="ABSTRACT" value="3" literal="abstract"/> <eLiterals name="STATIC" value="4" literal="static"/> <eLiterals name="FINAL" value="5" literal="final"/> <eLiterals name="STRICTFP" value="6" literal="strictfp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="typeParameters"/> <eClassifiers xsi:type="ecore:EClass" name="typeParameterList" eSuperTypes="#//typeParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//typeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="superclass"/> <eClassifiers xsi:type="ecore:EClass" name="superinterfaces"/> <eClassifiers xsi:type="ecore:EClass" name="interfaceTypeList" eSuperTypes="#//superinterfaces #//extendsInterfaces"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceTypes" upperBound="-1" eType="#//interfaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//classBodyDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="classBodyDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="classMemberDeclaration" eSuperTypes="#//classBodyDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="fieldDeclaration" eSuperTypes="#//classMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldModifiers" upperBound="-1" eType="#//fieldModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unannType" eType="#//unannType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaratorList" eType="#//variableDeclaratorList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="fieldModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaFieldModifier" eSuperTypes="#//fieldModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//FieldModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FieldModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PRIVATE" value="2" literal="private"/> <eLiterals name="STATIC" value="3" literal="static"/> <eLiterals name="FINAL" value="4" literal="final"/> <eLiterals name="TRANSIENT" value="5" literal="transient"/> <eLiterals name="VOLATILE" value="6" literal="volatile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variableDeclaratorList"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarators" upperBound="-1" eType="#//variableDeclarator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variableDeclarator"> <eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//variableDeclaratorId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//variableInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variableDeclaratorId"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dims" eType="#//dims" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variableInitializer"/> <eClassifiers xsi:type="ecore:EClass" name="unannType" eSuperTypes="#//result"/> <eClassifiers xsi:type="ecore:EClass" name="unannPrimitiveType" eSuperTypes="#//unannType #//unannArrayType"> <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="unannReferenceType" eSuperTypes="#//unannType"/> <eClassifiers xsi:type="ecore:EClass" name="unannClassOrInterfaceType" eSuperTypes="#//unannReferenceType #//unannArrayType"/> <eClassifiers xsi:type="ecore:EClass" name="unannClassType" eSuperTypes="#//unannClassOrInterfaceType #//unannInterfaceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="classTypeSegment" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassTypeSegment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" eType="#//typeArguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassTypeSegmentWithAnnotations"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" 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="typeArguments" eType="#//typeArguments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="unannInterfaceType" eSuperTypes="#//unannClassOrInterfaceType"/> <eClassifiers xsi:type="ecore:EClass" name="unannTypeVariable" eSuperTypes="#//unannReferenceType #//unannArrayType"> <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="unannArrayType" eSuperTypes="#//unannReferenceType"> <eStructuralFeatures xsi:type="ecore:EReference" name="dims" eType="#//dims" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="methodDeclaration" eSuperTypes="#//classMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodModifiers" upperBound="-1" eType="#//methodModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodHeader" eType="#//methodHeader" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodBody" eType="#//methodBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="methodModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaMethodModifier" eSuperTypes="#//methodModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//methodModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="methodModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PRIVATE" value="2" literal="private"/> <eLiterals name="ABSTRACT" value="3" literal="abstract"/> <eLiterals name="STATIC" value="4" literal="static"/> <eLiterals name="FINAL" value="5" literal="final"/> <eLiterals name="SYNCHRONIZED" value="6" literal="synchronized"/> <eLiterals name="NATIVE" value="7" literal="native"/> <eLiterals name="STRICTFP" value="8" literal="strictfp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="methodHeader"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//result" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclarator" eType="#//methodDeclarator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="throws_" eType="#//throws_" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" eType="#//typeParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="result"/> <eClassifiers xsi:type="ecore:EClass" name="voidType" eSuperTypes="#//result"> <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="methodDeclarator"> <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="#//formalParameterList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dims_" eType="#//dims" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="formalParameterList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="formalParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="formalParameter" eSuperTypes="#//lastFormalParameter"/> <eClassifiers xsi:type="ecore:EClass" name="variableModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaVariableModifier" eSuperTypes="#//variableModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//VariableModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableModifiers"> <eLiterals name="PUBLIC" literal="final"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="lastFormalParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//variableModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//unannType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//variableDeclaratorId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="receiverParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//unannType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" 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="throws_"/> <eClassifiers xsi:type="ecore:EClass" name="exceptionTypeList" eSuperTypes="#//throws_"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionTypes" upperBound="-1" eType="#//exceptionType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="exceptionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//annotation" 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="methodBody"/> <eClassifiers xsi:type="ecore:EClass" name="instanceInitializer" eSuperTypes="#//classBodyDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="staticInitializer" eSuperTypes="#//classBodyDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="constructorDeclaration" eSuperTypes="#//classBodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructorModifiers" upperBound="-1" eType="#//constructorModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructorDeclarator" eType="#//constructorDeclarator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="throws_" eType="#//throws_" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constructorModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaConstructorModifier" eSuperTypes="#//constructorModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//ConstructorModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstructorModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PRIVATE" value="2" literal="private"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constructorDeclarator"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//typeParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameterList" eType="#//formalParameterList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumDeclaration" eSuperTypes="#//classDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumBody" eType="#//enumBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstantList" eType="#//enumConstantList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumBodyDeclarations" eType="#//enumBodyDeclarations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumConstantList"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//enumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumConstant"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstantModifiers" upperBound="-1" eType="#//enumConstantModifier" 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="argumentList" eType="#//argumentList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classBody" eType="#//classBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumConstantModifier"/> <eClassifiers xsi:type="ecore:EClass" name="enumBodyDeclarations"> <eStructuralFeatures xsi:type="ecore:EReference" name="classBodyDeclarations" upperBound="-1" eType="#//classBodyDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceDeclaration" eSuperTypes="#//typeDeclaration #//classMemberDeclaration #//interfaceMemberDeclaration #//annotationTypeMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceModifiers" upperBound="-1" eType="#//interfaceModifier" 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="normalInterfaceDeclaration" eSuperTypes="#//interfaceDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" eType="#//typeParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsInterfaces" eType="#//extendsInterfaces" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceBody" eType="#//interfaceBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaInterfaceModifier" eSuperTypes="#//interfaceModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//InterfaceModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PRIVATE" value="2" literal="private"/> <eLiterals name="ABSTRACT" value="3" literal="abstract"/> <eLiterals name="STATIC" value="4" literal="static"/> <eLiterals name="STRICTFP" value="5" literal="strictfp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="extendsInterfaces"/> <eClassifiers xsi:type="ecore:EClass" name="interfaceBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceMemberDeclarations" upperBound="-1" eType="#//interfaceMemberDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceMemberDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="constantDeclaration" eSuperTypes="#//interfaceMemberDeclaration #//annotationTypeMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="constantModifiers" upperBound="-1" eType="#//constantModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unannType" eType="#//unannType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaratorList" eType="#//variableDeclaratorList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constantModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaConstantModifier" eSuperTypes="#//constantModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//ConstantModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstantModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="STATIC" value="1" literal="static"/> <eLiterals name="FINAL" value="2" literal="final"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceMethodDeclaration" eSuperTypes="#//interfaceMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceMethodModifiers" upperBound="-1" eType="#//interfaceMethodModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodHeader" eType="#//methodHeader" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodBody" eType="#//methodBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interfaceMethodModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaInterfaceMethodModifiers" eSuperTypes="#//interfaceMethodModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiers" eType="#//InterfaceMethodModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterfaceMethodModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="ABSTRACT" value="1" literal="abstract"/> <eLiterals name="DEFAULT" value="2" literal="default"/> <eLiterals name="STATIC" value="3" literal="static"/> <eLiterals name="STRICTFP" value="4" literal="strictfp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationTypeDeclaration" eSuperTypes="#//interfaceDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationTypeBody" eType="#//annotationTypeBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationTypeBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationTypeMemberDeclarations" upperBound="-1" eType="#//annotationTypeMemberDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationTypeMemberDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="annotationTypeElementDeclaration" eSuperTypes="#//annotationTypeMemberDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationTypeElementModifiers" upperBound="-1" eType="#//annotationTypeElementModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unannType" eType="#//unannType" 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="dims" eType="#//dims" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//defaultValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="annotationTypeElementModifier"/> <eClassifiers xsi:type="ecore:EClass" name="JavaAnnotationTypeElementModifiers" eSuperTypes="#//annotationTypeElementModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//AnnotationTypeElementModifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AnnotationTypeElementModifiers"> <eLiterals name="PUBLIC" literal="public"/> <eLiterals name="STATIC" value="1" literal="abstract"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="defaultValue"/> <eClassifiers xsi:type="ecore:EClass" name="annotation" eSuperTypes="#//typeParameterModifier #//packageModifier #//classModifier #//fieldModifier #//methodModifier #//variableModifier #//constructorModifier #//enumConstantModifier #//interfaceModifier #//constantModifier #//interfaceMethodModifier #//annotationTypeElementModifier #//elementValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="normalAnnotation" eSuperTypes="#//annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValuePairList" eType="#//elementValuePairList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elementValuePairList"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValuePairs" upperBound="-1" eType="#//elementValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elementValuePair"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValue" eType="#//elementValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elementValue" eSuperTypes="#//defaultValue"/> <eClassifiers xsi:type="ecore:EClass" name="elementValueArrayInitializer" eSuperTypes="#//elementValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValueList" eType="#//elementValueList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="elementValueList"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValues" upperBound="-1" eType="#//elementValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="markerAnnotation" eSuperTypes="#//annotation"/> <eClassifiers xsi:type="ecore:EClass" name="singleElementAnnotation" eSuperTypes="#//annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementValue" eType="#//elementValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="arrayInitializer" eSuperTypes="#//variableInitializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableInitializerList" eType="#//variableInitializerList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variableInitializerList"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableInitializer" upperBound="-1" eType="#//variableInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="block" eSuperTypes="#//methodBody #//instanceInitializer #//staticInitializer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="blockStatements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="argumentList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="primary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="expression" eSuperTypes="#//variableInitializer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="conditionalExpression" eSuperTypes="#//elementValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dummy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyTypeDeclaration" eSuperTypes="#//typeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyClassMemberDeclaration" eSuperTypes="#//classMemberDeclaration"/> </ecore:EPackage>
github:ecore:/data/berndv/org.sourcepit.java/org.sourcepit.java.type/model/generated/Type.ecore
ecore
type Model type type primitiveType annotations typeName referenceType classOrInterfaceType classOrInterfaceTypeSegments classOrInterfaceTypeSegment annotations name typeArguments classType typeArguments classOrInterfaceType classType_lf_classOrInterfaceType annotations name typeArguments classType_lfno_classOrInterfaceType annotations name typeArguments interfaceType interfaceType_lf_classOrInterfaceType interfaceType_lfno_classOrInterfaceType typeVariable arrayType type dims dims dims dim annotations typeParameter typeParameterModifiers name typeBound typeParameterModifier typeBound typeVariable classOrInterfaceType additionalBound additionalBound typeArguments typeArgumentList typeArguments typeArgument wildcard annotations wildcardBounds wildcardBounds compilationUnit package imports types packageDeclaration modifiers name packageModifier importDeclaration name singleTypeImportDeclaration typeImportOnDemandDeclaration singleStaticImportDeclaration staticImportOnDemandDeclaration typeDeclaration classDeclaration modifiers name superinterfaces normalClassDeclaration typeParameters superclass classBody classModifier JavaClassModifier modifier ClassModifiers PUBLIC public PROTECTED protected PRIVATE private ABSTRACT abstract STATIC static FINAL final STRICTFP strictfp typeParameters typeParameterList typeParameters superclass superinterfaces interfaceTypeList interfaceTypes classBody declarations classBodyDeclaration classMemberDeclaration fieldDeclaration fieldModifiers unannType variableDeclaratorList fieldModifier JavaFieldModifier modifier FieldModifiers PUBLIC public PROTECTED protected PRIVATE private STATIC static FINAL final TRANSIENT transient VOLATILE volatile variableDeclaratorList variableDeclarators variableDeclarator id initializer variableDeclaratorId id dims variableInitializer unannType unannPrimitiveType name unannReferenceType unannClassOrInterfaceType unannClassType classTypeSegment ClassTypeSegment name typeArguments ClassTypeSegmentWithAnnotations annotations name typeArguments unannInterfaceType unannTypeVariable name unannArrayType dims methodDeclaration methodModifiers methodHeader methodBody methodModifier JavaMethodModifier modifier methodModifiers PUBLIC public PROTECTED protected PRIVATE private ABSTRACT abstract STATIC static FINAL final SYNCHRONIZED synchronized NATIVE native STRICTFP strictfp methodHeader result methodDeclarator throws_ typeParameters annotations result voidType name methodDeclarator name parameters dims_ formalParameterList parameters formalParameters parameters formalParameter variableModifier JavaVariableModifier modifier VariableModifiers PUBLIC final lastFormalParameter modifiers type annotations varargs name receiverParameter annotations type qualifier name throws_ exceptionTypeList exceptionTypes exceptionType annotations name methodBody instanceInitializer staticInitializer constructorDeclaration constructorModifiers constructorDeclarator throws_ constructorModifier JavaConstructorModifier modifier ConstructorModifiers PUBLIC public PROTECTED protected PRIVATE private constructorDeclarator typeParameters simpleTypeName formalParameterList enumDeclaration enumBody enumBody enumConstantList enumBodyDeclarations enumConstantList enumConstants enumConstant enumConstantModifiers name argumentList classBody enumConstantModifier enumBodyDeclarations classBodyDeclarations interfaceDeclaration interfaceModifiers name normalInterfaceDeclaration typeParameters extendsInterfaces interfaceBody interfaceModifier JavaInterfaceModifier modifier InterfaceModifiers PUBLIC public PROTECTED protected PRIVATE private ABSTRACT abstract STATIC static STRICTFP strictfp extendsInterfaces interfaceBody interfaceMemberDeclarations interfaceMemberDeclaration constantDeclaration constantModifiers unannType variableDeclaratorList constantModifier JavaConstantModifier modifier ConstantModifiers PUBLIC public STATIC static FINAL final interfaceMethodDeclaration interfaceMethodModifiers methodHeader methodBody interfaceMethodModifier JavaInterfaceMethodModifiers modifiers InterfaceMethodModifiers PUBLIC public ABSTRACT abstract DEFAULT default STATIC static STRICTFP strictfp annotationTypeDeclaration annotationTypeBody annotationTypeBody annotationTypeMemberDeclarations annotationTypeMemberDeclaration annotationTypeElementDeclaration annotationTypeElementModifiers unannType name dims defaultValue annotationTypeElementModifier JavaAnnotationTypeElementModifiers modifier AnnotationTypeElementModifiers PUBLIC public STATIC abstract defaultValue annotation typeName normalAnnotation elementValuePairList elementValuePairList elementValuePairs elementValuePair name elementValue elementValue elementValueArrayInitializer elementValueList elementValueList elementValues markerAnnotation singleElementAnnotation elementValue arrayInitializer variableInitializerList variableInitializerList variableInitializer block dummy blockStatements dummy argumentList dummy primary dummy expression dummy conditionalExpression dummy EmptyTypeDeclaration EmptyClassMemberDeclaration
null
{"directed":true,"nodes":[{"nsPrefix":"type","nsURI":"http://www.sourcepit.org/java/type/Type","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"primitiveType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"referenceType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classOrInterfaceType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classOrInterfaceTypeSegment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classType_lf_classOrInterfaceType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classType_lfno_classOrInterfaceType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceType_lf_classOrInterfaceType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceType_lfno_classOrInterfaceType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeVariable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arrayType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dims","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dim","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeParameterModifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeBound","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"additionalBound","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeArguments","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeArgumentList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeArgument","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"wildcard","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"wildcardBounds","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"compilationUnit","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"packageDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"packageModifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"importDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"singleTypeImportDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeImportOnDemandDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"singleStaticImportDeclaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"staticImportOnDemandDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"normalClassDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classModifier","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClassModifier","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassModifiers","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeParameters","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"typeParameterList","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"superclass","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"superinterfaces","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceTypeList","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classBody","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classBodyDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"classMemberDeclaration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldDeclaration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fieldModifier","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaFieldModifier","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FieldModifiers","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableDeclaratorList","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableDeclarator","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableDeclaratorId","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableInitializer","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannType","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannPrimitiveType","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannReferenceType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannClassOrInterfaceType","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannClassType","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassTypeSegment","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassTypeSegmentWithAnnotations","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannInterfaceType","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannTypeVariable","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unannArrayType","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"methodDeclaration","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"methodModifier","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMethodModifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"methodModifiers","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"methodHeader","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"result","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"voidType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"methodDeclarator","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formalParameterList","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formalParameters","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formalParameter","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableModifier","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaVariableModifier","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableModifiers","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lastFormalParameter","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"receiverParameter","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"throws_","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exceptionTypeList","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"exceptionType","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"methodBody","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"instanceInitializer","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"staticInitializer","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constructorDeclaration","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constructorModifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaConstructorModifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstructorModifiers","instanceClass":null,"id":91,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constructorDeclarator","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumBody","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumConstantList","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumConstant","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumConstantModifier","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumBodyDeclarations","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceDeclaration","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"normalInterfaceDeclaration","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceModifier","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaInterfaceModifier","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceModifiers","instanceClass":null,"id":103,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"extendsInterfaces","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceBody","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceMemberDeclaration","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constantDeclaration","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constantModifier","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaConstantModifier","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstantModifiers","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceMethodDeclaration","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceMethodModifier","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaInterfaceMethodModifiers","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterfaceMethodModifiers","instanceClass":null,"id":114,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationTypeDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationTypeBody","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationTypeElementDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotationTypeElementModifier","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaAnnotationTypeElementModifiers","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnnotationTypeElementModifiers","instanceClass":null,"id":121,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"defaultValue","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotation","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"normalAnnotation","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementValuePairList","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementValuePair","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementValue","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementValueArrayInitializer","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"elementValueList","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"markerAnnotation","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"singleElementAnnotation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arrayInitializer","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variableInitializerList","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"block","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"blockStatements","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"argumentList","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"primary","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditionalExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyTypeDeclaration","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyClassMemberDeclaration","instanceClass":null,"abstract":false,"id":141,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"typeName","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classOrInterfaceTypeSegments","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classOrInterfaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":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":168,"derived":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":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","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"},{"container":false,"ordered":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":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"typeArguments","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"},{"container":false,"ordered":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":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":"dims","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dims","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameterModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeBound","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":"typeVariable","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":"classOrInterfaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wildcardBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superinterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"name":"PUBLIC","id":250,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":251,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":252,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":253,"value":3,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"STATIC","id":254,"value":4,"literal":"static","eClass":"EEnumLiteral"},{"name":"FINAL","id":255,"value":5,"literal":"final","eClass":"EEnumLiteral"},{"name":"STRICTFP","id":256,"value":6,"literal":"strictfp","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":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":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unannType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaratorList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"name":"PUBLIC","id":277,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":278,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":279,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"STATIC","id":280,"value":3,"literal":"static","eClass":"EEnumLiteral"},{"name":"FINAL","id":281,"value":4,"literal":"final","eClass":"EEnumLiteral"},{"name":"TRANSIENT","id":282,"value":5,"literal":"transient","eClass":"EEnumLiteral"},{"name":"VOLATILE","id":283,"value":6,"literal":"volatile","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":"variableDeclarators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"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":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":"dims","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classTypeSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dims","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodHeader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"name":"PUBLIC","id":334,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":335,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":336,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":337,"value":3,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"STATIC","id":338,"value":4,"literal":"static","eClass":"EEnumLiteral"},{"name":"FINAL","id":339,"value":5,"literal":"final","eClass":"EEnumLiteral"},{"name":"SYNCHRONIZED","id":340,"value":6,"literal":"synchronized","eClass":"EEnumLiteral"},{"name":"NATIVE","id":341,"value":7,"literal":"native","eClass":"EEnumLiteral"},{"name":"STRICTFP","id":342,"value":8,"literal":"strictfp","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":"result","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":"methodDeclarator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throws_","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"dims_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":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":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"name":"PUBLIC","id":370,"value":0,"literal":"final","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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varargs","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":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":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructorModifiers","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":true,"unsettable":false,"transient":false,"unique":true,"name":"constructorDeclarator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throws_","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"name":"PUBLIC","id":408,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":409,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":410,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleTypeName","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstantList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumBodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"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":"enumConstants","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstantModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentList","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":"classBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classBodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendsInterfaces","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":"interfaceBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"name":"PUBLIC","id":454,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":455,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":456,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":457,"value":3,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"STATIC","id":458,"value":4,"literal":"static","eClass":"EEnumLiteral"},{"name":"STRICTFP","id":459,"value":5,"literal":"strictfp","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":"interfaceMemberDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constantModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unannType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaratorList","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"name":"PUBLIC","id":473,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"STATIC","id":474,"value":1,"literal":"static","eClass":"EEnumLiteral"},{"name":"FINAL","id":475,"value":2,"literal":"final","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":"interfaceMethodModifiers","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":true,"unsettable":false,"transient":false,"unique":true,"name":"methodHeader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"name":"PUBLIC","id":486,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"ABSTRACT","id":487,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":488,"value":2,"literal":"default","eClass":"EEnumLiteral"},{"name":"STATIC","id":489,"value":3,"literal":"static","eClass":"EEnumLiteral"},{"name":"STRICTFP","id":490,"value":4,"literal":"strictfp","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":"annotationTypeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationTypeMemberDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationTypeElementModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unannType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dims","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"name":"PUBLIC","id":510,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"STATIC","id":511,"value":1,"literal":"abstract","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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementValuePairList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementValuePairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementValue","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementValueList","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":"elementValues","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementValue","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableInitializerList","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":"variableInitializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dummy","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":1,"target":0},{"source":1,"target":142},{"source":142,"target":143},{"source":142,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":144},{"source":3,"target":145},{"source":3,"target":146},{"source":144,"target":123},{"source":144,"target":147},{"source":144,"target":3},{"source":147,"target":123},{"source":145,"target":148},{"source":145,"target":3},{"source":146,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":23},{"source":4,"target":25},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":149,"target":2},{"source":150,"target":23},{"source":151,"target":25},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":152},{"source":5,"target":153},{"source":152,"target":6},{"source":152,"target":154},{"source":152,"target":5},{"source":154,"target":6},{"source":153,"target":4},{"source":6,"target":0},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":155,"target":123},{"source":155,"target":158},{"source":155,"target":6},{"source":158,"target":123},{"source":156,"target":159},{"source":156,"target":6},{"source":157,"target":21},{"source":157,"target":160},{"source":157,"target":6},{"source":160,"target":21},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":42},{"source":7,"target":84},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":161,"target":21},{"source":161,"target":166},{"source":161,"target":7},{"source":166,"target":21},{"source":162,"target":5},{"source":162,"target":167},{"source":162,"target":7},{"source":167,"target":5},{"source":163,"target":10},{"source":164,"target":42},{"source":165,"target":84},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":168},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":171},{"source":168,"target":123},{"source":168,"target":172},{"source":168,"target":8},{"source":172,"target":123},{"source":169,"target":173},{"source":169,"target":8},{"source":170,"target":21},{"source":170,"target":174},{"source":170,"target":8},{"source":174,"target":21},{"source":171,"target":11},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":175},{"source":9,"target":176},{"source":9,"target":177},{"source":9,"target":178},{"source":175,"target":123},{"source":175,"target":179},{"source":175,"target":9},{"source":179,"target":123},{"source":176,"target":180},{"source":176,"target":9},{"source":177,"target":21},{"source":177,"target":181},{"source":177,"target":9},{"source":181,"target":21},{"source":178,"target":12},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":182},{"source":182,"target":20},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":84},{"source":13,"target":183},{"source":13,"target":184},{"source":183,"target":4},{"source":184,"target":84},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":185},{"source":14,"target":186},{"source":14,"target":187},{"source":185,"target":2},{"source":185,"target":188},{"source":185,"target":14},{"source":188,"target":2},{"source":186,"target":15},{"source":186,"target":189},{"source":186,"target":14},{"source":189,"target":15},{"source":187,"target":4},{"source":15,"target":0},{"source":15,"target":190},{"source":190,"target":16},{"source":190,"target":191},{"source":190,"target":15},{"source":191,"target":16},{"source":16,"target":0},{"source":16,"target":192},{"source":192,"target":123},{"source":192,"target":193},{"source":192,"target":16},{"source":193,"target":123},{"source":17,"target":0},{"source":17,"target":194},{"source":17,"target":195},{"source":17,"target":196},{"source":194,"target":18},{"source":194,"target":197},{"source":194,"target":17},{"source":197,"target":18},{"source":195,"target":198},{"source":195,"target":17},{"source":196,"target":19},{"source":196,"target":199},{"source":196,"target":17},{"source":199,"target":19},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":200},{"source":19,"target":201},{"source":19,"target":202},{"source":200,"target":13},{"source":200,"target":203},{"source":200,"target":19},{"source":203,"target":13},{"source":201,"target":5},{"source":201,"target":204},{"source":201,"target":19},{"source":204,"target":5},{"source":202,"target":20},{"source":202,"target":205},{"source":202,"target":19},{"source":205,"target":20},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":206},{"source":22,"target":207},{"source":206,"target":23},{"source":206,"target":208},{"source":206,"target":22},{"source":208,"target":23},{"source":207,"target":21},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":209},{"source":24,"target":210},{"source":24,"target":211},{"source":209,"target":123},{"source":209,"target":212},{"source":209,"target":24},{"source":212,"target":123},{"source":210,"target":25},{"source":210,"target":213},{"source":210,"target":24},{"source":213,"target":25},{"source":211,"target":23},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":214},{"source":26,"target":215},{"source":26,"target":216},{"source":214,"target":27},{"source":214,"target":217},{"source":214,"target":26},{"source":217,"target":27},{"source":215,"target":29},{"source":215,"target":218},{"source":215,"target":26},{"source":218,"target":29},{"source":216,"target":34},{"source":216,"target":219},{"source":216,"target":26},{"source":219,"target":34},{"source":27,"target":0},{"source":27,"target":220},{"source":27,"target":221},{"source":220,"target":28},{"source":220,"target":222},{"source":220,"target":27},{"source":222,"target":28},{"source":221,"target":223},{"source":221,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":224},{"source":224,"target":225},{"source":224,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":226},{"source":226,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":227},{"source":227,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":228},{"source":228,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":229},{"source":229,"target":29},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":47},{"source":35,"target":106},{"source":35,"target":117},{"source":35,"target":230},{"source":35,"target":231},{"source":35,"target":232},{"source":35,"target":233},{"source":35,"target":234},{"source":35,"target":235},{"source":35,"target":236},{"source":230,"target":37},{"source":230,"target":237},{"source":230,"target":35},{"source":237,"target":37},{"source":231,"target":238},{"source":231,"target":35},{"source":232,"target":43},{"source":232,"target":239},{"source":232,"target":35},{"source":239,"target":43},{"source":233,"target":34},{"source":234,"target":47},{"source":235,"target":106},{"source":236,"target":117},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":240},{"source":36,"target":241},{"source":36,"target":242},{"source":36,"target":243},{"source":240,"target":40},{"source":240,"target":244},{"source":240,"target":36},{"source":244,"target":40},{"source":241,"target":42},{"source":241,"target":245},{"source":241,"target":36},{"source":245,"target":42},{"source":242,"target":45},{"source":242,"target":246},{"source":242,"target":36},{"source":246,"target":45},{"source":243,"target":35},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":247},{"source":38,"target":248},{"source":247,"target":39},{"source":247,"target":249},{"source":247,"target":38},{"source":249,"target":39},{"source":248,"target":37},{"source":39,"target":0},{"source":39,"target":250},{"source":39,"target":251},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":250,"target":39},{"source":251,"target":39},{"source":252,"target":39},{"source":253,"target":39},{"source":254,"target":39},{"source":255,"target":39},{"source":256,"target":39},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":257},{"source":41,"target":258},{"source":257,"target":17},{"source":257,"target":259},{"source":257,"target":41},{"source":259,"target":17},{"source":258,"target":40},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":104},{"source":44,"target":260},{"source":44,"target":261},{"source":44,"target":262},{"source":260,"target":10},{"source":260,"target":263},{"source":260,"target":44},{"source":263,"target":10},{"source":261,"target":43},{"source":262,"target":104},{"source":45,"target":0},{"source":45,"target":264},{"source":264,"target":46},{"source":264,"target":265},{"source":264,"target":45},{"source":265,"target":46},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":266},{"source":266,"target":46},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":267},{"source":48,"target":268},{"source":48,"target":269},{"source":48,"target":270},{"source":267,"target":49},{"source":267,"target":271},{"source":267,"target":48},{"source":271,"target":49},{"source":268,"target":56},{"source":268,"target":272},{"source":268,"target":48},{"source":272,"target":56},{"source":269,"target":52},{"source":269,"target":273},{"source":269,"target":48},{"source":273,"target":52},{"source":270,"target":47},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":274},{"source":50,"target":275},{"source":274,"target":51},{"source":274,"target":276},{"source":274,"target":50},{"source":276,"target":51},{"source":275,"target":49},{"source":51,"target":0},{"source":51,"target":277},{"source":51,"target":278},{"source":51,"target":279},{"source":51,"target":280},{"source":51,"target":281},{"source":51,"target":282},{"source":51,"target":283},{"source":277,"target":51},{"source":278,"target":51},{"source":279,"target":51},{"source":280,"target":51},{"source":281,"target":51},{"source":282,"target":51},{"source":283,"target":51},{"source":52,"target":0},{"source":52,"target":284},{"source":284,"target":53},{"source":284,"target":285},{"source":284,"target":52},{"source":285,"target":53},{"source":53,"target":0},{"source":53,"target":286},{"source":53,"target":287},{"source":286,"target":54},{"source":286,"target":288},{"source":286,"target":53},{"source":288,"target":54},{"source":287,"target":55},{"source":287,"target":289},{"source":287,"target":53},{"source":289,"target":55},{"source":54,"target":0},{"source":54,"target":290},{"source":54,"target":291},{"source":290,"target":292},{"source":290,"target":54},{"source":291,"target":15},{"source":291,"target":293},{"source":291,"target":54},{"source":293,"target":15},{"source":55,"target":0},{"source":56,"target":0},{"source":56,"target":71},{"source":56,"target":294},{"source":294,"target":71},{"source":57,"target":0},{"source":57,"target":56},{"source":57,"target":65},{"source":57,"target":295},{"source":57,"target":296},{"source":57,"target":297},{"source":295,"target":298},{"source":295,"target":57},{"source":296,"target":56},{"source":297,"target":65},{"source":58,"target":0},{"source":58,"target":56},{"source":58,"target":299},{"source":299,"target":56},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":65},{"source":59,"target":300},{"source":59,"target":301},{"source":300,"target":58},{"source":301,"target":65},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":63},{"source":60,"target":302},{"source":60,"target":303},{"source":60,"target":304},{"source":302,"target":305},{"source":302,"target":60},{"source":303,"target":59},{"source":304,"target":63},{"source":61,"target":0},{"source":61,"target":306},{"source":61,"target":307},{"source":306,"target":308},{"source":306,"target":61},{"source":307,"target":21},{"source":307,"target":309},{"source":307,"target":61},{"source":309,"target":21},{"source":62,"target":0},{"source":62,"target":310},{"source":62,"target":311},{"source":62,"target":312},{"source":310,"target":123},{"source":310,"target":313},{"source":310,"target":62},{"source":313,"target":123},{"source":311,"target":314},{"source":311,"target":62},{"source":312,"target":21},{"source":312,"target":315},{"source":312,"target":62},{"source":315,"target":21},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":316},{"source":316,"target":59},{"source":64,"target":0},{"source":64,"target":58},{"source":64,"target":65},{"source":64,"target":317},{"source":64,"target":318},{"source":64,"target":319},{"source":317,"target":320},{"source":317,"target":64},{"source":318,"target":58},{"source":319,"target":65},{"source":65,"target":0},{"source":65,"target":58},{"source":65,"target":321},{"source":65,"target":322},{"source":321,"target":15},{"source":321,"target":323},{"source":321,"target":65},{"source":323,"target":15},{"source":322,"target":58},{"source":66,"target":0},{"source":66,"target":47},{"source":66,"target":324},{"source":66,"target":325},{"source":66,"target":326},{"source":66,"target":327},{"source":324,"target":67},{"source":324,"target":328},{"source":324,"target":66},{"source":328,"target":67},{"source":325,"target":70},{"source":325,"target":329},{"source":325,"target":66},{"source":329,"target":70},{"source":326,"target":85},{"source":326,"target":330},{"source":326,"target":66},{"source":330,"target":85},{"source":327,"target":47},{"source":67,"target":0},{"source":68,"target":0},{"source":68,"target":67},{"source":68,"target":331},{"source":68,"target":332},{"source":331,"target":69},{"source":331,"target":333},{"source":331,"target":68},{"source":333,"target":69},{"source":332,"target":67},{"source":69,"target":0},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":69,"target":337},{"source":69,"target":338},{"source":69,"target":339},{"source":69,"target":340},{"source":69,"target":341},{"source":69,"target":342},{"source":334,"target":69},{"source":335,"target":69},{"source":336,"target":69},{"source":337,"target":69},{"source":338,"target":69},{"source":339,"target":69},{"source":340,"target":69},{"source":341,"target":69},{"source":342,"target":69},{"source":70,"target":0},{"source":70,"target":343},{"source":70,"target":344},{"source":70,"target":345},{"source":70,"target":346},{"source":70,"target":347},{"source":343,"target":71},{"source":343,"target":348},{"source":343,"target":70},{"source":348,"target":71},{"source":344,"target":73},{"source":344,"target":349},{"source":344,"target":70},{"source":349,"target":73},{"source":345,"target":82},{"source":345,"target":350},{"source":345,"target":70},{"source":350,"target":82},{"source":346,"target":40},{"source":346,"target":351},{"source":346,"target":70},{"source":351,"target":40},{"source":347,"target":123},{"source":347,"target":352},{"source":347,"target":70},{"source":352,"target":123},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":353},{"source":72,"target":354},{"source":353,"target":355},{"source":353,"target":72},{"source":354,"target":71},{"source":73,"target":0},{"source":73,"target":356},{"source":73,"target":357},{"source":73,"target":358},{"source":356,"target":359},{"source":356,"target":73},{"source":357,"target":74},{"source":357,"target":360},{"source":357,"target":73},{"source":360,"target":74},{"source":358,"target":15},{"source":358,"target":361},{"source":358,"target":73},{"source":361,"target":15},{"source":74,"target":0},{"source":74,"target":362},{"source":362,"target":363},{"source":362,"target":74},{"source":75,"target":0},{"source":75,"target":364},{"source":364,"target":365},{"source":364,"target":75},{"source":76,"target":0},{"source":76,"target":80},{"source":76,"target":366},{"source":366,"target":80},{"source":77,"target":0},{"source":78,"target":0},{"source":78,"target":77},{"source":78,"target":367},{"source":78,"target":368},{"source":367,"target":79},{"source":367,"target":369},{"source":367,"target":78},{"source":369,"target":79},{"source":368,"target":77},{"source":79,"target":0},{"source":79,"target":370},{"source":370,"target":79},{"source":80,"target":0},{"source":80,"target":371},{"source":80,"target":372},{"source":80,"target":373},{"source":80,"target":374},{"source":80,"target":375},{"source":371,"target":77},{"source":371,"target":376},{"source":371,"target":80},{"source":376,"target":77},{"source":372,"target":56},{"source":372,"target":377},{"source":372,"target":80},{"source":377,"target":56},{"source":373,"target":123},{"source":373,"target":378},{"source":373,"target":80},{"source":378,"target":123},{"source":374,"target":379},{"source":374,"target":80},{"source":375,"target":54},{"source":375,"target":380},{"source":375,"target":80},{"source":380,"target":54},{"source":81,"target":0},{"source":81,"target":381},{"source":81,"target":382},{"source":81,"target":383},{"source":81,"target":384},{"source":381,"target":123},{"source":381,"target":385},{"source":381,"target":81},{"source":385,"target":123},{"source":382,"target":56},{"source":382,"target":386},{"source":382,"target":81},{"source":386,"target":56},{"source":383,"target":387},{"source":383,"target":81},{"source":384,"target":388},{"source":384,"target":81},{"source":82,"target":0},{"source":83,"target":0},{"source":83,"target":82},{"source":83,"target":389},{"source":83,"target":390},{"source":389,"target":84},{"source":389,"target":391},{"source":389,"target":83},{"source":391,"target":84},{"source":390,"target":82},{"source":84,"target":0},{"source":84,"target":392},{"source":84,"target":393},{"source":392,"target":123},{"source":392,"target":394},{"source":392,"target":84},{"source":394,"target":123},{"source":393,"target":395},{"source":393,"target":84},{"source":85,"target":0},{"source":86,"target":0},{"source":86,"target":46},{"source":86,"target":396},{"source":396,"target":46},{"source":87,"target":0},{"source":87,"target":46},{"source":87,"target":397},{"source":397,"target":46},{"source":88,"target":0},{"source":88,"target":46},{"source":88,"target":398},{"source":88,"target":399},{"source":88,"target":400},{"source":88,"target":401},{"source":398,"target":89},{"source":398,"target":402},{"source":398,"target":88},{"source":402,"target":89},{"source":399,"target":92},{"source":399,"target":403},{"source":399,"target":88},{"source":403,"target":92},{"source":400,"target":82},{"source":400,"target":404},{"source":400,"target":88},{"source":404,"target":82},{"source":401,"target":46},{"source":89,"target":0},{"source":90,"target":0},{"source":90,"target":89},{"source":90,"target":405},{"source":90,"target":406},{"source":405,"target":91},{"source":405,"target":407},{"source":405,"target":90},{"source":407,"target":91},{"source":406,"target":89},{"source":91,"target":0},{"source":91,"target":408},{"source":91,"target":409},{"source":91,"target":410},{"source":408,"target":91},{"source":409,"target":91},{"source":410,"target":91},{"source":92,"target":0},{"source":92,"target":411},{"source":92,"target":412},{"source":92,"target":413},{"source":411,"target":40},{"source":411,"target":414},{"source":411,"target":92},{"source":414,"target":40},{"source":412,"target":415},{"source":412,"target":92},{"source":413,"target":74},{"source":413,"target":416},{"source":413,"target":92},{"source":416,"target":74},{"source":93,"target":0},{"source":93,"target":35},{"source":93,"target":417},{"source":93,"target":418},{"source":417,"target":94},{"source":417,"target":419},{"source":417,"target":93},{"source":419,"target":94},{"source":418,"target":35},{"source":94,"target":0},{"source":94,"target":420},{"source":94,"target":421},{"source":420,"target":95},{"source":420,"target":422},{"source":420,"target":94},{"source":422,"target":95},{"source":421,"target":98},{"source":421,"target":423},{"source":421,"target":94},{"source":423,"target":98},{"source":95,"target":0},{"source":95,"target":424},{"source":424,"target":96},{"source":424,"target":425},{"source":424,"target":95},{"source":425,"target":96},{"source":96,"target":0},{"source":96,"target":426},{"source":96,"target":427},{"source":96,"target":428},{"source":96,"target":429},{"source":426,"target":97},{"source":426,"target":430},{"source":426,"target":96},{"source":430,"target":97},{"source":427,"target":431},{"source":427,"target":96},{"source":428,"target":136},{"source":428,"target":432},{"source":428,"target":96},{"source":432,"target":136},{"source":429,"target":45},{"source":429,"target":433},{"source":429,"target":96},{"source":433,"target":45},{"source":97,"target":0},{"source":98,"target":0},{"source":98,"target":434},{"source":434,"target":46},{"source":434,"target":435},{"source":434,"target":98},{"source":435,"target":46},{"source":99,"target":0},{"source":99,"target":34},{"source":99,"target":47},{"source":99,"target":106},{"source":99,"target":117},{"source":99,"target":436},{"source":99,"target":437},{"source":99,"target":438},{"source":99,"target":439},{"source":99,"target":440},{"source":99,"target":441},{"source":436,"target":101},{"source":436,"target":442},{"source":436,"target":99},{"source":442,"target":101},{"source":437,"target":443},{"source":437,"target":99},{"source":438,"target":34},{"source":439,"target":47},{"source":440,"target":106},{"source":441,"target":117},{"source":100,"target":0},{"source":100,"target":99},{"source":100,"target":444},{"source":100,"target":445},{"source":100,"target":446},{"source":100,"target":447},{"source":444,"target":40},{"source":444,"target":448},{"source":444,"target":100},{"source":448,"target":40},{"source":445,"target":104},{"source":445,"target":449},{"source":445,"target":100},{"source":449,"target":104},{"source":446,"target":105},{"source":446,"target":450},{"source":446,"target":100},{"source":450,"target":105},{"source":447,"target":99},{"source":101,"target":0},{"source":102,"target":0},{"source":102,"target":101},{"source":102,"target":451},{"source":102,"target":452},{"source":451,"target":103},{"source":451,"target":453},{"source":451,"target":102},{"source":453,"target":103},{"source":452,"target":101},{"source":103,"target":0},{"source":103,"target":454},{"source":103,"target":455},{"source":103,"target":456},{"source":103,"target":457},{"source":103,"target":458},{"source":103,"target":459},{"source":454,"target":103},{"source":455,"target":103},{"source":456,"target":103},{"source":457,"target":103},{"source":458,"target":103},{"source":459,"target":103},{"source":104,"target":0},{"source":105,"target":0},{"source":105,"target":460},{"source":460,"target":106},{"source":460,"target":461},{"source":460,"target":105},{"source":461,"target":106},{"source":106,"target":0},{"source":107,"target":0},{"source":107,"target":106},{"source":107,"target":117},{"source":107,"target":462},{"source":107,"target":463},{"source":107,"target":464},{"source":107,"target":465},{"source":107,"target":466},{"source":462,"target":108},{"source":462,"target":467},{"source":462,"target":107},{"source":467,"target":108},{"source":463,"target":56},{"source":463,"target":468},{"source":463,"target":107},{"source":468,"target":56},{"source":464,"target":52},{"source":464,"target":469},{"source":464,"target":107},{"source":469,"target":52},{"source":465,"target":106},{"source":466,"target":117},{"source":108,"target":0},{"source":109,"target":0},{"source":109,"target":108},{"source":109,"target":470},{"source":109,"target":471},{"source":470,"target":110},{"source":470,"target":472},{"source":470,"target":109},{"source":472,"target":110},{"source":471,"target":108},{"source":110,"target":0},{"source":110,"target":473},{"source":110,"target":474},{"source":110,"target":475},{"source":473,"target":110},{"source":474,"target":110},{"source":475,"target":110},{"source":111,"target":0},{"source":111,"target":106},{"source":111,"target":476},{"source":111,"target":477},{"source":111,"target":478},{"source":111,"target":479},{"source":476,"target":112},{"source":476,"target":480},{"source":476,"target":111},{"source":480,"target":112},{"source":477,"target":70},{"source":477,"target":481},{"source":477,"target":111},{"source":481,"target":70},{"source":478,"target":85},{"source":478,"target":482},{"source":478,"target":111},{"source":482,"target":85},{"source":479,"target":106},{"source":112,"target":0},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":483},{"source":113,"target":484},{"source":483,"target":114},{"source":483,"target":485},{"source":483,"target":113},{"source":485,"target":114},{"source":484,"target":112},{"source":114,"target":0},{"source":114,"target":486},{"source":114,"target":487},{"source":114,"target":488},{"source":114,"target":489},{"source":114,"target":490},{"source":486,"target":114},{"source":487,"target":114},{"source":488,"target":114},{"source":489,"target":114},{"source":490,"target":114},{"source":115,"target":0},{"source":115,"target":99},{"source":115,"target":491},{"source":115,"target":492},{"source":491,"target":116},{"source":491,"target":493},{"source":491,"target":115},{"source":493,"target":116},{"source":492,"target":99},{"source":116,"target":0},{"source":116,"target":494},{"source":494,"target":117},{"source":494,"target":495},{"source":494,"target":116},{"source":495,"target":117},{"source":117,"target":0},{"source":118,"target":0},{"source":118,"target":117},{"source":118,"target":496},{"source":118,"target":497},{"source":118,"target":498},{"source":118,"target":499},{"source":118,"target":500},{"source":118,"target":501},{"source":496,"target":119},{"source":496,"target":502},{"source":496,"target":118},{"source":502,"target":119},{"source":497,"target":56},{"source":497,"target":503},{"source":497,"target":118},{"source":503,"target":56},{"source":498,"target":504},{"source":498,"target":118},{"source":499,"target":15},{"source":499,"target":505},{"source":499,"target":118},{"source":505,"target":15},{"source":500,"target":122},{"source":500,"target":506},{"source":500,"target":118},{"source":506,"target":122},{"source":501,"target":117},{"source":119,"target":0},{"source":120,"target":0},{"source":120,"target":119},{"source":120,"target":507},{"source":120,"target":508},{"source":507,"target":121},{"source":507,"target":509},{"source":507,"target":120},{"source":509,"target":121},{"source":508,"target":119},{"source":121,"target":0},{"source":121,"target":510},{"source":121,"target":511},{"source":510,"target":121},{"source":511,"target":121},{"source":122,"target":0},{"source":123,"target":0},{"source":123,"target":18},{"source":123,"target":28},{"source":123,"target":37},{"source":123,"target":49},{"source":123,"target":67},{"source":123,"target":77},{"source":123,"target":89},{"source":123,"target":97},{"source":123,"target":101},{"source":123,"target":108},{"source":123,"target":112},{"source":123,"target":119},{"source":123,"target":127},{"source":123,"target":512},{"source":123,"target":513},{"source":123,"target":514},{"source":123,"target":515},{"source":123,"target":516},{"source":123,"target":517},{"source":123,"target":518},{"source":123,"target":519},{"source":123,"target":520},{"source":123,"target":521},{"source":123,"target":522},{"source":123,"target":523},{"source":123,"target":524},{"source":123,"target":525},{"source":512,"target":526},{"source":512,"target":123},{"source":513,"target":18},{"source":514,"target":28},{"source":515,"target":37},{"source":516,"target":49},{"source":517,"target":67},{"source":518,"target":77},{"source":519,"target":89},{"source":520,"target":97},{"source":521,"target":101},{"source":522,"target":108},{"source":523,"target":112},{"source":524,"target":119},{"source":525,"target":127},{"source":124,"target":0},{"source":124,"target":123},{"source":124,"target":527},{"source":124,"target":528},{"source":527,"target":125},{"source":527,"target":529},{"source":527,"target":124},{"source":529,"target":125},{"source":528,"target":123},{"source":125,"target":0},{"source":125,"target":530},{"source":530,"target":126},{"source":530,"target":531},{"source":530,"target":125},{"source":531,"target":126},{"source":126,"target":0},{"source":126,"target":532},{"source":126,"target":533},{"source":532,"target":534},{"source":532,"target":126},{"source":533,"target":127},{"source":533,"target":535},{"source":533,"target":126},{"source":535,"target":127},{"source":127,"target":0},{"source":127,"target":122},{"source":127,"target":536},{"source":536,"target":122},{"source":128,"target":0},{"source":128,"target":127},{"source":128,"target":537},{"source":128,"target":538},{"source":537,"target":129},{"source":537,"target":539},{"source":537,"target":128},{"source":539,"target":129},{"source":538,"target":127},{"source":129,"target":0},{"source":129,"target":540},{"source":540,"target":127},{"source":540,"target":541},{"source":540,"target":129},{"source":541,"target":127},{"source":130,"target":0},{"source":130,"target":123},{"source":130,"target":542},{"source":542,"target":123},{"source":131,"target":0},{"source":131,"target":123},{"source":131,"target":543},{"source":131,"target":544},{"source":543,"target":127},{"source":543,"target":545},{"source":543,"target":131},{"source":545,"target":127},{"source":544,"target":123},{"source":132,"target":0},{"source":132,"target":55},{"source":132,"target":546},{"source":132,"target":547},{"source":546,"target":133},{"source":546,"target":548},{"source":546,"target":132},{"source":548,"target":133},{"source":547,"target":55},{"source":133,"target":0},{"source":133,"target":549},{"source":549,"target":55},{"source":549,"target":550},{"source":549,"target":133},{"source":550,"target":55},{"source":134,"target":0},{"source":134,"target":85},{"source":134,"target":86},{"source":134,"target":87},{"source":134,"target":551},{"source":134,"target":552},{"source":134,"target":553},{"source":134,"target":554},{"source":551,"target":555},{"source":551,"target":134},{"source":552,"target":85},{"source":553,"target":86},{"source":554,"target":87},{"source":135,"target":0},{"source":135,"target":556},{"source":556,"target":557},{"source":556,"target":135},{"source":136,"target":0},{"source":136,"target":558},{"source":558,"target":559},{"source":558,"target":136},{"source":137,"target":0},{"source":137,"target":560},{"source":560,"target":561},{"source":560,"target":137},{"source":138,"target":0},{"source":138,"target":55},{"source":138,"target":562},{"source":138,"target":563},{"source":562,"target":564},{"source":562,"target":138},{"source":563,"target":55},{"source":139,"target":0},{"source":139,"target":127},{"source":139,"target":565},{"source":139,"target":566},{"source":565,"target":567},{"source":565,"target":139},{"source":566,"target":127},{"source":140,"target":0},{"source":140,"target":34},{"source":140,"target":568},{"source":568,"target":34},{"source":141,"target":0},{"source":141,"target":47},{"source":141,"target":569},{"source":569,"target":47}],"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="mapper" nsURI="http://www.talend.org/mapper" nsPrefix="TalendMapper"> <eClassifiers xsi:type="ecore:EClass" name="MapperData" eSuperTypes="../../org.talend.model/model/TalendFile.ecore#//AbstractExternalData"> <eStructuralFeatures xsi:type="ecore:EReference" name="uiProperties" eType="#//UiProperties" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varTables" upperBound="-1" eType="#//VarTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputTables" upperBound="-1" eType="#//OutputTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputTables" upperBound="-1" eType="#//InputTable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapperTableEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDataMapTable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sizeState" eType="#//SizeState" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapperTableEntries" upperBound="-1" eType="#//MapperTableEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractInOutTable" abstract="true" eSuperTypes="#//AbstractDataMapTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activateExpressionFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activateCondensedTool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activateColumnNameFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNameFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UiProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shellMaximized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarTable" eSuperTypes="#//AbstractDataMapTable"/> <eClassifiers xsi:type="ecore:EClass" name="OutputTable" eSuperTypes="#//AbstractInOutTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rejectInnerJoin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isErrorRejectTable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isJoinTableOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputTable" eSuperTypes="#//AbstractInOutTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchingMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lookupMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalMapKeysValues" upperBound="-1" eType="#//MapperTableEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="innerJoin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SizeState"> <eLiterals name="MINIMIZED" literal="MINIMIZED"/> <eLiterals name="INTERMEDIATE" value="1" literal="INTERMEDIATE"/> <eLiterals name="MAXIMIZED" value="2" literal="MAXIMIZED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="Equals" literal="="/> <eLiterals name="Not_equals" value="1" literal="&lt;>"/> <eLiterals name="Lower" value="2" literal="&lt;"/> <eLiterals name="Lower_or_equals" value="3" literal="&lt;="/> <eLiterals name="Greater" value="4" literal=">"/> <eLiterals name="Greater_or_equals" value="5" literal=">="/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Talend/tdi-studio-se/main/plugins/org.talend.designer.mapper/model/mapper.ecore
ecore
mapper MapperData uiProperties varTables outputTables inputTables MapperTableEntry name expression type nullable operator AbstractDataMapTable sizeState name minimized mapperTableEntries AbstractInOutTable expressionFilter activateExpressionFilter activateCondensedTool activateColumnNameFilter columnNameFilter id UiProperties shellMaximized VarTable OutputTable reject rejectInnerJoin isErrorRejectTable isJoinTableOf InputTable matchingMode lookupMode globalMapKeysValues innerJoin persistent SizeState MINIMIZED MINIMIZED INTERMEDIATE INTERMEDIATE MAXIMIZED MAXIMIZED Operator Equals = Not_equals <> Lower < Lower_or_equals <= Greater > Greater_or_equals >=
null
{"directed":true,"nodes":[{"nsPrefix":"TalendMapper","nsURI":"http://www.talend.org/mapper","name":"mapper","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapperData","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapperTableEntry","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDataMapTable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInOutTable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiProperties","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarTable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputTable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputTable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SizeState","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullable","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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sizeState","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimized","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapperTableEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionFilter","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":"activateExpressionFilter","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activateCondensedTool","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activateColumnNameFilter","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":"columnNameFilter","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"shellMaximized","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"reject","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rejectInnerJoin","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isErrorRejectTable","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":"isJoinTableOf","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matchingMode","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":"lookupMode","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalMapKeysValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"innerJoin","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":"persistent","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"MINIMIZED","id":74,"value":0,"literal":"MINIMIZED","eClass":"EEnumLiteral"},{"name":"INTERMEDIATE","id":75,"value":1,"literal":"INTERMEDIATE","eClass":"EEnumLiteral"},{"name":"MAXIMIZED","id":76,"value":2,"literal":"MAXIMIZED","eClass":"EEnumLiteral"},{"name":"Equals","id":77,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"Not_equals","id":78,"value":1,"literal":"<>","eClass":"EEnumLiteral"},{"name":"Lower","id":79,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"Lower_or_equals","id":80,"value":3,"literal":"<=","eClass":"EEnumLiteral"},{"name":"Greater","id":81,"value":4,"literal":">","eClass":"EEnumLiteral"},{"name":"Greater_or_equals","id":82,"value":5,"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":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":5},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":5},{"source":12,"target":6},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":6},{"source":13,"target":7},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":7},{"source":14,"target":8},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":8},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":26},{"source":21,"target":2},{"source":22,"target":27},{"source":22,"target":2},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":29},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":9},{"source":30,"target":34},{"source":30,"target":3},{"source":34,"target":9},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":2},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":38,"target":45},{"source":38,"target":4},{"source":39,"target":46},{"source":39,"target":4},{"source":40,"target":47},{"source":40,"target":4},{"source":41,"target":48},{"source":41,"target":4},{"source":42,"target":49},{"source":42,"target":4},{"source":43,"target":50},{"source":43,"target":4},{"source":44,"target":3},{"source":5,"target":0},{"source":5,"target":51},{"source":51,"target":52},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":53},{"source":53,"target":3},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":62},{"source":57,"target":7},{"source":58,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"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":2},{"source":65,"target":71},{"source":65,"target":8},{"source":71,"target":2},{"source":66,"target":72},{"source":66,"target":8},{"source":67,"target":73},{"source":67,"target":8},{"source":68,"target":4},{"source":9,"target":0},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":77,"target":10},{"source":78,"target":10},{"source":79,"target":10},{"source":80,"target":10},{"source":81,"target":10},{"source":82,"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="pla" nsURI="http://plamodel/1.0" nsPrefix="pla"> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1" eType="#//SensorKind" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blurrings" upperBound="-1" eType="#//Blurring" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="architecture" eType="#//Architecture" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="risks" upperBound="-1" eType="#//Risk" containment="true" eOpposite="#//Risk/sensors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Risk"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1" eType="#//SensorKind" eOpposite="#//SensorKind/risks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="counterMeasures" upperBound="-1" eType="#//CounterMeasure" containment="true" eOpposite="#//CounterMeasure/risk"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CounterMeasure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="risk" lowerBound="1" eType="#//Risk" eOpposite="#//Risk/counterMeasures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blurring" lowerBound="1" eType="#//Blurring"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setting" lowerBound="1" eType="#//RiskReductionProfile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Blurring"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDouble" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execTimeMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execTimeMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="utilMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="utilMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RiskReductionProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramValue0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impact0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramValue1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impact1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profile" eType="#//Profile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Profile"> <eLiterals name="Linear"/> <eLiterals name="Exponential" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chain"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" lowerBound="1" eType="#//SensorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blurringList" upperBound="-1" eType="#//Blurring"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Architecture"> <eStructuralFeatures xsi:type="ecore:EReference" name="chains" upperBound="-1" eType="#//Chain" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/securityandtrust/pla/lu.snt.serval.pla.metamodels/metamodel/plaModel.ecore
ecore
pla Domain name sensors blurrings architecture SensorKind id type risks Risk id description weight sensors counterMeasures CounterMeasure id description risk blurring setting Blurring name paramName paramValue paramMin paramMax isDouble execTimeMin execTimeMax utilMin utilMax RiskReductionProfile paramName paramValue0 impact0 paramValue1 impact1 profile Profile Linear Linear Exponential Exponential Chain sensor blurringList Architecture chains
null
{"directed":true,"nodes":[{"nsPrefix":"pla","nsURI":"http://plamodel/1.0","name":"pla","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":"SensorKind","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Risk","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CounterMeasure","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blurring","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RiskReductionProfile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chain","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":9,"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":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blurrings","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":"architecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"type","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":"risks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensors","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":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":"counterMeasures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"risk","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blurring","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramName","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramValue","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":"paramMin","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":"paramMax","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDouble","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":"execTimeMin","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":"execTimeMax","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":"utilMin","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":"utilMax","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"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramName","changeable":true,"lowerBound":0,"iD":false,"id":64,"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":"paramValue0","changeable":true,"lowerBound":0,"iD":false,"id":65,"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":"impact0","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":"paramValue1","changeable":true,"lowerBound":0,"iD":false,"id":67,"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":"impact1","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":"profile","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"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"Linear","id":76,"value":0,"literal":"Linear","eClass":"EEnumLiteral"},{"name":"Exponential","id":77,"value":1,"literal":"Exponential","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":"sensor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blurringList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"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":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":5},{"source":13,"target":9},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":9},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":2},{"source":19,"target":22},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":23,"target":3},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":24},{"source":3,"target":28},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":30},{"source":26,"target":3},{"source":27,"target":31},{"source":27,"target":3},{"source":24,"target":2},{"source":24,"target":32},{"source":24,"target":3},{"source":24,"target":20},{"source":32,"target":2},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":4},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":34},{"source":4,"target":37},{"source":4,"target":38},{"source":35,"target":39},{"source":35,"target":4},{"source":36,"target":40},{"source":36,"target":4},{"source":34,"target":3},{"source":34,"target":41},{"source":34,"target":4},{"source":34,"target":28},{"source":41,"target":3},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":5},{"source":38,"target":6},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":6},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":44,"target":54},{"source":44,"target":5},{"source":45,"target":55},{"source":45,"target":5},{"source":46,"target":56},{"source":46,"target":5},{"source":47,"target":57},{"source":47,"target":5},{"source":48,"target":58},{"source":48,"target":5},{"source":49,"target":59},{"source":49,"target":5},{"source":50,"target":60},{"source":50,"target":5},{"source":51,"target":61},{"source":51,"target":5},{"source":52,"target":62},{"source":52,"target":5},{"source":53,"target":63},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":64,"target":70},{"source":64,"target":6},{"source":65,"target":71},{"source":65,"target":6},{"source":66,"target":72},{"source":66,"target":6},{"source":67,"target":73},{"source":67,"target":6},{"source":68,"target":74},{"source":68,"target":6},{"source":69,"target":7},{"source":69,"target":75},{"source":69,"target":6},{"source":75,"target":7},{"source":7,"target":0},{"source":7,"target":76},{"source":7,"target":77},{"source":76,"target":7},{"source":77,"target":7},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":78,"target":2},{"source":78,"target":80},{"source":78,"target":8},{"source":80,"target":2},{"source":79,"target":5},{"source":79,"target":81},{"source":79,"target":8},{"source":81,"target":5},{"source":9,"target":0},{"source":9,"target":82},{"source":82,"target":8},{"source":82,"target":83},{"source":82,"target":9},{"source":83,"target":8}],"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="OCL" nsURI="OCL"> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#/0/OclFeatureDefinition" eOpposite="#/0/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/0/Parameter" containment="true" eOpposite="#/0/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#/0/Operation" eOpposite="#/0/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#/0/OclModel" eOpposite="#/0/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#/0/Types/OclModelElement" eOpposite="#/0/Types/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#/0/OclModel" eOpposite="#/0/OclModel/metamodel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/0/OclFeatureDefinition" eOpposite="#/0/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#/0/OclFeature" containment="true" eOpposite="#/0/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#/0/OclContextDefinition" containment="true" eOpposite="#/0/OclContextDefinition/definition"/> </eClassifiers> <eSubpackages name="Expressions"> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/0/Expressions/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/variableExp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/Expressions/MapElement" containment="true" eOpposite="#/0/Expressions/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#/0/Expressions/MapExp" eOpposite="#/0/Expressions/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/0/Expressions/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/0/Expressions/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/0/Expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" containment="true" eOpposite="#/0/Expressions/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#/0/Expressions/TupleExp" eOpposite="#/0/Expressions/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#/0/Expressions/PropertyCallExp" eOpposite="#/0/Expressions/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#/0/Expressions/CollectionExp" eOpposite="#/0/Expressions/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/0/Expressions/LetExp" eOpposite="#/0/Expressions/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#/0/Expressions/LoopExp" eOpposite="#/0/Expressions/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#/0/Expressions/OperationCallExp" eOpposite="#/0/Expressions/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/0/Operation" eOpposite="#/0/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#/0/Attribute" eOpposite="#/0/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/0/Expressions/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/0/Expressions/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/0/Expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/0/Expressions/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/0/Expressions/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" containment="true" eOpposite="#/0/Expressions/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#/0/Expressions/LoopExp" eOpposite="#/0/Expressions/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/0/Expressions/LetExp" eOpposite="#/0/Expressions/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#/0/Expressions/IterateExp" eOpposite="#/0/Expressions/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#/0/Expressions/VariableExp" eOpposite="#/0/Expressions/VariableExp/referredVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/0/Expressions/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/Expressions/Iterator" containment="true" eOpposite="#/0/Expressions/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#/0/Expressions/TuplePart" containment="true" eOpposite="#/0/Expressions/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/0/Expressions/CollectionExp"/> </eSubpackages> <eSubpackages name="Types"> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" upperBound="-1" eType="#/0/OclContextDefinition" eOpposite="#/0/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" upperBound="-1" eType="#/0/Expressions/OclExpression" eOpposite="#/0/Expressions/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/0/Operation" eOpposite="#/0/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#/0/Types/MapType" eOpposite="#/0/Types/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="#/0/Attribute" eOpposite="#/0/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#/0/Types/MapType" eOpposite="#/0/Types/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#/0/Types/CollectionType" eOpposite="#/0/Types/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" upperBound="-1" eType="#/0/Types/TupleTypeAttribute" eOpposite="#/0/Types/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" upperBound="-1" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/0/Types/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/0/Types/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/0/Types/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#/0/Types/TupleTypeAttribute" containment="true" eOpposite="#/0/Types/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#/0/OclModel" eOpposite="#/0/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#/0/Types/TupleType" eOpposite="#/0/Types/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/0/Types/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/mapType"/> </eClassifiers> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="ATL" nsURI="ATL"> <eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="#/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/1/Helper" containment="true" eOpposite="#/1/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/ModuleElement" containment="true" eOpposite="#/1/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/0/Expressions/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#/1/LibraryRef" containment="true" eOpposite="#/1/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/1/Helper" containment="true" eOpposite="#/1/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#/1/OutPattern" containment="true" eOpposite="#/1/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#/1/ActionBlock" containment="true" eOpposite="#/1/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#/1/RuleVariableDeclaration" containment="true" eOpposite="#/1/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/1/OutPattern" eOpposite="#/1/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#/1/InPatternElement" eOpposite="#/1/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#/1/Binding" containment="true" eOpposite="#/1/Binding/outPatternElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/InPatternElement" containment="true" eOpposite="#/1/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#/1/OutPatternElement" containment="true" eOpposite="#/1/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="#/1/Module" eOpposite="#/1/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#/1/Query" eOpposite="#/1/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#/1/Library" eOpposite="#/1/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/0/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/1/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="IterateInPatternElement" eSuperTypes="#/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#/1/OutPatternElement" eOpposite="#/1/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#/1/InPattern" eOpposite="#/1/InPattern/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/0/Expressions/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#/0/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#/1/OutPatternElement" eOpposite="#/1/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/0/Expressions/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#/1/Unit" eOpposite="#/1/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#/1/InPattern" containment="true" eOpposite="#/1/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/1/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/1/OutPatternElement"/> </ecore:EPackage> <ecore:EPackage name="Core" nsURI="Core" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/3/String"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/transformations/KM32ATL_KM22MM/ATL-0.2.ecore
ecore
OCL OclFeature definition name Attribute initExpression type Operation parameters returnType body Parameter operation OclModel metamodel elements model name OclContextDefinition definition context_ OclFeatureDefinition feature context_ Expressions CollectionOperationCallExp VariableExp referredVariable name MapExp elements MapElement map key value RealExp realSymbol PrimitiveExp OclUndefinedExp IterateExp result PropertyCallExp source TuplePart tuple OclExpression ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 operation ifExp1 type attribute IntegerExp integerSymbol EnumLiteralExp name OperatorCallExp IteratorExp name StringExp stringSymbol BooleanExp booleanSymbol LetExp variable in_ Iterator loopExpr VariableDeclaration letExp type baseExp variableExp initExpression varName id OperationCallExp arguments operationName signature NumericExp BagExp CollectionExp elements IfExp thenExpression condition elseExpression LoopExp body iterators TupleExp tuplePart SequenceExp NavigationOrAttributeCallExp name SetExp OrderedSetExp Types CollectionType elementType OclType definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration name StringType Primitive RealType OclAnyType TupleType attributes SequenceType BooleanType OclModelElement model SetType BagType OrderedSetType NumericType TupleTypeAttribute type tupleType name IntegerType MapType valueType keyType ATL DerivedInPatternElement value Query body helpers Module isRefining inModels outModels elements ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName value IfStat condition thenStatements elseStatements ForStat iterator collection statements Unit libraries name Library helpers Rule outPattern actionBlock variables name OutPatternElement outPattern sourceElement bindings InPattern elements rule filter OutPattern rule elements ModuleElement module Helper query library definition SimpleInPatternElement IterateInPatternElement collection InPatternElement mapsTo inPattern PatternElement CalledRule parameters isEntrypoint Binding value outPatternElement propertyName ForEachOutPatternElement collection iterator RuleVariableDeclaration rule LibraryRef unit name MatchedRule inPattern children superRule isAbstract isRefining LazyMatchedRule isUnique SimpleOutPatternElement Core Element location commentsBefore commentsAfter PrimitiveTypes Double java.lang.Double java.lang.Double Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"OCL","name":"OCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","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":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Expressions","id":8,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Types","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"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":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"id":17,"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":18,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"operation","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":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":true,"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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"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":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"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":92,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"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":100,"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":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":109,"serializable":true,"eClass":"EDataType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"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":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"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":126,"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":127,"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":128,"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":129,"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":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":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"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":132,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"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":141,"derived":false},{"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":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":145,"derived":false},{"id":146,"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":147,"derived":false},{"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"container":true,"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":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":158,"serializable":true,"eClass":"EDataType"},{"id":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":172,"serializable":true,"eClass":"EDataType"},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"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":177,"derived":false},{"id":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"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":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"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":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":195,"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":"signature","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"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":238,"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":239,"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":240,"derived":false},{"container":true,"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":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"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":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"},{"id":272,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"ATL","name":"ATL","id":282,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateInPatternElement","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"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":320,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":321,"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":322,"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":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":330,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"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":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"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":341,"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":342,"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"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":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"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":371,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"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":380,"derived":false},{"id":381,"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":382,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"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":1,"id":387,"derived":false},{"id":388,"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":389,"derived":false},{"id":390,"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":391,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"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":397,"derived":false},{"id":398,"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":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"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":419,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"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":424,"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":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"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":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"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":442,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":443,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"nsPrefix":"","nsURI":"Core","name":"Core","id":455,"eClass":"EPackage"},{"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":456,"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":457,"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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":462,"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":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":7},{"source":11,"target":14},{"source":11,"target":1},{"source":11,"target":15},{"source":14,"target":7},{"source":12,"target":16},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":16},{"source":13,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":22,"target":21},{"source":19,"target":24},{"source":19,"target":25},{"source":19,"target":2},{"source":19,"target":26},{"source":25,"target":24},{"source":20,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":4},{"source":28,"target":24},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":24},{"source":29,"target":21},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":21},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":32},{"source":4,"target":38},{"source":32,"target":3},{"source":32,"target":39},{"source":32,"target":4},{"source":32,"target":27},{"source":39,"target":3},{"source":38,"target":37},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":5},{"source":40,"target":45},{"source":40,"target":5},{"source":40,"target":42},{"source":45,"target":5},{"source":41,"target":46},{"source":41,"target":47},{"source":41,"target":5},{"source":41,"target":48},{"source":47,"target":46},{"source":42,"target":5},{"source":42,"target":49},{"source":42,"target":5},{"source":42,"target":40},{"source":49,"target":5},{"source":43,"target":16},{"source":43,"target":50},{"source":43,"target":5},{"source":50,"target":16},{"source":44,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":51,"target":7},{"source":51,"target":54},{"source":51,"target":6},{"source":51,"target":55},{"source":54,"target":7},{"source":52,"target":24},{"source":52,"target":56},{"source":52,"target":6},{"source":52,"target":57},{"source":56,"target":24},{"source":53,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":15},{"source":7,"target":55},{"source":7,"target":58},{"source":15,"target":1},{"source":15,"target":59},{"source":15,"target":7},{"source":15,"target":11},{"source":59,"target":1},{"source":55,"target":6},{"source":55,"target":60},{"source":55,"target":7},{"source":55,"target":51},{"source":60,"target":6},{"source":58,"target":10},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":21},{"source":8,"target":71},{"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":8,"target":78},{"source":8,"target":37},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"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":8,"target":88},{"source":8,"target":89},{"source":8,"target":0},{"source":61,"target":8},{"source":61,"target":79},{"source":61,"target":90},{"source":90,"target":79},{"source":62,"target":8},{"source":62,"target":21},{"source":62,"target":91},{"source":62,"target":92},{"source":62,"target":93},{"source":91,"target":37},{"source":91,"target":94},{"source":91,"target":62},{"source":91,"target":95},{"source":94,"target":37},{"source":92,"target":16},{"source":92,"target":96},{"source":92,"target":62},{"source":96,"target":16},{"source":93,"target":21},{"source":63,"target":8},{"source":63,"target":21},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":64},{"source":97,"target":99},{"source":97,"target":63},{"source":97,"target":100},{"source":99,"target":64},{"source":98,"target":21},{"source":64,"target":8},{"source":64,"target":10},{"source":64,"target":100},{"source":64,"target":101},{"source":64,"target":102},{"source":64,"target":103},{"source":100,"target":63},{"source":100,"target":104},{"source":100,"target":64},{"source":100,"target":97},{"source":104,"target":63},{"source":101,"target":21},{"source":101,"target":105},{"source":101,"target":64},{"source":105,"target":21},{"source":102,"target":21},{"source":102,"target":106},{"source":102,"target":64},{"source":106,"target":21},{"source":103,"target":10},{"source":65,"target":8},{"source":65,"target":80},{"source":65,"target":107},{"source":65,"target":108},{"source":107,"target":109},{"source":107,"target":110},{"source":107,"target":65},{"source":110,"target":109},{"source":108,"target":80},{"source":66,"target":8},{"source":66,"target":21},{"source":66,"target":111},{"source":111,"target":21},{"source":67,"target":8},{"source":67,"target":21},{"source":67,"target":112},{"source":112,"target":21},{"source":68,"target":8},{"source":68,"target":84},{"source":68,"target":113},{"source":68,"target":114},{"source":113,"target":37},{"source":113,"target":115},{"source":113,"target":68},{"source":113,"target":116},{"source":115,"target":37},{"source":114,"target":84},{"source":69,"target":8},{"source":69,"target":21},{"source":69,"target":117},{"source":69,"target":118},{"source":117,"target":21},{"source":117,"target":119},{"source":117,"target":69},{"source":117,"target":120},{"source":119,"target":21},{"source":118,"target":21},{"source":70,"target":8},{"source":70,"target":37},{"source":70,"target":121},{"source":70,"target":122},{"source":121,"target":85},{"source":121,"target":123},{"source":121,"target":70},{"source":121,"target":124},{"source":123,"target":85},{"source":122,"target":37},{"source":21,"target":8},{"source":21,"target":10},{"source":21,"target":125},{"source":21,"target":120},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":36},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":23},{"source":21,"target":134},{"source":125,"target":83},{"source":125,"target":135},{"source":125,"target":21},{"source":125,"target":136},{"source":135,"target":83},{"source":120,"target":69},{"source":120,"target":137},{"source":120,"target":21},{"source":120,"target":117},{"source":137,"target":69},{"source":126,"target":82},{"source":126,"target":138},{"source":126,"target":21},{"source":126,"target":139},{"source":138,"target":82},{"source":127,"target":77},{"source":127,"target":140},{"source":127,"target":21},{"source":127,"target":141},{"source":140,"target":77},{"source":128,"target":84},{"source":128,"target":142},{"source":128,"target":21},{"source":128,"target":143},{"source":142,"target":84},{"source":129,"target":79},{"source":129,"target":144},{"source":129,"target":21},{"source":129,"target":145},{"source":144,"target":79},{"source":130,"target":37},{"source":130,"target":146},{"source":130,"target":21},{"source":130,"target":147},{"source":146,"target":37},{"source":131,"target":83},{"source":131,"target":148},{"source":131,"target":21},{"source":131,"target":149},{"source":148,"target":83},{"source":36,"target":3},{"source":36,"target":150},{"source":36,"target":21},{"source":36,"target":29},{"source":150,"target":3},{"source":132,"target":83},{"source":132,"target":151},{"source":132,"target":21},{"source":132,"target":152},{"source":151,"target":83},{"source":133,"target":24},{"source":133,"target":153},{"source":133,"target":21},{"source":133,"target":154},{"source":153,"target":24},{"source":23,"target":2},{"source":23,"target":155},{"source":23,"target":21},{"source":23,"target":18},{"source":155,"target":2},{"source":134,"target":10},{"source":71,"target":8},{"source":71,"target":80},{"source":71,"target":156},{"source":71,"target":157},{"source":156,"target":158},{"source":156,"target":159},{"source":156,"target":71},{"source":159,"target":158},{"source":157,"target":80},{"source":72,"target":8},{"source":72,"target":21},{"source":72,"target":160},{"source":72,"target":161},{"source":160,"target":16},{"source":160,"target":162},{"source":160,"target":72},{"source":162,"target":16},{"source":161,"target":21},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":163},{"source":163,"target":79},{"source":74,"target":8},{"source":74,"target":84},{"source":74,"target":164},{"source":74,"target":165},{"source":164,"target":16},{"source":164,"target":166},{"source":164,"target":74},{"source":166,"target":16},{"source":165,"target":84},{"source":75,"target":8},{"source":75,"target":66},{"source":75,"target":167},{"source":75,"target":168},{"source":167,"target":16},{"source":167,"target":169},{"source":167,"target":75},{"source":169,"target":16},{"source":168,"target":66},{"source":76,"target":8},{"source":76,"target":66},{"source":76,"target":170},{"source":76,"target":171},{"source":170,"target":172},{"source":170,"target":173},{"source":170,"target":76},{"source":173,"target":172},{"source":171,"target":66},{"source":77,"target":8},{"source":77,"target":21},{"source":77,"target":174},{"source":77,"target":141},{"source":77,"target":175},{"source":174,"target":37},{"source":174,"target":176},{"source":174,"target":77},{"source":174,"target":177},{"source":176,"target":37},{"source":141,"target":21},{"source":141,"target":178},{"source":141,"target":77},{"source":141,"target":127},{"source":178,"target":21},{"source":175,"target":21},{"source":78,"target":8},{"source":78,"target":37},{"source":78,"target":179},{"source":78,"target":180},{"source":179,"target":84},{"source":179,"target":181},{"source":179,"target":78},{"source":179,"target":182},{"source":181,"target":84},{"source":180,"target":37},{"source":37,"target":8},{"source":37,"target":10},{"source":37,"target":177},{"source":37,"target":183},{"source":37,"target":116},{"source":37,"target":95},{"source":37,"target":147},{"source":37,"target":184},{"source":37,"target":185},{"source":37,"target":186},{"source":177,"target":77},{"source":177,"target":187},{"source":177,"target":37},{"source":177,"target":174},{"source":187,"target":77},{"source":183,"target":24},{"source":183,"target":188},{"source":183,"target":37},{"source":183,"target":189},{"source":188,"target":24},{"source":116,"target":68},{"source":116,"target":190},{"source":116,"target":37},{"source":116,"target":113},{"source":190,"target":68},{"source":95,"target":62},{"source":95,"target":191},{"source":95,"target":37},{"source":95,"target":91},{"source":191,"target":62},{"source":147,"target":21},{"source":147,"target":192},{"source":147,"target":37},{"source":147,"target":130},{"source":192,"target":21},{"source":184,"target":16},{"source":184,"target":193},{"source":184,"target":37},{"source":193,"target":16},{"source":185,"target":16},{"source":185,"target":194},{"source":185,"target":37},{"source":194,"target":16},{"source":186,"target":10},{"source":79,"target":8},{"source":79,"target":69},{"source":79,"target":145},{"source":79,"target":195},{"source":79,"target":196},{"source":79,"target":197},{"source":145,"target":21},{"source":145,"target":198},{"source":145,"target":79},{"source":145,"target":129},{"source":198,"target":21},{"source":195,"target":16},{"source":195,"target":199},{"source":195,"target":79},{"source":199,"target":16},{"source":196,"target":16},{"source":196,"target":200},{"source":196,"target":79},{"source":200,"target":16},{"source":197,"target":69},{"source":80,"target":8},{"source":80,"target":66},{"source":80,"target":201},{"source":201,"target":66},{"source":81,"target":8},{"source":81,"target":82},{"source":81,"target":202},{"source":202,"target":82},{"source":82,"target":8},{"source":82,"target":21},{"source":82,"target":139},{"source":82,"target":203},{"source":139,"target":21},{"source":139,"target":204},{"source":139,"target":82},{"source":139,"target":126},{"source":204,"target":21},{"source":203,"target":21},{"source":83,"target":8},{"source":83,"target":21},{"source":83,"target":149},{"source":83,"target":152},{"source":83,"target":136},{"source":83,"target":205},{"source":149,"target":21},{"source":149,"target":206},{"source":149,"target":83},{"source":149,"target":131},{"source":206,"target":21},{"source":152,"target":21},{"source":152,"target":207},{"source":152,"target":83},{"source":152,"target":132},{"source":207,"target":21},{"source":136,"target":21},{"source":136,"target":208},{"source":136,"target":83},{"source":136,"target":125},{"source":208,"target":21},{"source":205,"target":21},{"source":84,"target":8},{"source":84,"target":69},{"source":84,"target":143},{"source":84,"target":182},{"source":84,"target":209},{"source":143,"target":21},{"source":143,"target":210},{"source":143,"target":84},{"source":143,"target":128},{"source":210,"target":21},{"source":182,"target":78},{"source":182,"target":211},{"source":182,"target":84},{"source":182,"target":179},{"source":211,"target":78},{"source":209,"target":69},{"source":85,"target":8},{"source":85,"target":21},{"source":85,"target":124},{"source":85,"target":212},{"source":124,"target":70},{"source":124,"target":213},{"source":124,"target":85},{"source":124,"target":121},{"source":213,"target":70},{"source":212,"target":21},{"source":86,"target":8},{"source":86,"target":82},{"source":86,"target":214},{"source":214,"target":82},{"source":87,"target":8},{"source":87,"target":69},{"source":87,"target":215},{"source":87,"target":216},{"source":215,"target":16},{"source":215,"target":217},{"source":215,"target":87},{"source":217,"target":16},{"source":216,"target":69},{"source":88,"target":8},{"source":88,"target":82},{"source":88,"target":218},{"source":218,"target":82},{"source":89,"target":8},{"source":89,"target":82},{"source":89,"target":219},{"source":219,"target":82},{"source":9,"target":220},{"source":9,"target":24},{"source":9,"target":221},{"source":9,"target":222},{"source":9,"target":223},{"source":9,"target":224},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"source":9,"target":46},{"source":9,"target":228},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":9,"target":232},{"source":9,"target":233},{"source":9,"target":234},{"source":9,"target":0},{"source":220,"target":9},{"source":220,"target":24},{"source":220,"target":235},{"source":220,"target":236},{"source":235,"target":24},{"source":235,"target":237},{"source":235,"target":220},{"source":235,"target":238},{"source":237,"target":24},{"source":236,"target":24},{"source":24,"target":9},{"source":24,"target":21},{"source":24,"target":57},{"source":24,"target":154},{"source":24,"target":34},{"source":24,"target":239},{"source":24,"target":26},{"source":24,"target":240},{"source":24,"target":238},{"source":24,"target":241},{"source":24,"target":189},{"source":24,"target":242},{"source":24,"target":243},{"source":57,"target":6},{"source":57,"target":244},{"source":57,"target":24},{"source":57,"target":52},{"source":244,"target":6},{"source":154,"target":21},{"source":154,"target":245},{"source":154,"target":24},{"source":154,"target":133},{"source":245,"target":21},{"source":34,"target":3},{"source":34,"target":246},{"source":34,"target":24},{"source":34,"target":28},{"source":246,"target":3},{"source":239,"target":234},{"source":239,"target":247},{"source":239,"target":24},{"source":239,"target":248},{"source":247,"target":234},{"source":26,"target":2},{"source":26,"target":249},{"source":26,"target":24},{"source":26,"target":19},{"source":249,"target":2},{"source":240,"target":234},{"source":240,"target":250},{"source":240,"target":24},{"source":240,"target":251},{"source":250,"target":234},{"source":238,"target":220},{"source":238,"target":252},{"source":238,"target":24},{"source":238,"target":235},{"source":252,"target":220},{"source":241,"target":232},{"source":241,"target":253},{"source":241,"target":24},{"source":241,"target":254},{"source":253,"target":232},{"source":189,"target":37},{"source":189,"target":255},{"source":189,"target":24},{"source":189,"target":183},{"source":255,"target":37},{"source":242,"target":16},{"source":242,"target":256},{"source":242,"target":24},{"source":256,"target":16},{"source":243,"target":21},{"source":221,"target":9},{"source":221,"target":222},{"source":221,"target":257},{"source":257,"target":222},{"source":222,"target":9},{"source":222,"target":24},{"source":222,"target":258},{"source":258,"target":24},{"source":223,"target":9},{"source":223,"target":231},{"source":223,"target":259},{"source":259,"target":231},{"source":224,"target":9},{"source":224,"target":24},{"source":224,"target":260},{"source":260,"target":24},{"source":225,"target":9},{"source":225,"target":24},{"source":225,"target":261},{"source":225,"target":262},{"source":261,"target":232},{"source":261,"target":263},{"source":261,"target":225},{"source":261,"target":264},{"source":263,"target":232},{"source":262,"target":24},{"source":226,"target":9},{"source":226,"target":220},{"source":226,"target":265},{"source":265,"target":220},{"source":227,"target":9},{"source":227,"target":222},{"source":227,"target":266},{"source":266,"target":222},{"source":46,"target":9},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":267},{"source":48,"target":5},{"source":48,"target":268},{"source":48,"target":46},{"source":48,"target":41},{"source":268,"target":5},{"source":267,"target":24},{"source":228,"target":9},{"source":228,"target":220},{"source":228,"target":269},{"source":269,"target":220},{"source":229,"target":9},{"source":229,"target":220},{"source":229,"target":270},{"source":270,"target":220},{"source":230,"target":9},{"source":230,"target":220},{"source":230,"target":271},{"source":271,"target":220},{"source":231,"target":9},{"source":231,"target":222},{"source":231,"target":272},{"source":272,"target":222},{"source":232,"target":9},{"source":232,"target":10},{"source":232,"target":254},{"source":232,"target":264},{"source":232,"target":273},{"source":232,"target":274},{"source":254,"target":24},{"source":254,"target":275},{"source":254,"target":232},{"source":254,"target":241},{"source":275,"target":24},{"source":264,"target":225},{"source":264,"target":276},{"source":264,"target":232},{"source":264,"target":261},{"source":276,"target":225},{"source":273,"target":16},{"source":273,"target":277},{"source":273,"target":232},{"source":277,"target":16},{"source":274,"target":10},{"source":233,"target":9},{"source":233,"target":231},{"source":233,"target":278},{"source":278,"target":231},{"source":234,"target":9},{"source":234,"target":24},{"source":234,"target":248},{"source":234,"target":251},{"source":234,"target":279},{"source":248,"target":24},{"source":248,"target":280},{"source":248,"target":234},{"source":248,"target":239},{"source":280,"target":24},{"source":251,"target":24},{"source":251,"target":281},{"source":251,"target":234},{"source":251,"target":240},{"source":281,"target":24},{"source":279,"target":24},{"source":282,"target":283},{"source":282,"target":284},{"source":282,"target":285},{"source":282,"target":286},{"source":282,"target":287},{"source":282,"target":288},{"source":282,"target":289},{"source":282,"target":290},{"source":282,"target":291},{"source":282,"target":292},{"source":282,"target":293},{"source":282,"target":294},{"source":282,"target":295},{"source":282,"target":296},{"source":282,"target":297},{"source":282,"target":298},{"source":282,"target":299},{"source":282,"target":300},{"source":282,"target":301},{"source":282,"target":302},{"source":282,"target":303},{"source":282,"target":304},{"source":282,"target":305},{"source":282,"target":306},{"source":282,"target":307},{"source":282,"target":308},{"source":282,"target":309},{"source":282,"target":310},{"source":282,"target":311},{"source":283,"target":282},{"source":283,"target":302},{"source":283,"target":312},{"source":283,"target":313},{"source":312,"target":21},{"source":312,"target":314},{"source":312,"target":283},{"source":314,"target":21},{"source":313,"target":302},{"source":284,"target":282},{"source":284,"target":292},{"source":284,"target":315},{"source":284,"target":316},{"source":284,"target":317},{"source":315,"target":21},{"source":315,"target":318},{"source":315,"target":284},{"source":318,"target":21},{"source":316,"target":299},{"source":316,"target":319},{"source":316,"target":284},{"source":316,"target":320},{"source":319,"target":299},{"source":317,"target":292},{"source":285,"target":282},{"source":285,"target":292},{"source":285,"target":321},{"source":285,"target":322},{"source":285,"target":323},{"source":285,"target":324},{"source":285,"target":325},{"source":321,"target":172},{"source":321,"target":326},{"source":321,"target":285},{"source":326,"target":172},{"source":322,"target":5},{"source":322,"target":327},{"source":322,"target":285},{"source":327,"target":5},{"source":323,"target":5},{"source":323,"target":328},{"source":323,"target":285},{"source":328,"target":5},{"source":324,"target":298},{"source":324,"target":329},{"source":324,"target":285},{"source":324,"target":330},{"source":329,"target":298},{"source":325,"target":292},{"source":286,"target":282},{"source":286,"target":10},{"source":286,"target":331},{"source":286,"target":332},{"source":286,"target":333},{"source":331,"target":294},{"source":331,"target":334},{"source":331,"target":286},{"source":331,"target":335},{"source":334,"target":294},{"source":332,"target":287},{"source":332,"target":336},{"source":332,"target":286},{"source":336,"target":287},{"source":333,"target":10},{"source":287,"target":282},{"source":287,"target":10},{"source":287,"target":337},{"source":337,"target":10},{"source":288,"target":282},{"source":288,"target":287},{"source":288,"target":338},{"source":288,"target":339},{"source":338,"target":21},{"source":338,"target":340},{"source":338,"target":288},{"source":340,"target":21},{"source":339,"target":287},{"source":289,"target":282},{"source":289,"target":287},{"source":289,"target":341},{"source":289,"target":342},{"source":289,"target":343},{"source":289,"target":344},{"source":341,"target":21},{"source":341,"target":345},{"source":341,"target":289},{"source":345,"target":21},{"source":342,"target":16},{"source":342,"target":346},{"source":342,"target":289},{"source":346,"target":16},{"source":343,"target":21},{"source":343,"target":347},{"source":343,"target":289},{"source":347,"target":21},{"source":344,"target":287},{"source":290,"target":282},{"source":290,"target":287},{"source":290,"target":348},{"source":290,"target":349},{"source":290,"target":350},{"source":290,"target":351},{"source":348,"target":21},{"source":348,"target":352},{"source":348,"target":290},{"source":352,"target":21},{"source":349,"target":287},{"source":349,"target":353},{"source":349,"target":290},{"source":353,"target":287},{"source":350,"target":287},{"source":350,"target":354},{"source":350,"target":290},{"source":354,"target":287},{"source":351,"target":287},{"source":291,"target":282},{"source":291,"target":287},{"source":291,"target":355},{"source":291,"target":356},{"source":291,"target":357},{"source":291,"target":358},{"source":355,"target":78},{"source":355,"target":359},{"source":355,"target":291},{"source":359,"target":78},{"source":356,"target":21},{"source":356,"target":360},{"source":356,"target":291},{"source":360,"target":21},{"source":357,"target":287},{"source":357,"target":361},{"source":357,"target":291},{"source":361,"target":287},{"source":358,"target":287},{"source":292,"target":282},{"source":292,"target":10},{"source":292,"target":362},{"source":292,"target":363},{"source":292,"target":364},{"source":362,"target":308},{"source":362,"target":365},{"source":362,"target":292},{"source":362,"target":366},{"source":365,"target":308},{"source":363,"target":16},{"source":363,"target":367},{"source":363,"target":292},{"source":367,"target":16},{"source":364,"target":10},{"source":293,"target":282},{"source":293,"target":292},{"source":293,"target":368},{"source":293,"target":369},{"source":368,"target":299},{"source":368,"target":370},{"source":368,"target":293},{"source":368,"target":371},{"source":370,"target":299},{"source":369,"target":292},{"source":294,"target":282},{"source":294,"target":298},{"source":294,"target":372},{"source":294,"target":335},{"source":294,"target":373},{"source":294,"target":374},{"source":294,"target":375},{"source":372,"target":297},{"source":372,"target":376},{"source":372,"target":294},{"source":372,"target":377},{"source":376,"target":297},{"source":335,"target":286},{"source":335,"target":378},{"source":335,"target":294},{"source":335,"target":331},{"source":378,"target":286},{"source":373,"target":307},{"source":373,"target":379},{"source":373,"target":294},{"source":373,"target":380},{"source":379,"target":307},{"source":374,"target":16},{"source":374,"target":381},{"source":374,"target":294},{"source":381,"target":16},{"source":375,"target":298},{"source":295,"target":282},{"source":295,"target":303},{"source":295,"target":382},{"source":295,"target":383},{"source":295,"target":384},{"source":295,"target":385},{"source":382,"target":297},{"source":382,"target":386},{"source":382,"target":295},{"source":382,"target":387},{"source":386,"target":297},{"source":383,"target":302},{"source":383,"target":388},{"source":383,"target":295},{"source":383,"target":389},{"source":388,"target":302},{"source":384,"target":305},{"source":384,"target":390},{"source":384,"target":295},{"source":384,"target":391},{"source":390,"target":305},{"source":385,"target":303},{"source":296,"target":282},{"source":296,"target":10},{"source":296,"target":392},{"source":296,"target":393},{"source":296,"target":394},{"source":296,"target":395},{"source":392,"target":302},{"source":392,"target":396},{"source":392,"target":296},{"source":392,"target":397},{"source":396,"target":302},{"source":393,"target":309},{"source":393,"target":398},{"source":393,"target":296},{"source":393,"target":399},{"source":398,"target":309},{"source":394,"target":21},{"source":394,"target":400},{"source":394,"target":296},{"source":400,"target":21},{"source":395,"target":10},{"source":297,"target":282},{"source":297,"target":10},{"source":297,"target":377},{"source":297,"target":387},{"source":297,"target":401},{"source":377,"target":294},{"source":377,"target":402},{"source":377,"target":297},{"source":377,"target":372},{"source":402,"target":294},{"source":387,"target":295},{"source":387,"target":403},{"source":387,"target":297},{"source":387,"target":382},{"source":403,"target":295},{"source":401,"target":10},{"source":298,"target":282},{"source":298,"target":10},{"source":298,"target":330},{"source":298,"target":404},{"source":330,"target":285},{"source":330,"target":405},{"source":330,"target":298},{"source":330,"target":324},{"source":405,"target":285},{"source":404,"target":10},{"source":299,"target":282},{"source":299,"target":298},{"source":299,"target":320},{"source":299,"target":371},{"source":299,"target":406},{"source":299,"target":407},{"source":320,"target":284},{"source":320,"target":408},{"source":320,"target":299},{"source":320,"target":316},{"source":408,"target":284},{"source":371,"target":293},{"source":371,"target":409},{"source":371,"target":299},{"source":371,"target":368},{"source":409,"target":293},{"source":406,"target":7},{"source":406,"target":410},{"source":406,"target":299},{"source":410,"target":7},{"source":407,"target":298},{"source":300,"target":282},{"source":300,"target":302},{"source":300,"target":411},{"source":411,"target":302},{"source":301,"target":282},{"source":301,"target":302},{"source":301,"target":412},{"source":301,"target":413},{"source":412,"target":21},{"source":412,"target":414},{"source":412,"target":301},{"source":414,"target":21},{"source":413,"target":302},{"source":302,"target":282},{"source":302,"target":303},{"source":302,"target":389},{"source":302,"target":397},{"source":302,"target":415},{"source":389,"target":295},{"source":389,"target":416},{"source":389,"target":302},{"source":389,"target":383},{"source":416,"target":295},{"source":397,"target":296},{"source":397,"target":417},{"source":397,"target":302},{"source":397,"target":392},{"source":417,"target":296},{"source":415,"target":303},{"source":303,"target":282},{"source":303,"target":37},{"source":303,"target":418},{"source":418,"target":37},{"source":304,"target":282},{"source":304,"target":294},{"source":304,"target":419},{"source":304,"target":420},{"source":304,"target":421},{"source":419,"target":4},{"source":419,"target":422},{"source":419,"target":304},{"source":422,"target":4},{"source":420,"target":172},{"source":420,"target":423},{"source":420,"target":304},{"source":423,"target":172},{"source":421,"target":294},{"source":305,"target":282},{"source":305,"target":10},{"source":305,"target":424},{"source":305,"target":391},{"source":305,"target":425},{"source":305,"target":426},{"source":424,"target":21},{"source":424,"target":427},{"source":424,"target":305},{"source":427,"target":21},{"source":391,"target":295},{"source":391,"target":428},{"source":391,"target":305},{"source":391,"target":384},{"source":428,"target":295},{"source":425,"target":16},{"source":425,"target":429},{"source":425,"target":305},{"source":429,"target":16},{"source":426,"target":10},{"source":306,"target":282},{"source":306,"target":295},{"source":306,"target":430},{"source":306,"target":431},{"source":306,"target":432},{"source":430,"target":21},{"source":430,"target":433},{"source":430,"target":306},{"source":433,"target":21},{"source":431,"target":78},{"source":431,"target":434},{"source":431,"target":306},{"source":434,"target":78},{"source":432,"target":295},{"source":307,"target":282},{"source":307,"target":37},{"source":307,"target":380},{"source":307,"target":435},{"source":380,"target":294},{"source":380,"target":436},{"source":380,"target":307},{"source":380,"target":373},{"source":436,"target":294},{"source":435,"target":37},{"source":308,"target":282},{"source":308,"target":10},{"source":308,"target":366},{"source":308,"target":437},{"source":308,"target":438},{"source":366,"target":292},{"source":366,"target":439},{"source":366,"target":308},{"source":366,"target":362},{"source":439,"target":292},{"source":437,"target":16},{"source":437,"target":440},{"source":437,"target":308},{"source":440,"target":16},{"source":438,"target":10},{"source":309,"target":282},{"source":309,"target":294},{"source":309,"target":399},{"source":309,"target":441},{"source":309,"target":442},{"source":309,"target":443},{"source":309,"target":444},{"source":309,"target":445},{"source":399,"target":296},{"source":399,"target":446},{"source":399,"target":309},{"source":399,"target":393},{"source":446,"target":296},{"source":441,"target":309},{"source":441,"target":447},{"source":441,"target":309},{"source":441,"target":442},{"source":447,"target":309},{"source":442,"target":309},{"source":442,"target":448},{"source":442,"target":309},{"source":442,"target":441},{"source":448,"target":309},{"source":443,"target":172},{"source":443,"target":449},{"source":443,"target":309},{"source":449,"target":172},{"source":444,"target":172},{"source":444,"target":450},{"source":444,"target":309},{"source":450,"target":172},{"source":445,"target":294},{"source":310,"target":282},{"source":310,"target":309},{"source":310,"target":451},{"source":310,"target":452},{"source":451,"target":172},{"source":451,"target":453},{"source":451,"target":310},{"source":453,"target":172},{"source":452,"target":309},{"source":311,"target":282},{"source":311,"target":295},{"source":311,"target":454},{"source":454,"target":295},{"source":455,"target":10},{"source":10,"target":455},{"source":10,"target":456},{"source":10,"target":457},{"source":10,"target":458},{"source":456,"target":16},{"source":456,"target":459},{"source":456,"target":10},{"source":459,"target":16},{"source":457,"target":16},{"source":457,"target":460},{"source":457,"target":10},{"source":460,"target":16},{"source":458,"target":16},{"source":458,"target":461},{"source":458,"target":10},{"source":461,"target":16},{"source":462,"target":109},{"source":462,"target":158},{"source":462,"target":16},{"source":462,"target":172},{"source":109,"target":462},{"source":158,"target":462},{"source":16,"target":462},{"source":172,"target":462}],"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="activity" nsURI="http://www.example.org/activity" nsPrefix="activity"> <eClassifiers xsi:type="ecore:EClass" name="Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//ActivityEdge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//ActivityNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityparameternode" eType="#//ActivityParameterNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityPartion" upperBound="-1" eType="#//ActivityPartition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityGroups" upperBound="-1" eType="#//ActivityGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inBorder" upperBound="-1" eType="#//ActivityNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ActivityNode" eOpposite="#//ActivityNode/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ActivityNode" eOpposite="#//ActivityNode/outgoing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//ActivityGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="activityPartions" upperBound="-1" eType="#//ActivityPartition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" abstract="true" eSuperTypes="#//Activity"> <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="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" 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="ControlNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//ControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="connected" eType="#//Connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptTimeEventAction" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptEdge" eSuperTypes="#//ActivityEdge"/> </ecore:EPackage>
github:ecore:/data/paulvberlin/BaSiriusXtext/main/de.htw.activity.emf/model/activity.ecore
ecore
activity Activity edges nodes activityparameternode activityPartion activityGroups ActivityParameterNode name inBorder ActivityEdge target source ActivityNode incoming outgoing ActivityPartition activityPartions InterruptibleActivityRegion ActivityGroup name NamedElement qualifiedName Name ControlNode InitialNode FinalNode ForkNode JoinNode Connector connected MergeNode DecisionNode FlowFinalNode ActivityFinalNode ExecutableNode Action output input SendSignalAction AcceptTimeEventAction AcceptEventAction InputPin OutputPin ObjectNode Pin Object CentralBufferNode DataStoreNode ControlFlow ObjectFlow InterruptEdge
null
{"directed":true,"nodes":[{"nsPrefix":"activity","nsURI":"http://www.example.org/activity","name":"activity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptTimeEventAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptEdge","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":"nodes","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":"activityparameternode","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":"activityPartion","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":"activityGroups","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inBorder","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activityPartions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"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":"qualifiedName","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":"Name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connected","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":1},{"source":39,"target":3},{"source":35,"target":4},{"source":35,"target":40},{"source":35,"target":1},{"source":40,"target":4},{"source":36,"target":2},{"source":36,"target":41},{"source":36,"target":1},{"source":41,"target":2},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":1},{"source":42,"target":5},{"source":38,"target":7},{"source":38,"target":43},{"source":38,"target":1},{"source":43,"target":7},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":44,"target":47},{"source":44,"target":2},{"source":45,"target":4},{"source":45,"target":48},{"source":45,"target":2},{"source":48,"target":4},{"source":46,"target":1},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":49,"target":4},{"source":49,"target":52},{"source":49,"target":3},{"source":49,"target":53},{"source":52,"target":4},{"source":50,"target":4},{"source":50,"target":54},{"source":50,"target":3},{"source":50,"target":55},{"source":54,"target":4},{"source":51,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":53},{"source":4,"target":55},{"source":4,"target":56},{"source":53,"target":3},{"source":53,"target":57},{"source":53,"target":4},{"source":53,"target":49},{"source":57,"target":3},{"source":55,"target":3},{"source":55,"target":58},{"source":55,"target":4},{"source":55,"target":50},{"source":58,"target":3},{"source":56,"target":8},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":59},{"source":5,"target":60},{"source":59,"target":5},{"source":59,"target":61},{"source":59,"target":5},{"source":61,"target":5},{"source":60,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":62},{"source":62,"target":7},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":63},{"source":7,"target":64},{"source":63,"target":65},{"source":63,"target":7},{"source":64,"target":1},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":66,"target":68},{"source":66,"target":8},{"source":67,"target":69},{"source":67,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":70},{"source":70,"target":4},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":71},{"source":71,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":72},{"source":72,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":73},{"source":73,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":74},{"source":74,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":14},{"source":75,"target":77},{"source":75,"target":14},{"source":77,"target":14},{"source":76,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":78},{"source":78,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":79},{"source":79,"target":9},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":80},{"source":80,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":81},{"source":81,"target":11},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":82},{"source":82,"target":4},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":83},{"source":20,"target":84},{"source":20,"target":85},{"source":83,"target":25},{"source":83,"target":86},{"source":83,"target":20},{"source":86,"target":25},{"source":84,"target":24},{"source":84,"target":87},{"source":84,"target":20},{"source":87,"target":24},{"source":85,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":88},{"source":88,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":89},{"source":89,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":90},{"source":90,"target":19},{"source":24,"target":0},{"source":24,"target":27},{"source":24,"target":91},{"source":91,"target":27},{"source":25,"target":0},{"source":25,"target":27},{"source":25,"target":92},{"source":92,"target":27},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":93},{"source":93,"target":4},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":94},{"source":94,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":95},{"source":95,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":96},{"source":96,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":97},{"source":97,"target":26},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":98},{"source":98,"target":3},{"source":32,"target":0},{"source":32,"target":3},{"source":32,"target":99},{"source":99,"target":3},{"source":33,"target":0},{"source":33,"target":3},{"source":33,"target":100},{"source":100,"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="atlstatic" nsURI="http://anatlyzer/atlstatic" nsPrefix="atlstatic"> <eSubpackages name="ATL" nsURI="http://anatlyzer/atlstatic/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#//ATL/LibraryRef" containment="true" eOpposite="#//ATL/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//ATL/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#//ATL/Helper" containment="true" eOpposite="#//ATL/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//ATL/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#//ATL/Helper" containment="true" eOpposite="#//ATL/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//ATL/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#//OCL/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#//OCL/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ATL/ModuleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#//ATL/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Helper" abstract="true" eSuperTypes="#//ATL/ModuleElement #//ATL/Callable"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#//ATL/Query" eOpposite="#//ATL/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#//ATL/Library" eOpposite="#//ATL/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//OCL/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticHelper" eSuperTypes="#//ATL/Helper #//ATL/ModuleCallable"/> <eClassifiers xsi:type="ecore:EClass" name="ContextHelper" eSuperTypes="#//ATL/Helper"/> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#//ATL/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#//ATL/OutPattern" containment="true" eOpposite="#//ATL/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#//ATL/ActionBlock" containment="true" eOpposite="#//ATL/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//ATL/RuleVariableDeclaration" containment="true" eOpposite="#//ATL/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticRule" abstract="true" eSuperTypes="#//ATL/ModuleCallable #//ATL/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleCallable" abstract="true" eSuperTypes="#//ATL/Callable"/> <eClassifiers xsi:type="ecore:EClass" name="Callable" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RuleWithPattern" abstract="true" eSuperTypes="#//ATL/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#//ATL/InPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//ATL/RuleWithPattern" eOpposite="#//ATL/RuleWithPattern/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#//ATL/RuleWithPattern" eOpposite="#//ATL/RuleWithPattern/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#//ATL/RuleWithPattern"/> <eClassifiers xsi:type="ecore:EClass" name="LazyRule" eSuperTypes="#//ATL/RuleWithPattern #//ATL/StaticRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#//ATL/StaticRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//OCL/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#//ATL/InPatternElement" containment="true" eOpposite="#//ATL/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#//ATL/Rule" eOpposite="#//ATL/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false" eType="#//ATL/DropPattern" containment="true" eOpposite="#//ATL/DropPattern/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//ATL/OutPatternElement" containment="true" eOpposite="#//ATL/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#//ATL/OutPattern" eOpposite="#//ATL/OutPattern/dropPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#//OCL/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#//ATL/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#//ATL/OutPatternElement" eOpposite="#//ATL/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#//ATL/InPattern" eOpposite="#//ATL/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="#//OCL/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#//ATL/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#//ATL/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#//ATL/OutPattern" eOpposite="#//ATL/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#//ATL/InPatternElement" eOpposite="#//ATL/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//ATL/Binding" containment="true" eOpposite="#//ATL/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//OCL/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#//ATL/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1" eType="#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#//ATL/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#//OCL/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#//ATL/OutPatternElement" eOpposite="#//ATL/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#//OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#//ATL/Rule" eOpposite="#//ATL/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#//ATL/Unit" eOpposite="#//ATL/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#//ATL/Rule" eOpposite="#//ATL/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ATL/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ATL/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#//ATL/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#//ATL/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#//ATL/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#//ATL/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#//ATL/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#//ATL/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#//OCL/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ATL/Statement" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="OCL" nsURI="http://anatlyzer/atlstatic/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#//OCL/IfExp" eOpposite="#//OCL/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#//OCL/PropertyCallExp" eOpposite="#//OCL/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#//OCL/CollectionExp" eOpposite="#//OCL/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//OCL/LetExp" eOpposite="#//OCL/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#//OCL/LoopExp" eOpposite="#//OCL/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#//OCL/OperationCallExp" eOpposite="#//OCL/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#//OCL/VariableDeclaration" eOpposite="#//OCL/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#//OCL/IfExp" eOpposite="#//OCL/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#//OCL/Operation" eOpposite="#//OCL/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#//OCL/IfExp" eOpposite="#//OCL/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#//OCL/Attribute" eOpposite="#//OCL/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//OCL/VariableDeclaration" eOpposite="#//OCL/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#//OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#//OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//OCL/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#//OCL/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#//OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//OCL/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#//OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#//OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#//OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//OCL/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#//OCL/TuplePart" containment="true" eOpposite="#//OCL/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#//OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#//OCL/TupleExp" eOpposite="#//OCL/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//OCL/MapElement" containment="true" eOpposite="#//OCL/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#//OCL/MapExp" eOpposite="#//OCL/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#//OCL/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#//OCL/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//OCL/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//OCL/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#//OCL/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//OCL/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#//OCL/Iterator" containment="true" eOpposite="#//OCL/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OCL/VariableDeclaration" containment="true" eOpposite="#//OCL/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//OCL/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//OCL/VariableDeclaration" containment="true" eOpposite="#//OCL/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#//OCL/LetExp" eOpposite="#//OCL/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#//OCL/IterateExp" eOpposite="#//OCL/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#//OCL/VariableExp" eOpposite="#//OCL/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//OCL/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#//OCL/LoopExp" eOpposite="#//OCL/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//OCL/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#//OCL/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#//OCL/OclContextDefinition" eOpposite="#//OCL/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#//OCL/OclExpression" eOpposite="#//OCL/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//OCL/Operation" eOpposite="#//OCL/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#//OCL/MapType" eOpposite="#//OCL/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#//OCL/Attribute" eOpposite="#//OCL/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#//OCL/MapType" eOpposite="#//OCL/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#//OCL/CollectionType" eOpposite="#//OCL/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#//OCL/TupleTypeAttribute" eOpposite="#//OCL/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#//OCL/VariableDeclaration" eOpposite="#//OCL/VariableDeclaration/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#//OCL/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//OCL/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//OCL/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#//OCL/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//OCL/TupleTypeAttribute" containment="true" eOpposite="#//OCL/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#//OCL/TupleType" eOpposite="#//OCL/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#//OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#//OCL/OclModel" eOpposite="#//OCL/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//OCL/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//OCL/OclFeature" containment="true" eOpposite="#//OCL/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#//OCL/OclContextDefinition" containment="true" eOpposite="#//OCL/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//OCL/OclFeatureDefinition" eOpposite="#//OCL/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#//OCL/OclFeatureDefinition" eOpposite="#//OCL/OclFeatureDefinition/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//OCL/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//OCL/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#//OCL/OclType" containment="true" eOpposite="#//OCL/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//OCL/OclExpression" containment="true" eOpposite="#//OCL/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#//ATL/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#//OCL/OclModel" eOpposite="#//OCL/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//OCL/OclModelElement" eOpposite="#//OCL/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#//OCL/OclModel" eOpposite="#//OCL/OclModel/metamodel"/> </eClassifiers> </eSubpackages> <eSubpackages name="PrimitiveTypes" nsURI="http://anatlyzer/atlstatic/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"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/anatlyzer/anatlyzer/plugins/anatlyzer.atl.typing/model/generated/ATLmodified.ecore
ecore
atlstatic ATL LocatedElement location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements ModuleElement Helper query library definition StaticHelper ContextHelper Rule outPattern actionBlock variables name StaticRule ModuleCallable Callable RuleWithPattern inPattern children superRule isAbstract isRefining isNoDefault MatchedRule LazyRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements 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 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":"atlstatic","nsURI":"http://anatlyzer/atlstatic","name":"atlstatic","id":0,"eClass":"EPackage"},{"nsPrefix":"atl","nsURI":"http://anatlyzer/atlstatic/ATL","name":"ATL","id":1,"eClass":"EPackage"},{"nsPrefix":"ocl","nsURI":"http://anatlyzer/atlstatic/OCL","name":"OCL","id":2,"eClass":"EPackage"},{"nsPrefix":"ptypes","nsURI":"http://anatlyzer/atlstatic/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","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":"Query","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":"ModuleElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticHelper","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextHelper","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRule","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleCallable","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callable","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleWithPattern","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":38,"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":39,"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":40,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":42,"serializable":true,"eClass":"EDataType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"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":46,"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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":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":"body","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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"eClass":"EGenericType"},{"id":61,"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":62,"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":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":68,"serializable":true,"eClass":"EDataType"},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"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":85,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":91,"derived":false},{"id":92,"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":93,"derived":false},{"id":94,"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"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":101,"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":102,"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":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":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"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":118,"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":119,"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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"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":126,"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":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"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":130,"derived":false},{"id":131,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"derived":false},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"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":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"id":168,"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":169,"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":170,"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":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":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"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":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":191,"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":192,"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":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":"value","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"},{"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":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","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"},{"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":207,"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":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":"statements","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":263,"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":264,"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":265,"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":266,"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":267,"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":268,"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":269,"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":270,"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":271,"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":272,"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":273,"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":274,"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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"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":278,"derived":false},{"id":279,"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":280,"derived":false},{"id":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"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":286,"derived":false},{"id":287,"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":288,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"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":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"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":296,"derived":false},{"id":297,"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":298,"derived":false},{"id":299,"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":300,"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":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":316,"serializable":true,"eClass":"EDataType"},{"id":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":320,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"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":337,"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":338,"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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"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":363,"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":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"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":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"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":371,"derived":false},{"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":"letExp","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"},{"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":380,"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":381,"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":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":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":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"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":398,"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":399,"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":400,"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":401,"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":402,"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":403,"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":404,"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","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":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"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":414,"derived":false},{"id":415,"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":416,"derived":false},{"id":417,"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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"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":437,"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":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"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":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"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":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"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":454,"derived":false},{"id":455,"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":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"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":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"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":467,"derived":false},{"container":false,"ordered":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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"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":474,"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":475,"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":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":0},{"source":4,"target":1},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":39,"target":42},{"source":39,"target":43},{"source":39,"target":4},{"source":43,"target":42},{"source":40,"target":42},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":42},{"source":41,"target":42},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":42},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":46,"target":32},{"source":46,"target":49},{"source":46,"target":5},{"source":46,"target":50},{"source":49,"target":32},{"source":47,"target":42},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":42},{"source":48,"target":4},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":52},{"source":6,"target":53},{"source":52,"target":10},{"source":52,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":54,"target":10},{"source":53,"target":5},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":7},{"source":60,"target":59},{"source":57,"target":10},{"source":57,"target":61},{"source":57,"target":7},{"source":57,"target":62},{"source":61,"target":10},{"source":58,"target":5},{"source":8,"target":1},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":63,"target":68},{"source":63,"target":69},{"source":63,"target":8},{"source":69,"target":68},{"source":64,"target":70},{"source":64,"target":71},{"source":64,"target":8},{"source":71,"target":70},{"source":65,"target":70},{"source":65,"target":72},{"source":65,"target":8},{"source":72,"target":70},{"source":66,"target":9},{"source":66,"target":73},{"source":66,"target":8},{"source":73,"target":9},{"source":67,"target":5},{"source":9,"target":1},{"source":9,"target":4},{"source":9,"target":74},{"source":74,"target":4},{"source":10,"target":1},{"source":10,"target":9},{"source":10,"target":16},{"source":10,"target":62},{"source":10,"target":55},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":62,"target":7},{"source":62,"target":78},{"source":62,"target":10},{"source":62,"target":57},{"source":78,"target":7},{"source":55,"target":6},{"source":55,"target":79},{"source":55,"target":10},{"source":55,"target":52},{"source":79,"target":6},{"source":75,"target":80},{"source":75,"target":81},{"source":75,"target":10},{"source":81,"target":80},{"source":76,"target":9},{"source":77,"target":16},{"source":11,"target":1},{"source":11,"target":10},{"source":11,"target":15},{"source":11,"target":82},{"source":11,"target":83},{"source":82,"target":10},{"source":83,"target":15},{"source":12,"target":1},{"source":12,"target":10},{"source":12,"target":84},{"source":84,"target":10},{"source":13,"target":1},{"source":13,"target":9},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":85,"target":22},{"source":85,"target":90},{"source":85,"target":13},{"source":85,"target":91},{"source":90,"target":22},{"source":86,"target":33},{"source":86,"target":92},{"source":86,"target":13},{"source":86,"target":93},{"source":92,"target":33},{"source":87,"target":31},{"source":87,"target":94},{"source":87,"target":13},{"source":87,"target":95},{"source":94,"target":31},{"source":88,"target":42},{"source":88,"target":96},{"source":88,"target":13},{"source":96,"target":42},{"source":89,"target":9},{"source":14,"target":1},{"source":14,"target":15},{"source":14,"target":13},{"source":14,"target":97},{"source":14,"target":98},{"source":97,"target":15},{"source":98,"target":13},{"source":15,"target":1},{"source":15,"target":16},{"source":15,"target":99},{"source":99,"target":16},{"source":16,"target":1},{"source":17,"target":1},{"source":17,"target":13},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":100,"target":21},{"source":100,"target":107},{"source":100,"target":17},{"source":107,"target":21},{"source":101,"target":17},{"source":101,"target":108},{"source":101,"target":17},{"source":101,"target":102},{"source":108,"target":17},{"source":102,"target":17},{"source":102,"target":109},{"source":102,"target":17},{"source":102,"target":101},{"source":109,"target":17},{"source":103,"target":68},{"source":103,"target":110},{"source":103,"target":17},{"source":110,"target":68},{"source":104,"target":68},{"source":104,"target":111},{"source":104,"target":17},{"source":111,"target":68},{"source":105,"target":68},{"source":105,"target":112},{"source":105,"target":17},{"source":112,"target":68},{"source":106,"target":13},{"source":18,"target":1},{"source":18,"target":17},{"source":18,"target":113},{"source":113,"target":17},{"source":19,"target":1},{"source":19,"target":17},{"source":19,"target":14},{"source":19,"target":114},{"source":19,"target":115},{"source":19,"target":116},{"source":114,"target":68},{"source":114,"target":117},{"source":114,"target":19},{"source":117,"target":68},{"source":115,"target":17},{"source":116,"target":14},{"source":20,"target":1},{"source":20,"target":14},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":118,"target":122},{"source":118,"target":123},{"source":118,"target":20},{"source":123,"target":122},{"source":119,"target":68},{"source":119,"target":124},{"source":119,"target":20},{"source":124,"target":68},{"source":120,"target":68},{"source":120,"target":125},{"source":120,"target":20},{"source":125,"target":68},{"source":121,"target":14},{"source":21,"target":1},{"source":21,"target":4},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":126,"target":25},{"source":126,"target":129},{"source":126,"target":21},{"source":126,"target":130},{"source":129,"target":25},{"source":127,"target":59},{"source":127,"target":131},{"source":127,"target":21},{"source":131,"target":59},{"source":128,"target":4},{"source":22,"target":1},{"source":22,"target":4},{"source":22,"target":91},{"source":22,"target":132},{"source":22,"target":133},{"source":22,"target":134},{"source":91,"target":13},{"source":91,"target":135},{"source":91,"target":22},{"source":91,"target":85},{"source":135,"target":13},{"source":132,"target":23},{"source":132,"target":136},{"source":132,"target":22},{"source":132,"target":137},{"source":136,"target":23},{"source":133,"target":27},{"source":133,"target":138},{"source":133,"target":22},{"source":133,"target":139},{"source":138,"target":27},{"source":134,"target":4},{"source":23,"target":1},{"source":23,"target":4},{"source":23,"target":137},{"source":23,"target":140},{"source":137,"target":22},{"source":137,"target":141},{"source":137,"target":23},{"source":137,"target":132},{"source":141,"target":22},{"source":140,"target":4},{"source":24,"target":1},{"source":24,"target":142},{"source":24,"target":143},{"source":143,"target":142},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":144},{"source":25,"target":130},{"source":25,"target":145},{"source":25,"target":146},{"source":144,"target":27},{"source":144,"target":147},{"source":144,"target":25},{"source":144,"target":148},{"source":147,"target":27},{"source":130,"target":21},{"source":130,"target":149},{"source":130,"target":25},{"source":130,"target":126},{"source":149,"target":21},{"source":145,"target":70},{"source":145,"target":150},{"source":145,"target":25},{"source":150,"target":70},{"source":146,"target":24},{"source":26,"target":1},{"source":26,"target":25},{"source":26,"target":151},{"source":151,"target":25},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":139},{"source":27,"target":148},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":139,"target":22},{"source":139,"target":155},{"source":139,"target":27},{"source":139,"target":133},{"source":155,"target":22},{"source":148,"target":25},{"source":148,"target":156},{"source":148,"target":27},{"source":148,"target":144},{"source":156,"target":25},{"source":152,"target":30},{"source":152,"target":157},{"source":152,"target":27},{"source":152,"target":158},{"source":157,"target":30},{"source":153,"target":70},{"source":153,"target":159},{"source":153,"target":27},{"source":159,"target":70},{"source":154,"target":24},{"source":28,"target":1},{"source":28,"target":27},{"source":28,"target":160},{"source":28,"target":161},{"source":160,"target":59},{"source":160,"target":162},{"source":160,"target":28},{"source":162,"target":59},{"source":161,"target":27},{"source":29,"target":1},{"source":29,"target":27},{"source":29,"target":163},{"source":29,"target":164},{"source":29,"target":165},{"source":163,"target":59},{"source":163,"target":166},{"source":163,"target":29},{"source":166,"target":59},{"source":164,"target":167},{"source":164,"target":168},{"source":164,"target":29},{"source":168,"target":167},{"source":165,"target":27},{"source":30,"target":1},{"source":30,"target":4},{"source":30,"target":169},{"source":30,"target":158},{"source":30,"target":170},{"source":30,"target":171},{"source":30,"target":172},{"source":169,"target":59},{"source":169,"target":173},{"source":169,"target":30},{"source":173,"target":59},{"source":158,"target":27},{"source":158,"target":174},{"source":158,"target":30},{"source":158,"target":152},{"source":174,"target":27},{"source":170,"target":42},{"source":170,"target":175},{"source":170,"target":30},{"source":175,"target":42},{"source":171,"target":68},{"source":171,"target":176},{"source":171,"target":30},{"source":176,"target":68},{"source":172,"target":4},{"source":31,"target":1},{"source":31,"target":142},{"source":31,"target":95},{"source":31,"target":177},{"source":95,"target":13},{"source":95,"target":178},{"source":95,"target":31},{"source":95,"target":87},{"source":178,"target":13},{"source":177,"target":142},{"source":32,"target":1},{"source":32,"target":4},{"source":32,"target":50},{"source":32,"target":179},{"source":32,"target":180},{"source":50,"target":5},{"source":50,"target":181},{"source":50,"target":32},{"source":50,"target":46},{"source":181,"target":5},{"source":179,"target":42},{"source":179,"target":182},{"source":179,"target":32},{"source":182,"target":42},{"source":180,"target":4},{"source":33,"target":1},{"source":33,"target":4},{"source":33,"target":93},{"source":33,"target":183},{"source":33,"target":184},{"source":93,"target":13},{"source":93,"target":185},{"source":93,"target":33},{"source":93,"target":86},{"source":185,"target":13},{"source":183,"target":34},{"source":183,"target":186},{"source":183,"target":33},{"source":186,"target":34},{"source":184,"target":4},{"source":34,"target":1},{"source":34,"target":4},{"source":34,"target":187},{"source":187,"target":4},{"source":35,"target":1},{"source":35,"target":34},{"source":35,"target":188},{"source":35,"target":189},{"source":188,"target":59},{"source":188,"target":190},{"source":188,"target":35},{"source":190,"target":59},{"source":189,"target":34},{"source":36,"target":1},{"source":36,"target":34},{"source":36,"target":191},{"source":36,"target":192},{"source":36,"target":193},{"source":36,"target":194},{"source":36,"target":195},{"source":191,"target":59},{"source":191,"target":196},{"source":191,"target":36},{"source":196,"target":59},{"source":192,"target":42},{"source":192,"target":197},{"source":192,"target":36},{"source":197,"target":42},{"source":193,"target":68},{"source":193,"target":198},{"source":193,"target":36},{"source":198,"target":68},{"source":194,"target":59},{"source":194,"target":199},{"source":194,"target":36},{"source":199,"target":59},{"source":195,"target":34},{"source":37,"target":1},{"source":37,"target":34},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":200,"target":59},{"source":200,"target":204},{"source":200,"target":37},{"source":204,"target":59},{"source":201,"target":34},{"source":201,"target":205},{"source":201,"target":37},{"source":205,"target":34},{"source":202,"target":34},{"source":202,"target":206},{"source":202,"target":37},{"source":206,"target":34},{"source":203,"target":34},{"source":38,"target":1},{"source":38,"target":34},{"source":38,"target":207},{"source":38,"target":208},{"source":38,"target":209},{"source":38,"target":210},{"source":207,"target":167},{"source":207,"target":211},{"source":207,"target":38},{"source":211,"target":167},{"source":208,"target":59},{"source":208,"target":212},{"source":208,"target":38},{"source":212,"target":59},{"source":209,"target":34},{"source":209,"target":213},{"source":209,"target":38},{"source":213,"target":34},{"source":210,"target":34},{"source":2,"target":59},{"source":2,"target":214},{"source":2,"target":215},{"source":2,"target":216},{"source":2,"target":217},{"source":2,"target":218},{"source":2,"target":219},{"source":2,"target":220},{"source":2,"target":221},{"source":2,"target":222},{"source":2,"target":223},{"source":2,"target":224},{"source":2,"target":225},{"source":2,"target":226},{"source":2,"target":227},{"source":2,"target":228},{"source":2,"target":229},{"source":2,"target":230},{"source":2,"target":231},{"source":2,"target":232},{"source":2,"target":233},{"source":2,"target":234},{"source":2,"target":235},{"source":2,"target":236},{"source":2,"target":237},{"source":2,"target":238},{"source":2,"target":239},{"source":2,"target":240},{"source":2,"target":241},{"source":2,"target":242},{"source":2,"target":142},{"source":2,"target":167},{"source":2,"target":122},{"source":2,"target":243},{"source":2,"target":244},{"source":2,"target":245},{"source":2,"target":246},{"source":2,"target":247},{"source":2,"target":248},{"source":2,"target":249},{"source":2,"target":250},{"source":2,"target":251},{"source":2,"target":252},{"source":2,"target":253},{"source":2,"target":254},{"source":2,"target":255},{"source":2,"target":256},{"source":2,"target":257},{"source":2,"target":258},{"source":2,"target":259},{"source":2,"target":80},{"source":2,"target":260},{"source":2,"target":261},{"source":2,"target":262},{"source":2,"target":263},{"source":2,"target":70},{"source":2,"target":0},{"source":59,"target":2},{"source":59,"target":4},{"source":59,"target":264},{"source":59,"target":265},{"source":59,"target":266},{"source":59,"target":267},{"source":59,"target":268},{"source":59,"target":269},{"source":59,"target":270},{"source":59,"target":271},{"source":59,"target":272},{"source":59,"target":273},{"source":59,"target":274},{"source":59,"target":275},{"source":59,"target":276},{"source":264,"target":244},{"source":264,"target":277},{"source":264,"target":59},{"source":264,"target":278},{"source":277,"target":244},{"source":265,"target":242},{"source":265,"target":279},{"source":265,"target":59},{"source":265,"target":280},{"source":279,"target":242},{"source":266,"target":233},{"source":266,"target":281},{"source":266,"target":59},{"source":266,"target":282},{"source":281,"target":233},{"source":267,"target":222},{"source":267,"target":283},{"source":267,"target":59},{"source":267,"target":284},{"source":283,"target":222},{"source":268,"target":241},{"source":268,"target":285},{"source":268,"target":59},{"source":268,"target":286},{"source":285,"target":241},{"source":269,"target":238},{"source":269,"target":287},{"source":269,"target":59},{"source":269,"target":288},{"source":287,"target":238},{"source":270,"target":235},{"source":270,"target":289},{"source":270,"target":59},{"source":270,"target":290},{"source":289,"target":235},{"source":271,"target":142},{"source":271,"target":291},{"source":271,"target":59},{"source":271,"target":292},{"source":291,"target":142},{"source":272,"target":242},{"source":272,"target":293},{"source":272,"target":59},{"source":272,"target":294},{"source":293,"target":242},{"source":273,"target":263},{"source":273,"target":295},{"source":273,"target":59},{"source":273,"target":296},{"source":295,"target":263},{"source":274,"target":242},{"source":274,"target":297},{"source":274,"target":59},{"source":274,"target":298},{"source":297,"target":242},{"source":275,"target":262},{"source":275,"target":299},{"source":275,"target":59},{"source":275,"target":300},{"source":299,"target":262},{"source":276,"target":4},{"source":214,"target":2},{"source":214,"target":59},{"source":214,"target":301},{"source":214,"target":302},{"source":301,"target":142},{"source":301,"target":303},{"source":301,"target":214},{"source":301,"target":304},{"source":303,"target":142},{"source":302,"target":59},{"source":215,"target":2},{"source":215,"target":59},{"source":215,"target":305},{"source":305,"target":59},{"source":216,"target":2},{"source":216,"target":59},{"source":216,"target":306},{"source":306,"target":59},{"source":217,"target":2},{"source":217,"target":216},{"source":217,"target":307},{"source":217,"target":308},{"source":307,"target":42},{"source":307,"target":309},{"source":307,"target":217},{"source":309,"target":42},{"source":308,"target":216},{"source":218,"target":2},{"source":218,"target":216},{"source":218,"target":310},{"source":218,"target":311},{"source":310,"target":68},{"source":310,"target":312},{"source":310,"target":218},{"source":312,"target":68},{"source":311,"target":216},{"source":219,"target":2},{"source":219,"target":216},{"source":219,"target":313},{"source":313,"target":216},{"source":220,"target":2},{"source":220,"target":219},{"source":220,"target":314},{"source":220,"target":315},{"source":314,"target":316},{"source":314,"target":317},{"source":314,"target":220},{"source":317,"target":316},{"source":315,"target":219},{"source":221,"target":2},{"source":221,"target":219},{"source":221,"target":318},{"source":221,"target":319},{"source":318,"target":320},{"source":318,"target":321},{"source":318,"target":221},{"source":321,"target":320},{"source":319,"target":219},{"source":222,"target":2},{"source":222,"target":59},{"source":222,"target":284},{"source":222,"target":322},{"source":284,"target":59},{"source":284,"target":323},{"source":284,"target":222},{"source":284,"target":267},{"source":323,"target":59},{"source":322,"target":59},{"source":223,"target":2},{"source":223,"target":222},{"source":223,"target":324},{"source":324,"target":222},{"source":224,"target":2},{"source":224,"target":222},{"source":224,"target":325},{"source":325,"target":222},{"source":225,"target":2},{"source":225,"target":222},{"source":225,"target":326},{"source":326,"target":222},{"source":226,"target":2},{"source":226,"target":222},{"source":226,"target":327},{"source":327,"target":222},{"source":227,"target":2},{"source":227,"target":59},{"source":227,"target":328},{"source":227,"target":329},{"source":328,"target":228},{"source":328,"target":330},{"source":328,"target":227},{"source":328,"target":331},{"source":330,"target":228},{"source":329,"target":59},{"source":228,"target":2},{"source":228,"target":142},{"source":228,"target":331},{"source":228,"target":332},{"source":331,"target":227},{"source":331,"target":333},{"source":331,"target":228},{"source":331,"target":328},{"source":333,"target":227},{"source":332,"target":142},{"source":229,"target":2},{"source":229,"target":59},{"source":229,"target":334},{"source":229,"target":335},{"source":334,"target":230},{"source":334,"target":336},{"source":334,"target":229},{"source":334,"target":337},{"source":336,"target":230},{"source":335,"target":59},{"source":230,"target":2},{"source":230,"target":4},{"source":230,"target":337},{"source":230,"target":338},{"source":230,"target":339},{"source":230,"target":340},{"source":337,"target":229},{"source":337,"target":341},{"source":337,"target":230},{"source":337,"target":334},{"source":341,"target":229},{"source":338,"target":59},{"source":338,"target":342},{"source":338,"target":230},{"source":342,"target":59},{"source":339,"target":59},{"source":339,"target":343},{"source":339,"target":230},{"source":343,"target":59},{"source":340,"target":4},{"source":231,"target":2},{"source":231,"target":59},{"source":231,"target":344},{"source":231,"target":345},{"source":344,"target":42},{"source":344,"target":346},{"source":344,"target":231},{"source":346,"target":42},{"source":345,"target":59},{"source":232,"target":2},{"source":232,"target":59},{"source":232,"target":347},{"source":347,"target":59},{"source":233,"target":2},{"source":233,"target":59},{"source":233,"target":282},{"source":233,"target":348},{"source":282,"target":59},{"source":282,"target":349},{"source":282,"target":233},{"source":282,"target":266},{"source":349,"target":59},{"source":348,"target":59},{"source":234,"target":2},{"source":234,"target":233},{"source":234,"target":350},{"source":234,"target":351},{"source":350,"target":42},{"source":350,"target":352},{"source":350,"target":234},{"source":352,"target":42},{"source":351,"target":233},{"source":235,"target":2},{"source":235,"target":233},{"source":235,"target":290},{"source":235,"target":353},{"source":235,"target":354},{"source":290,"target":59},{"source":290,"target":355},{"source":290,"target":235},{"source":290,"target":270},{"source":355,"target":59},{"source":353,"target":42},{"source":353,"target":356},{"source":353,"target":235},{"source":356,"target":42},{"source":354,"target":233},{"source":236,"target":2},{"source":236,"target":235},{"source":236,"target":357},{"source":357,"target":235},{"source":237,"target":2},{"source":237,"target":235},{"source":237,"target":358},{"source":358,"target":235},{"source":238,"target":2},{"source":238,"target":233},{"source":238,"target":288},{"source":238,"target":359},{"source":238,"target":360},{"source":288,"target":59},{"source":288,"target":361},{"source":288,"target":238},{"source":288,"target":269},{"source":361,"target":59},{"source":359,"target":167},{"source":359,"target":362},{"source":359,"target":238},{"source":359,"target":363},{"source":362,"target":167},{"source":360,"target":233},{"source":239,"target":2},{"source":239,"target":238},{"source":239,"target":364},{"source":239,"target":365},{"source":364,"target":142},{"source":364,"target":366},{"source":364,"target":239},{"source":364,"target":367},{"source":366,"target":142},{"source":365,"target":238},{"source":240,"target":2},{"source":240,"target":238},{"source":240,"target":368},{"source":240,"target":369},{"source":368,"target":42},{"source":368,"target":370},{"source":368,"target":240},{"source":370,"target":42},{"source":369,"target":238},{"source":241,"target":2},{"source":241,"target":59},{"source":241,"target":371},{"source":241,"target":286},{"source":241,"target":372},{"source":371,"target":142},{"source":371,"target":373},{"source":371,"target":241},{"source":371,"target":374},{"source":373,"target":142},{"source":286,"target":59},{"source":286,"target":375},{"source":286,"target":241},{"source":286,"target":268},{"source":375,"target":59},{"source":372,"target":59},{"source":242,"target":2},{"source":242,"target":59},{"source":242,"target":294},{"source":242,"target":298},{"source":242,"target":280},{"source":242,"target":376},{"source":294,"target":59},{"source":294,"target":377},{"source":294,"target":242},{"source":294,"target":272},{"source":377,"target":59},{"source":298,"target":59},{"source":298,"target":378},{"source":298,"target":242},{"source":298,"target":274},{"source":378,"target":59},{"source":280,"target":59},{"source":280,"target":379},{"source":280,"target":242},{"source":280,"target":265},{"source":379,"target":59},{"source":376,"target":59},{"source":142,"target":2},{"source":142,"target":4},{"source":142,"target":380},{"source":142,"target":381},{"source":142,"target":382},{"source":142,"target":292},{"source":142,"target":374},{"source":142,"target":367},{"source":142,"target":304},{"source":142,"target":383},{"source":380,"target":42},{"source":380,"target":384},{"source":380,"target":142},{"source":384,"target":42},{"source":381,"target":42},{"source":381,"target":385},{"source":381,"target":142},{"source":385,"target":42},{"source":382,"target":244},{"source":382,"target":386},{"source":382,"target":142},{"source":382,"target":387},{"source":386,"target":244},{"source":292,"target":59},{"source":292,"target":388},{"source":292,"target":142},{"source":292,"target":271},{"source":388,"target":59},{"source":374,"target":241},{"source":374,"target":389},{"source":374,"target":142},{"source":374,"target":371},{"source":389,"target":241},{"source":367,"target":239},{"source":367,"target":390},{"source":367,"target":142},{"source":367,"target":364},{"source":390,"target":239},{"source":304,"target":214},{"source":304,"target":391},{"source":304,"target":142},{"source":304,"target":301},{"source":391,"target":214},{"source":383,"target":4},{"source":167,"target":2},{"source":167,"target":142},{"source":167,"target":363},{"source":167,"target":392},{"source":363,"target":238},{"source":363,"target":393},{"source":363,"target":167},{"source":363,"target":359},{"source":393,"target":238},{"source":392,"target":142},{"source":122,"target":2},{"source":122,"target":142},{"source":122,"target":394},{"source":394,"target":142},{"source":243,"target":2},{"source":243,"target":244},{"source":243,"target":395},{"source":243,"target":396},{"source":395,"target":244},{"source":395,"target":397},{"source":395,"target":243},{"source":395,"target":398},{"source":397,"target":244},{"source":396,"target":244},{"source":244,"target":2},{"source":244,"target":59},{"source":244,"target":399},{"source":244,"target":400},{"source":244,"target":278},{"source":244,"target":401},{"source":244,"target":402},{"source":244,"target":403},{"source":244,"target":404},{"source":244,"target":398},{"source":244,"target":405},{"source":244,"target":387},{"source":244,"target":406},{"source":399,"target":42},{"source":399,"target":407},{"source":399,"target":244},{"source":407,"target":42},{"source":400,"target":260},{"source":400,"target":408},{"source":400,"target":244},{"source":400,"target":409},{"source":408,"target":260},{"source":278,"target":59},{"source":278,"target":410},{"source":278,"target":244},{"source":278,"target":264},{"source":410,"target":59},{"source":401,"target":263},{"source":401,"target":411},{"source":401,"target":244},{"source":401,"target":412},{"source":411,"target":263},{"source":402,"target":259},{"source":402,"target":413},{"source":402,"target":244},{"source":402,"target":414},{"source":413,"target":259},{"source":403,"target":262},{"source":403,"target":415},{"source":403,"target":244},{"source":403,"target":416},{"source":415,"target":262},{"source":404,"target":259},{"source":404,"target":417},{"source":404,"target":244},{"source":404,"target":418},{"source":417,"target":259},{"source":398,"target":243},{"source":398,"target":419},{"source":398,"target":244},{"source":398,"target":395},{"source":419,"target":243},{"source":405,"target":257},{"source":405,"target":420},{"source":405,"target":244},{"source":405,"target":421},{"source":420,"target":257},{"source":387,"target":142},{"source":387,"target":422},{"source":387,"target":244},{"source":387,"target":382},{"source":422,"target":142},{"source":406,"target":59},{"source":245,"target":2},{"source":245,"target":244},{"source":245,"target":423},{"source":423,"target":244},{"source":246,"target":2},{"source":246,"target":245},{"source":246,"target":424},{"source":424,"target":245},{"source":247,"target":2},{"source":247,"target":245},{"source":247,"target":425},{"source":425,"target":245},{"source":248,"target":2},{"source":248,"target":245},{"source":248,"target":426},{"source":426,"target":245},{"source":249,"target":2},{"source":249,"target":248},{"source":249,"target":427},{"source":427,"target":248},{"source":250,"target":2},{"source":250,"target":248},{"source":250,"target":428},{"source":428,"target":248},{"source":251,"target":2},{"source":251,"target":243},{"source":251,"target":429},{"source":429,"target":243},{"source":252,"target":2},{"source":252,"target":243},{"source":252,"target":430},{"source":430,"target":243},{"source":253,"target":2},{"source":253,"target":243},{"source":253,"target":431},{"source":431,"target":243},{"source":254,"target":2},{"source":254,"target":243},{"source":254,"target":432},{"source":432,"target":243},{"source":255,"target":2},{"source":255,"target":244},{"source":255,"target":433},{"source":433,"target":244},{"source":256,"target":2},{"source":256,"target":244},{"source":256,"target":434},{"source":256,"target":435},{"source":434,"target":257},{"source":434,"target":436},{"source":434,"target":256},{"source":434,"target":437},{"source":436,"target":257},{"source":435,"target":244},{"source":257,"target":2},{"source":257,"target":4},{"source":257,"target":421},{"source":257,"target":437},{"source":257,"target":438},{"source":257,"target":439},{"source":421,"target":244},{"source":421,"target":440},{"source":421,"target":257},{"source":421,"target":405},{"source":440,"target":244},{"source":437,"target":256},{"source":437,"target":441},{"source":437,"target":257},{"source":437,"target":434},{"source":441,"target":256},{"source":438,"target":42},{"source":438,"target":442},{"source":438,"target":257},{"source":442,"target":42},{"source":439,"target":4},{"source":258,"target":2},{"source":258,"target":244},{"source":258,"target":443},{"source":258,"target":444},{"source":443,"target":70},{"source":443,"target":445},{"source":443,"target":258},{"source":443,"target":446},{"source":445,"target":70},{"source":444,"target":244},{"source":259,"target":2},{"source":259,"target":244},{"source":259,"target":414},{"source":259,"target":418},{"source":259,"target":447},{"source":414,"target":244},{"source":414,"target":448},{"source":414,"target":259},{"source":414,"target":402},{"source":448,"target":244},{"source":418,"target":244},{"source":418,"target":449},{"source":418,"target":259},{"source":418,"target":404},{"source":449,"target":244},{"source":447,"target":244},{"source":80,"target":2},{"source":80,"target":4},{"source":80,"target":450},{"source":80,"target":451},{"source":80,"target":452},{"source":450,"target":261},{"source":450,"target":453},{"source":450,"target":80},{"source":450,"target":454},{"source":453,"target":261},{"source":451,"target":260},{"source":451,"target":455},{"source":451,"target":80},{"source":451,"target":456},{"source":455,"target":260},{"source":452,"target":4},{"source":260,"target":2},{"source":260,"target":4},{"source":260,"target":456},{"source":260,"target":409},{"source":260,"target":457},{"source":456,"target":80},{"source":456,"target":458},{"source":456,"target":260},{"source":456,"target":451},{"source":458,"target":80},{"source":409,"target":244},{"source":409,"target":459},{"source":409,"target":260},{"source":409,"target":400},{"source":459,"target":244},{"source":457,"target":4},{"source":261,"target":2},{"source":261,"target":4},{"source":261,"target":454},{"source":261,"target":460},{"source":454,"target":80},{"source":454,"target":461},{"source":454,"target":261},{"source":454,"target":450},{"source":461,"target":80},{"source":460,"target":4},{"source":262,"target":2},{"source":262,"target":261},{"source":262,"target":462},{"source":262,"target":300},{"source":262,"target":416},{"source":262,"target":463},{"source":462,"target":42},{"source":462,"target":464},{"source":462,"target":262},{"source":464,"target":42},{"source":300,"target":59},{"source":300,"target":465},{"source":300,"target":262},{"source":300,"target":275},{"source":465,"target":59},{"source":416,"target":244},{"source":416,"target":466},{"source":416,"target":262},{"source":416,"target":403},{"source":466,"target":244},{"source":463,"target":261},{"source":263,"target":2},{"source":263,"target":261},{"source":263,"target":467},{"source":263,"target":468},{"source":263,"target":412},{"source":263,"target":296},{"source":263,"target":469},{"source":467,"target":42},{"source":467,"target":470},{"source":467,"target":263},{"source":470,"target":42},{"source":468,"target":122},{"source":468,"target":471},{"source":468,"target":263},{"source":471,"target":122},{"source":412,"target":244},{"source":412,"target":472},{"source":412,"target":263},{"source":412,"target":401},{"source":472,"target":244},{"source":296,"target":59},{"source":296,"target":473},{"source":296,"target":263},{"source":296,"target":273},{"source":473,"target":59},{"source":469,"target":261},{"source":70,"target":2},{"source":70,"target":4},{"source":70,"target":474},{"source":70,"target":475},{"source":70,"target":446},{"source":70,"target":476},{"source":70,"target":477},{"source":474,"target":42},{"source":474,"target":478},{"source":474,"target":70},{"source":478,"target":42},{"source":475,"target":70},{"source":475,"target":479},{"source":475,"target":70},{"source":475,"target":476},{"source":479,"target":70},{"source":446,"target":258},{"source":446,"target":480},{"source":446,"target":70},{"source":446,"target":443},{"source":480,"target":258},{"source":476,"target":70},{"source":476,"target":481},{"source":476,"target":70},{"source":476,"target":475},{"source":481,"target":70},{"source":477,"target":4},{"source":3,"target":68},{"source":3,"target":316},{"source":3,"target":320},{"source":3,"target":42},{"source":3,"target":0},{"source":68,"target":3},{"source":316,"target":3},{"source":320,"target":3},{"source":42,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="healthwatcher" nsURI="healthwatcher.ecore" nsPrefix="healthwatcher"> <eClassifiers xsi:type="ecore:EEnum" name="OperationType"/> <eClassifiers xsi:type="ecore:EEnum" name="RoleType"/> <eClassifiers xsi:type="ecore:EClass" name="Target"> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/targets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//ProtectedTarget" eOpposite="#//ProtectedTarget/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedTarget" abstract="true"> <eOperations name="contructor"/> <eOperations name="createPermissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Target" eOpposite="#//Target/object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplaintState" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ComplaintPM"> <eOperations name="getAllComplaint"/> <eOperations name="getComplaintByID"/> <eOperations name="insertComplaint"/> <eOperations name="updateComplaint"/> <eOperations name="deleteComplaint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HealthUnitPM"> <eOperations name="getAllHealthUnit"/> <eOperations name="getHealthUnitByID"/> <eOperations name="insertHealthUnit"/> <eOperations name="updateHealthUnit"/> <eOperations name="deleteHealthUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialtyPM"> <eOperations name="getAllSpecialty"/> <eOperations name="getSpecialtyByID"/> <eOperations name="insertSpecialty"/> <eOperations name="updateSpecialty"/> <eOperations name="deleteSpecialty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiseaseTypePM"> <eOperations name="getAllDiseaseType"/> <eOperations name="getDiseaseTypeByID"/> <eOperations name="insertDiseaseType"/> <eOperations name="updateDiseaseType"/> <eOperations name="deleteDiseaseType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymptomPM"> <eOperations name="getAllSymptom"/> <eOperations name="getSymptomByID"/> <eOperations name="insertSymptom"/> <eOperations name="updateSymptom"/> <eOperations name="deleteSymptom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWRolePM"> <eOperations name="getAllRoles"/> <eOperations name="getRoleByID"/> <eOperations name="insertRole"/> <eOperations name="updateRole"/> <eOperations name="deleteRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermissionPM"> <eOperations name="getAllPermissions"/> <eOperations name="getPermissionByID"/> <eOperations name="insertPermission"/> <eOperations name="updatePermission"/> <eOperations name="deletePermission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWUserPM"> <eOperations name="insertUser"/> <eOperations name="deleteUser"/> <eOperations name="updateUser"/> <eOperations name="getUserByID"/> <eOperations name="getAllUsers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessControlManager"> <eOperations name="createUser"/> <eOperations name="createRole"/> <eOperations name="createPermission"/> <eOperations name="assignPermission"/> <eOperations name="deleteUser"/> <eOperations name="deassignUserRole"/> <eOperations name="assignUserRole"/> <eOperations name="deletePermission"/> <eOperations name="deleteRole"/> <eOperations name="deassignPermission"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HealthWatcher"> <eOperations name="registerUser"/> <eOperations name="createSession"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datamanager" lowerBound="1" eType="#//DataManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionMgr" lowerBound="1" eType="#//HWSessionManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessMgr" lowerBound="1" eType="#//AccessControlManager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWSession"> <eOperations name="updateComplaint"/> <eOperations name="searchSpecialitiesByHealthUnit"/> <eOperations name="searchComplaint"/> <eOperations name="searchDiseaseType"/> <eOperations name="searchHealthUnitsBySpeciality"/> <eOperations name="getSpecialityList"/> <eOperations name="getDiseaseTypeList"/> <eOperations name="getHealthUnitList"/> <eOperations name="getPartialHealthUnitList"/> <eOperations name="insertComplaint"/> <eOperations name="updateHealthUnit"/> <eOperations name="getComplaintList"/> <eOperations name="insertEmployee"/> <eOperations name="updateEmployee"/> <eOperations name="searchEmployee"/> <eOperations name="searchHealthUnit"/> <eOperations name="addActiveRole"/> <eOperations name="dropActiveRole"/> <eOperations name="checkAccess"/> <eOperations name="assignUser"/> <eOperations name="getAllActiveRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//HWUser"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//HWRole" eOpposite="#//HWRole/sessions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mgr" lowerBound="1" eType="#//HWSessionManager" eOpposite="#//HWSessionManager/sessions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWSessionManager"> <eOperations name="createSession"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessions" upperBound="-1" eType="#//HWSession" eOpposite="#//HWSession/mgr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnimalComplaint" eSuperTypes="#//Complaint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="animalType" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FoodComplaint" eSuperTypes="#//Complaint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="victimName" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="victim" eType="#//Address"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialComplaint" eSuperTypes="#//Complaint"/> <eClassifiers xsi:type="ecore:EClass" name="Opened" eSuperTypes="#//ComplaintState"/> <eClassifiers xsi:type="ecore:EClass" name="Suspended" eSuperTypes="#//ComplaintState"/> <eClassifiers xsi:type="ecore:EClass" name="Closed" eSuperTypes="#//ComplaintState"/> <eClassifiers xsi:type="ecore:EClass" name="HealthUnit" eSuperTypes="#//ProtectedTarget"> <eOperations name="getSpecialties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialties" upperBound="-1" eType="#//Specialty" eOpposite="#//Specialty/units"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataManager"> <eOperations name="getUserByID"/> <eOperations name="updateUser"/> <eOperations name="insertUser"/> <eOperations name="getComplaintByID"/> <eOperations name="updateComplaint"/> <eOperations name="insertComplaint"/> <eOperations name="etc"/> <eOperations name="rollbackTransaction"/> <eOperations name="getConnexion"/> <eOperations name="commitTransaction"/> <eOperations name="beginTransaction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complaintPM" lowerBound="1" eType="#//ComplaintPM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="healthUnitPM" lowerBound="1" eType="#//HealthUnitPM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialtyPM" lowerBound="1" eType="#//SpecialtyPM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diseaseTypePM" lowerBound="1" eType="#//DiseaseTypePM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symptomPM" lowerBound="1" eType="#//SymptomPM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rolePM" lowerBound="1" eType="#//HWRolePM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissionPM" lowerBound="1" eType="#//PermissionPM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userPM" lowerBound="1" eType="#//HWUserPM" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiseaseType" eSuperTypes="#//ProtectedTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symptoms" lowerBound="1" upperBound="-1" eType="#//Symptom" eOpposite="#//Symptom/diseases"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="HWRole"> <eOperations name="grantPermission"/> <eOperations name="revokePermission"/> <eOperations name="checkAccess"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleType" eType="#//RoleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessions" upperBound="-1" eType="#//HWSession" eOpposite="#//HWSession/roles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedUsers" upperBound="-1" eType="#//HWUser" eOpposite="#//HWUser/authroles"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/roles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eOperations name="checkAccess"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operations" upperBound="-1" eType="#//OperationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//HWRole" eOpposite="#//HWRole/permissions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" lowerBound="1" upperBound="-1" eType="#//Target" eOpposite="#//Target/permissions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specialty" eSuperTypes="#//ProtectedTarget"> <eOperations name="getUnits"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1" eType="#//HealthUnit" eOpposite="#//HealthUnit/specialties"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWUser" eSuperTypes="#//ProtectedTarget"> <eOperations name="checkPassword" lowerBound="1" eType="#//Boolean"> <eParameters name="pwd" eType="#//String"/> </eOperations> <eOperations name="changepassword"> <eParameters name="pwd" eType="#//String"/> </eOperations> <eOperations name="getAuthorizedRoles"/> <eOperations name="getAssignedRoles"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complaints" upperBound="-1" eType="#//Complaint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="healthwatcher" lowerBound="1" eType="#//HealthWatcher"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authroles" upperBound="-1" eType="#//HWRole" eOpposite="#//HWRole/assignedUsers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loginID" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symptom" eSuperTypes="#//ProtectedTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diseases" upperBound="-1" eType="#//DiseaseType" eOpposite="#//DiseaseType/symptoms"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Complaint" abstract="true" eSuperTypes="#//ProtectedTarget"> <eOperations name="update"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observations" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//ComplaintState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="#//String"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kompose_projects/backup_04_11_08/org.kermeta.kompose.study.hw/model/Primary_Security-v1_Persistence_RBACPersistence.ecore
ecore
healthwatcher OperationType RoleType Target permissions object ProtectedTarget contructor createPermissions target Boolean java.lang.Boolean java.lang.Boolean Address name street city email ComplaintState ComplaintPM getAllComplaint getComplaintByID insertComplaint updateComplaint deleteComplaint HealthUnitPM getAllHealthUnit getHealthUnitByID insertHealthUnit updateHealthUnit deleteHealthUnit SpecialtyPM getAllSpecialty getSpecialtyByID insertSpecialty updateSpecialty deleteSpecialty DiseaseTypePM getAllDiseaseType getDiseaseTypeByID insertDiseaseType updateDiseaseType deleteDiseaseType SymptomPM getAllSymptom getSymptomByID insertSymptom updateSymptom deleteSymptom HWRolePM getAllRoles getRoleByID insertRole updateRole deleteRole PermissionPM getAllPermissions getPermissionByID insertPermission updatePermission deletePermission HWUserPM insertUser deleteUser updateUser getUserByID getAllUsers AccessControlManager createUser createRole createPermission assignPermission deleteUser deassignUserRole assignUserRole deletePermission deleteRole deassignPermission HealthWatcher registerUser createSession datamanager sessionMgr accessMgr HWSession updateComplaint searchSpecialitiesByHealthUnit searchComplaint searchDiseaseType searchHealthUnitsBySpeciality getSpecialityList getDiseaseTypeList getHealthUnitList getPartialHealthUnitList insertComplaint updateHealthUnit getComplaintList insertEmployee updateEmployee searchEmployee searchHealthUnit addActiveRole dropActiveRole checkAccess assignUser getAllActiveRoles user roles mgr HWSessionManager createSession sessions AnimalComplaint animalType FoodComplaint victimName victim SpecialComplaint Opened Suspended Closed HealthUnit getSpecialties description specialties code DataManager getUserByID updateUser insertUser getComplaintByID updateComplaint insertComplaint etc rollbackTransaction getConnexion commitTransaction beginTransaction complaintPM healthUnitPM specialtyPM diseaseTypePM symptomPM rolePM permissionPM userPM DiseaseType name description duration symptoms code String java.lang.String java.lang.String HWRole grantPermission revokePermission checkAccess roleType name sessions assignedUsers code permissions Permission checkAccess operations roles code targets Specialty getUnits description code units HWUser checkPassword pwd changepassword pwd getAuthorizedRoles getAssignedRoles name address complaints healthwatcher authroles loginID Symptom description code diseases Complaint update description observations state date location code
null
{"directed":true,"nodes":[{"nsPrefix":"healthwatcher","nsURI":"healthwatcher.ecore","name":"healthwatcher","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedTarget","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplaintState","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplaintPM","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HealthUnitPM","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialtyPM","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiseaseTypePM","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymptomPM","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWRolePM","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermissionPM","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWUserPM","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessControlManager","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HealthWatcher","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWSession","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWSessionManager","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnimalComplaint","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoodComplaint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialComplaint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Opened","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Suspended","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Closed","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HealthUnit","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataManager","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiseaseType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWRole","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialty","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWUser","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symptom","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complaint","instanceClass":null,"abstract":true,"id":35,"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":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"contructor","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPermissions","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","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":"city","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllComplaint","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComplaintByID","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertComplaint","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateComplaint","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteComplaint","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllHealthUnit","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHealthUnitByID","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertHealthUnit","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateHealthUnit","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteHealthUnit","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllSpecialty","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSpecialtyByID","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertSpecialty","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateSpecialty","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteSpecialty","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllDiseaseType","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiseaseTypeByID","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertDiseaseType","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateDiseaseType","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteDiseaseType","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllSymptom","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSymptomByID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertSymptom","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateSymptom","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteSymptom","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllRoles","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRoleByID","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertRole","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateRole","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteRole","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllPermissions","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPermissionByID","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertPermission","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updatePermission","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deletePermission","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertUser","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteUser","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateUser","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUserByID","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllUsers","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createUser","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createRole","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPermission","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignPermission","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteUser","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deassignUserRole","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignUserRole","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deletePermission","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteRole","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deassignPermission","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerUser","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createSession","lowerBound":0,"id":104,"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":"datamanager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessionMgr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessMgr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateComplaint","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchSpecialitiesByHealthUnit","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchComplaint","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchDiseaseType","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchHealthUnitsBySpeciality","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSpecialityList","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiseaseTypeList","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHealthUnitList","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPartialHealthUnitList","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertComplaint","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateHealthUnit","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComplaintList","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertEmployee","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateEmployee","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchEmployee","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"searchHealthUnit","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addActiveRole","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"dropActiveRole","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccess","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignUser","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllActiveRoles","lowerBound":0,"id":131,"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":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mgr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"createSession","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"animalType","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"victimName","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"victim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSpecialties","lowerBound":0,"id":154,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specialties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUserByID","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateUser","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertUser","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComplaintByID","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateComplaint","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertComplaint","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"etc","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"rollbackTransaction","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConnexion","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"commitTransaction","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"beginTransaction","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complaintPM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"healthUnitPM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specialtyPM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diseaseTypePM","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":true,"unsettable":false,"transient":false,"unique":true,"name":"symptomPM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rolePM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"permissionPM","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":true,"unsettable":false,"transient":false,"unique":true,"name":"userPM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":192,"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":"symptoms","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":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diseases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"grantPermission","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"revokePermission","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccess","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleType","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedUsers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authroles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccess","lowerBound":0,"id":218,"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":"operations","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":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":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnits","lowerBound":0,"id":225,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkPassword","lowerBound":1,"id":232,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"changepassword","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAuthorizedRoles","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssignedRoles","lowerBound":0,"id":235,"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":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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"complaints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"healthwatcher","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loginID","changeable":true,"lowerBound":1,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pwd","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pwd","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"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":"code","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":259,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observations","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"container":false,"ordered":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":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":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":265,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":31},{"source":36,"target":38},{"source":36,"target":3},{"source":36,"target":39},{"source":38,"target":31},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":3},{"source":37,"target":41},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":41},{"source":42,"target":4},{"source":43,"target":4},{"source":41,"target":3},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":37},{"source":44,"target":3},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":45,"target":29},{"source":45,"target":49},{"source":45,"target":6},{"source":49,"target":29},{"source":46,"target":29},{"source":46,"target":50},{"source":46,"target":6},{"source":50,"target":29},{"source":47,"target":29},{"source":47,"target":51},{"source":47,"target":6},{"source":51,"target":29},{"source":48,"target":29},{"source":48,"target":52},{"source":48,"target":6},{"source":52,"target":29},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":53,"target":8},{"source":54,"target":8},{"source":55,"target":8},{"source":56,"target":8},{"source":57,"target":8},{"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":9},{"source":59,"target":9},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"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":11,"target":71},{"source":11,"target":72},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":71,"target":11},{"source":72,"target":11},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":78,"target":13},{"source":79,"target":13},{"source":80,"target":13},{"source":81,"target":13},{"source":82,"target":13},{"source":14,"target":0},{"source":14,"target":83},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":83,"target":14},{"source":84,"target":14},{"source":85,"target":14},{"source":86,"target":14},{"source":87,"target":14},{"source":15,"target":0},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":88,"target":15},{"source":89,"target":15},{"source":90,"target":15},{"source":91,"target":15},{"source":92,"target":15},{"source":16,"target":0},{"source":16,"target":93},{"source":16,"target":94},{"source":16,"target":95},{"source":16,"target":96},{"source":16,"target":97},{"source":16,"target":98},{"source":16,"target":99},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":93,"target":16},{"source":94,"target":16},{"source":95,"target":16},{"source":96,"target":16},{"source":97,"target":16},{"source":98,"target":16},{"source":99,"target":16},{"source":100,"target":16},{"source":101,"target":16},{"source":102,"target":16},{"source":17,"target":0},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":17,"target":106},{"source":17,"target":107},{"source":103,"target":17},{"source":104,"target":17},{"source":105,"target":27},{"source":105,"target":108},{"source":105,"target":17},{"source":108,"target":27},{"source":106,"target":19},{"source":106,"target":109},{"source":106,"target":17},{"source":109,"target":19},{"source":107,"target":16},{"source":107,"target":110},{"source":107,"target":17},{"source":110,"target":16},{"source":18,"target":0},{"source":18,"target":111},{"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":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":111,"target":18},{"source":112,"target":18},{"source":113,"target":18},{"source":114,"target":18},{"source":115,"target":18},{"source":116,"target":18},{"source":117,"target":18},{"source":118,"target":18},{"source":119,"target":18},{"source":120,"target":18},{"source":121,"target":18},{"source":122,"target":18},{"source":123,"target":18},{"source":124,"target":18},{"source":125,"target":18},{"source":126,"target":18},{"source":127,"target":18},{"source":128,"target":18},{"source":129,"target":18},{"source":130,"target":18},{"source":131,"target":18},{"source":132,"target":33},{"source":132,"target":135},{"source":132,"target":18},{"source":135,"target":33},{"source":133,"target":30},{"source":133,"target":136},{"source":133,"target":18},{"source":133,"target":137},{"source":136,"target":30},{"source":134,"target":19},{"source":134,"target":138},{"source":134,"target":18},{"source":134,"target":139},{"source":138,"target":19},{"source":19,"target":0},{"source":19,"target":140},{"source":19,"target":139},{"source":140,"target":19},{"source":139,"target":18},{"source":139,"target":141},{"source":139,"target":19},{"source":139,"target":134},{"source":141,"target":18},{"source":20,"target":0},{"source":20,"target":35},{"source":20,"target":142},{"source":20,"target":143},{"source":142,"target":29},{"source":142,"target":144},{"source":142,"target":20},{"source":144,"target":29},{"source":143,"target":35},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":145},{"source":21,"target":146},{"source":21,"target":147},{"source":145,"target":29},{"source":145,"target":148},{"source":145,"target":21},{"source":148,"target":29},{"source":146,"target":6},{"source":146,"target":149},{"source":146,"target":21},{"source":149,"target":6},{"source":147,"target":35},{"source":22,"target":0},{"source":22,"target":35},{"source":22,"target":150},{"source":150,"target":35},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":151},{"source":151,"target":7},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":152},{"source":152,"target":7},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":153},{"source":153,"target":7},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":154},{"source":26,"target":155},{"source":26,"target":156},{"source":26,"target":157},{"source":26,"target":158},{"source":154,"target":26},{"source":155,"target":29},{"source":155,"target":159},{"source":155,"target":26},{"source":159,"target":29},{"source":156,"target":32},{"source":156,"target":160},{"source":156,"target":26},{"source":156,"target":161},{"source":160,"target":32},{"source":157,"target":29},{"source":157,"target":162},{"source":157,"target":26},{"source":162,"target":29},{"source":158,"target":4},{"source":27,"target":0},{"source":27,"target":163},{"source":27,"target":164},{"source":27,"target":165},{"source":27,"target":166},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":163,"target":27},{"source":164,"target":27},{"source":165,"target":27},{"source":166,"target":27},{"source":167,"target":27},{"source":168,"target":27},{"source":169,"target":27},{"source":170,"target":27},{"source":171,"target":27},{"source":172,"target":27},{"source":173,"target":27},{"source":174,"target":8},{"source":174,"target":182},{"source":174,"target":27},{"source":182,"target":8},{"source":175,"target":9},{"source":175,"target":183},{"source":175,"target":27},{"source":183,"target":9},{"source":176,"target":10},{"source":176,"target":184},{"source":176,"target":27},{"source":184,"target":10},{"source":177,"target":11},{"source":177,"target":185},{"source":177,"target":27},{"source":185,"target":11},{"source":178,"target":12},{"source":178,"target":186},{"source":178,"target":27},{"source":186,"target":12},{"source":179,"target":13},{"source":179,"target":187},{"source":179,"target":27},{"source":187,"target":13},{"source":180,"target":14},{"source":180,"target":188},{"source":180,"target":27},{"source":188,"target":14},{"source":181,"target":15},{"source":181,"target":189},{"source":181,"target":27},{"source":189,"target":15},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":190},{"source":28,"target":191},{"source":28,"target":192},{"source":28,"target":193},{"source":28,"target":194},{"source":28,"target":195},{"source":190,"target":29},{"source":190,"target":196},{"source":190,"target":28},{"source":196,"target":29},{"source":191,"target":29},{"source":191,"target":197},{"source":191,"target":28},{"source":197,"target":29},{"source":192,"target":29},{"source":192,"target":198},{"source":192,"target":28},{"source":198,"target":29},{"source":193,"target":34},{"source":193,"target":199},{"source":193,"target":28},{"source":193,"target":200},{"source":199,"target":34},{"source":194,"target":29},{"source":194,"target":201},{"source":194,"target":28},{"source":201,"target":29},{"source":195,"target":4},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":202},{"source":30,"target":203},{"source":30,"target":204},{"source":30,"target":205},{"source":30,"target":206},{"source":30,"target":137},{"source":30,"target":207},{"source":30,"target":208},{"source":30,"target":209},{"source":202,"target":30},{"source":203,"target":30},{"source":204,"target":30},{"source":205,"target":2},{"source":205,"target":210},{"source":205,"target":30},{"source":210,"target":2},{"source":206,"target":29},{"source":206,"target":211},{"source":206,"target":30},{"source":211,"target":29},{"source":137,"target":18},{"source":137,"target":212},{"source":137,"target":30},{"source":137,"target":133},{"source":212,"target":18},{"source":207,"target":33},{"source":207,"target":213},{"source":207,"target":30},{"source":207,"target":214},{"source":213,"target":33},{"source":208,"target":29},{"source":208,"target":215},{"source":208,"target":30},{"source":215,"target":29},{"source":209,"target":31},{"source":209,"target":216},{"source":209,"target":30},{"source":209,"target":217},{"source":216,"target":31},{"source":31,"target":0},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":217},{"source":31,"target":220},{"source":31,"target":39},{"source":218,"target":31},{"source":219,"target":1},{"source":219,"target":221},{"source":219,"target":31},{"source":221,"target":1},{"source":217,"target":30},{"source":217,"target":222},{"source":217,"target":31},{"source":217,"target":209},{"source":222,"target":30},{"source":220,"target":29},{"source":220,"target":223},{"source":220,"target":31},{"source":223,"target":29},{"source":39,"target":3},{"source":39,"target":224},{"source":39,"target":31},{"source":39,"target":36},{"source":224,"target":3},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":161},{"source":32,"target":228},{"source":225,"target":32},{"source":226,"target":29},{"source":226,"target":229},{"source":226,"target":32},{"source":229,"target":29},{"source":227,"target":29},{"source":227,"target":230},{"source":227,"target":32},{"source":230,"target":29},{"source":161,"target":26},{"source":161,"target":231},{"source":161,"target":32},{"source":161,"target":156},{"source":231,"target":26},{"source":228,"target":4},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":232},{"source":33,"target":233},{"source":33,"target":234},{"source":33,"target":235},{"source":33,"target":236},{"source":33,"target":237},{"source":33,"target":238},{"source":33,"target":239},{"source":33,"target":214},{"source":33,"target":240},{"source":33,"target":241},{"source":232,"target":5},{"source":232,"target":242},{"source":232,"target":33},{"source":232,"target":243},{"source":242,"target":5},{"source":243,"target":29},{"source":243,"target":244},{"source":243,"target":232},{"source":244,"target":29},{"source":233,"target":33},{"source":233,"target":245},{"source":245,"target":29},{"source":245,"target":246},{"source":245,"target":233},{"source":246,"target":29},{"source":234,"target":33},{"source":235,"target":33},{"source":236,"target":29},{"source":236,"target":247},{"source":236,"target":33},{"source":247,"target":29},{"source":237,"target":6},{"source":237,"target":248},{"source":237,"target":33},{"source":248,"target":6},{"source":238,"target":35},{"source":238,"target":249},{"source":238,"target":33},{"source":249,"target":35},{"source":239,"target":17},{"source":239,"target":250},{"source":239,"target":33},{"source":250,"target":17},{"source":214,"target":30},{"source":214,"target":251},{"source":214,"target":33},{"source":214,"target":207},{"source":251,"target":30},{"source":240,"target":29},{"source":240,"target":252},{"source":240,"target":33},{"source":252,"target":29},{"source":241,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":253},{"source":34,"target":254},{"source":34,"target":200},{"source":34,"target":255},{"source":253,"target":29},{"source":253,"target":256},{"source":253,"target":34},{"source":256,"target":29},{"source":254,"target":29},{"source":254,"target":257},{"source":254,"target":34},{"source":257,"target":29},{"source":200,"target":28},{"source":200,"target":258},{"source":200,"target":34},{"source":200,"target":193},{"source":258,"target":28},{"source":255,"target":4},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":259},{"source":35,"target":260},{"source":35,"target":261},{"source":35,"target":262},{"source":35,"target":263},{"source":35,"target":264},{"source":35,"target":265},{"source":35,"target":266},{"source":259,"target":35},{"source":260,"target":29},{"source":260,"target":267},{"source":260,"target":35},{"source":267,"target":29},{"source":261,"target":29},{"source":261,"target":268},{"source":261,"target":35},{"source":268,"target":29},{"source":262,"target":7},{"source":262,"target":269},{"source":262,"target":35},{"source":269,"target":7},{"source":263,"target":29},{"source":263,"target":270},{"source":263,"target":35},{"source":270,"target":29},{"source":264,"target":6},{"source":264,"target":271},{"source":264,"target":35},{"source":271,"target":6},{"source":265,"target":29},{"source":265,"target":272},{"source":265,"target":35},{"source":272,"target":29},{"source":266,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> </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/slebok/zoo/zoo/§wip/atl/DotNET_SystemReflection/fetched/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="grocery" nsURI="http://www.xtext.org/project439/Grocery" nsPrefix="grocery"> <eClassifiers xsi:type="ecore:EClass" name="Grocery"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractElement"> <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="Building" eSuperTypes="#//AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="StoreElements" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" unique="false" upperBound="-1" eType="#//Item"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MovementElement" eSuperTypes="#//AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//MovementElement"/> <eClassifiers xsi:type="ecore:EClass" name="Item" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FoodItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="Movement" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" unique="false" upperBound="-1" eType="#//Item"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Store" eSuperTypes="#//Building"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false" upperBound="-1" eType="#//StoreElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Warehouse" eSuperTypes="#//Building"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" eType="#//Supplier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shelf" eSuperTypes="#//StoreElements"/> <eClassifiers xsi:type="ecore:EClass" name="Backroom" eSuperTypes="#//StoreElements"/> <eClassifiers xsi:type="ecore:EClass" name="Produce" eSuperTypes="#//FoodItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quality" eType="#//qualityLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerishableItem" eSuperTypes="#//FoodItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="experationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonFoodItem" eSuperTypes="#//Item"/> <eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="driverName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle" unique="false" upperBound="-1" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delivery" unique="false" upperBound="-1" eType="#//Delivery"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stockMovement" unique="false" upperBound="-1" eType="#//StockMovement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sale" unique="false" upperBound="-1" eType="#//Sale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Supplier" eSuperTypes="#//MovementElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" unique="false" upperBound="-1" eType="#//Item"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vehicle" eSuperTypes="#//MovementElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plateNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delivery" unique="false" upperBound="-1" eType="#//Delivery"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delivery" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromWarehouse" eType="#//Warehouse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toStore" eType="#//Store"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sale" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromShelf" eType="#//Shelf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockMovement" eSuperTypes="#//Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromBackroom" eType="#//Backroom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toShelf" eType="#//Shelf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="qualityLevel"> <eLiterals name="GOOD" literal="good"/> <eLiterals name="MEDIOCRE" value="1" literal="okay"/> <eLiterals name="NEEDSREMOVAL" value="2" literal="needs removal"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Ixgauth/ECSE439FinalProject/org.xtext.project439/model/generated/Grocery.ecore
ecore
grocery Grocery elements AbstractElement name Building StoreElements items MovementElement Person Item price quantity FoodItem Movement items Store elements Warehouse address supplier Shelf Backroom Produce quality PerishableItem experationDate NonFoodItem Driver driverName vehicle delivery Employee employeeName stockMovement Customer customerName sale Supplier items Vehicle plateNumber delivery Delivery fromWarehouse toStore Sale fromShelf StockMovement fromBackroom toShelf qualityLevel GOOD good MEDIOCRE okay NEEDSREMOVAL needs removal
null
{"directed":true,"nodes":[{"nsPrefix":"grocery","nsURI":"http://www.xtext.org/project439/Grocery","name":"grocery","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grocery","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Building","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoreElements","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MovementElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoodItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Movement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shelf","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Backroom","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Produce","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerishableItem","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFoodItem","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delivery","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sale","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockMovement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"qualityLevel","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":false,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"items","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":false,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quality","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"experationDate","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"driverName","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":false,"unsettable":false,"transient":false,"unique":false,"name":"vehicle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"delivery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"employeeName","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"stockMovement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"customerName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"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":"plateNumber","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"delivery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromWarehouse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toStore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromShelf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromBackroom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toShelf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"GOOD","id":100,"value":0,"literal":"good","eClass":"EEnumLiteral"},{"name":"MEDIOCRE","id":101,"value":1,"literal":"okay","eClass":"EEnumLiteral"},{"name":"NEEDSREMOVAL","id":102,"value":2,"literal":"needs removal","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":26,"target":2},{"source":26,"target":27},{"source":26,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":28,"target":29},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":7},{"source":31,"target":33},{"source":31,"target":4},{"source":33,"target":7},{"source":32,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":34},{"source":34,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":35},{"source":35,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":36,"target":39},{"source":36,"target":7},{"source":37,"target":40},{"source":37,"target":7},{"source":38,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":41},{"source":41,"target":7},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":42},{"source":9,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":9},{"source":44,"target":7},{"source":43,"target":2},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":45},{"source":10,"target":46},{"source":45,"target":4},{"source":45,"target":47},{"source":45,"target":10},{"source":47,"target":4},{"source":46,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":48,"target":51},{"source":48,"target":11},{"source":49,"target":20},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":20},{"source":50,"target":3},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":53},{"source":53,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":54},{"source":54,"target":4},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":55},{"source":14,"target":56},{"source":55,"target":25},{"source":55,"target":57},{"source":55,"target":14},{"source":57,"target":25},{"source":56,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":58},{"source":15,"target":59},{"source":58,"target":60},{"source":58,"target":15},{"source":59,"target":8},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":61},{"source":61,"target":7},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":62},{"source":17,"target":63},{"source":17,"target":64},{"source":17,"target":65},{"source":62,"target":66},{"source":62,"target":17},{"source":63,"target":21},{"source":63,"target":67},{"source":63,"target":17},{"source":67,"target":21},{"source":64,"target":22},{"source":64,"target":68},{"source":64,"target":17},{"source":68,"target":22},{"source":65,"target":6},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":69},{"source":18,"target":70},{"source":18,"target":71},{"source":69,"target":72},{"source":69,"target":18},{"source":70,"target":24},{"source":70,"target":73},{"source":70,"target":18},{"source":73,"target":24},{"source":71,"target":6},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":74},{"source":19,"target":75},{"source":19,"target":76},{"source":74,"target":77},{"source":74,"target":19},{"source":75,"target":23},{"source":75,"target":78},{"source":75,"target":19},{"source":78,"target":23},{"source":76,"target":6},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":79},{"source":20,"target":80},{"source":79,"target":7},{"source":79,"target":81},{"source":79,"target":20},{"source":81,"target":7},{"source":80,"target":5},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":82},{"source":21,"target":83},{"source":21,"target":84},{"source":82,"target":85},{"source":82,"target":21},{"source":83,"target":22},{"source":83,"target":86},{"source":83,"target":21},{"source":86,"target":22},{"source":84,"target":5},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":87},{"source":22,"target":88},{"source":22,"target":89},{"source":87,"target":11},{"source":87,"target":90},{"source":87,"target":22},{"source":90,"target":11},{"source":88,"target":10},{"source":88,"target":91},{"source":88,"target":22},{"source":91,"target":10},{"source":89,"target":9},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":92},{"source":23,"target":93},{"source":92,"target":12},{"source":92,"target":94},{"source":92,"target":23},{"source":94,"target":12},{"source":93,"target":9},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":95},{"source":24,"target":96},{"source":24,"target":97},{"source":95,"target":13},{"source":95,"target":98},{"source":95,"target":24},{"source":98,"target":13},{"source":96,"target":12},{"source":96,"target":99},{"source":96,"target":24},{"source":99,"target":12},{"source":97,"target":9},{"source":25,"target":0},{"source":25,"target":100},{"source":25,"target":101},{"source":25,"target":102},{"source":100,"target":25},{"source":101,"target":25},{"source":102,"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="_0" nsURI="http://release.niem.gov/niem/codes/fips_5-2/3.0/" nsPrefix="_0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Source: National Institute for Standards and Technology (NIST); &#xA;Publication: Codes for the Identification of the States, the District of Columbia, and the Outlying Areas of the U.S., and Associated Areas; &#xA;Date: 28 May 1987; &#xA;Source Updates: 1 Jan 1988; &#xA;http://www.itl.nist.gov/fipspubs/fip5-2.htm"/> </eAnnotations> <eAnnotations source="http://release.niem.gov/niem/conformanceTargets/3.0/"> <details key="conformanceTargets" value="http://reference.niem.gov/niem/specification/naming-and-design-rules/3.0/#ReferenceSchemaDocument"/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="USStateCodeSimpleType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type for state codes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateCodeSimpleType"/> </eAnnotations> <eLiterals name="AK"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alaska"/> </eAnnotations> </eLiterals> <eLiterals name="AL" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alabama"/> </eAnnotations> </eLiterals> <eLiterals name="AR" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Arkansas"/> </eAnnotations> </eLiterals> <eLiterals name="AS" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="American Samoa"/> </eAnnotations> </eLiterals> <eLiterals name="AZ" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Arizona"/> </eAnnotations> </eLiterals> <eLiterals name="CA" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="California"/> </eAnnotations> </eLiterals> <eLiterals name="CO" value="6"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Colorado"/> </eAnnotations> </eLiterals> <eLiterals name="CT" value="7"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connecticut"/> </eAnnotations> </eLiterals> <eLiterals name="DC" value="8"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="District of Columbia"/> </eAnnotations> </eLiterals> <eLiterals name="DE" value="9"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Delaware"/> </eAnnotations> </eLiterals> <eLiterals name="FL" value="10"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Florida"/> </eAnnotations> </eLiterals> <eLiterals name="FM" value="11"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Federated States of Micronesia"/> </eAnnotations> </eLiterals> <eLiterals name="GA" value="12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Georgia"/> </eAnnotations> </eLiterals> <eLiterals name="GU" value="13"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guam"/> </eAnnotations> </eLiterals> <eLiterals name="HI" value="14"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Hawaii"/> </eAnnotations> </eLiterals> <eLiterals name="IA" value="15"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Iowa"/> </eAnnotations> </eLiterals> <eLiterals name="ID" value="16"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Idaho"/> </eAnnotations> </eLiterals> <eLiterals name="IL" value="17"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Illinois"/> </eAnnotations> </eLiterals> <eLiterals name="IN" value="18"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indiana"/> </eAnnotations> </eLiterals> <eLiterals name="KS" value="19"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kansas"/> </eAnnotations> </eLiterals> <eLiterals name="KY" value="20"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kentucky"/> </eAnnotations> </eLiterals> <eLiterals name="LA" value="21"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Louisiana"/> </eAnnotations> </eLiterals> <eLiterals name="MA" value="22"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Massachusetts"/> </eAnnotations> </eLiterals> <eLiterals name="MD" value="23"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Maryland"/> </eAnnotations> </eLiterals> <eLiterals name="ME" value="24"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Maine"/> </eAnnotations> </eLiterals> <eLiterals name="MH" value="25"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marshall Islands"/> </eAnnotations> </eLiterals> <eLiterals name="MI" value="26"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Michigan"/> </eAnnotations> </eLiterals> <eLiterals name="MN" value="27"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Minnesota"/> </eAnnotations> </eLiterals> <eLiterals name="MO" value="28"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missouri"/> </eAnnotations> </eLiterals> <eLiterals name="MP" value="29"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Northern Mariana Islands"/> </eAnnotations> </eLiterals> <eLiterals name="MS" value="30"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mississippi"/> </eAnnotations> </eLiterals> <eLiterals name="MT" value="31"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Montana"/> </eAnnotations> </eLiterals> <eLiterals name="NC" value="32"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="North Carolina"/> </eAnnotations> </eLiterals> <eLiterals name="ND" value="33"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="North Dakota"/> </eAnnotations> </eLiterals> <eLiterals name="NE" value="34"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nebraska"/> </eAnnotations> </eLiterals> <eLiterals name="NH" value="35"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Hampshire"/> </eAnnotations> </eLiterals> <eLiterals name="NJ" value="36"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Jersey"/> </eAnnotations> </eLiterals> <eLiterals name="NM" value="37"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Mexico"/> </eAnnotations> </eLiterals> <eLiterals name="NV" value="38"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nevada"/> </eAnnotations> </eLiterals> <eLiterals name="NY" value="39"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New York"/> </eAnnotations> </eLiterals> <eLiterals name="OH" value="40"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Ohio"/> </eAnnotations> </eLiterals> <eLiterals name="OK" value="41"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Oklahoma"/> </eAnnotations> </eLiterals> <eLiterals name="OR" value="42"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Oregon"/> </eAnnotations> </eLiterals> <eLiterals name="PA" value="43"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pennsylvania"/> </eAnnotations> </eLiterals> <eLiterals name="PR" value="44"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Puerto Rico"/> </eAnnotations> </eLiterals> <eLiterals name="PW" value="45"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Palau"/> </eAnnotations> </eLiterals> <eLiterals name="RI" value="46"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Rhode Island"/> </eAnnotations> </eLiterals> <eLiterals name="SC" value="47"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="South Carolina"/> </eAnnotations> </eLiterals> <eLiterals name="SD" value="48"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="South Dakota"/> </eAnnotations> </eLiterals> <eLiterals name="TN" value="49"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tennessee"/> </eAnnotations> </eLiterals> <eLiterals name="TX" value="50"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Texas"/> </eAnnotations> </eLiterals> <eLiterals name="UM" value="51"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Baker Island, Howland Island, Jarvis Island, Johnston Atoll, Kingman Reef, Midway Islands, Navassa Island, Palmyra Atoll, U.S. Minor Outlying Islands, Wake Island"/> </eAnnotations> </eLiterals> <eLiterals name="UT" value="52"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Utah"/> </eAnnotations> </eLiterals> <eLiterals name="VA" value="53"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Virginia"/> </eAnnotations> </eLiterals> <eLiterals name="VI" value="54"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Virgin Islands of the U.S."/> </eAnnotations> </eLiterals> <eLiterals name="VT" value="55"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vermont"/> </eAnnotations> </eLiterals> <eLiterals name="WA" value="56"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Washington"/> </eAnnotations> </eLiterals> <eLiterals name="WI" value="57"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wisconsin"/> </eAnnotations> </eLiterals> <eLiterals name="WV" value="58"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="West Virginia"/> </eAnnotations> </eLiterals> <eLiterals name="WY" value="59"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wyoming"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="USStateCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateCodeSimpleType:Object"/> <details key="baseType" value="USStateCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="USStateCodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type for state codes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateCodeType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//USStateCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="metadata"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipMetadata" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipMetadata"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="urn:us:gov:ic:ism urn:us:gov:ic:ntk"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="USStateNumericCodeSimpleType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type for numeric state codes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateNumericCodeSimpleType"/> </eAnnotations> <eLiterals name="_01" literal="01"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alabama"/> </eAnnotations> </eLiterals> <eLiterals name="_02" value="1" literal="02"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alaska"/> </eAnnotations> </eLiterals> <eLiterals name="_04" value="2" literal="04"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Arizona"/> </eAnnotations> </eLiterals> <eLiterals name="_05" value="3" literal="05"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Arkansas"/> </eAnnotations> </eLiterals> <eLiterals name="_06" value="4" literal="06"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="California"/> </eAnnotations> </eLiterals> <eLiterals name="_08" value="5" literal="08"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Colorado"/> </eAnnotations> </eLiterals> <eLiterals name="_09" value="6" literal="09"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connecticut"/> </eAnnotations> </eLiterals> <eLiterals name="_10" value="7" literal="10"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Delaware"/> </eAnnotations> </eLiterals> <eLiterals name="_11" value="8" literal="11"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="District of Columbia"/> </eAnnotations> </eLiterals> <eLiterals name="_12" value="9" literal="12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Florida"/> </eAnnotations> </eLiterals> <eLiterals name="_13" value="10" literal="13"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Georgia"/> </eAnnotations> </eLiterals> <eLiterals name="_15" value="11" literal="15"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Hawaii"/> </eAnnotations> </eLiterals> <eLiterals name="_16" value="12" literal="16"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Idaho"/> </eAnnotations> </eLiterals> <eLiterals name="_17" value="13" literal="17"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Illinois"/> </eAnnotations> </eLiterals> <eLiterals name="_18" value="14" literal="18"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indiana"/> </eAnnotations> </eLiterals> <eLiterals name="_19" value="15" literal="19"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Iowa"/> </eAnnotations> </eLiterals> <eLiterals name="_20" value="16" literal="20"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kansas"/> </eAnnotations> </eLiterals> <eLiterals name="_21" value="17" literal="21"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kentucky"/> </eAnnotations> </eLiterals> <eLiterals name="_22" value="18" literal="22"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Louisiana"/> </eAnnotations> </eLiterals> <eLiterals name="_23" value="19" literal="23"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Maine"/> </eAnnotations> </eLiterals> <eLiterals name="_24" value="20" literal="24"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Maryland"/> </eAnnotations> </eLiterals> <eLiterals name="_25" value="21" literal="25"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Massachusetts"/> </eAnnotations> </eLiterals> <eLiterals name="_26" value="22" literal="26"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Michigan"/> </eAnnotations> </eLiterals> <eLiterals name="_27" value="23" literal="27"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Minnesota"/> </eAnnotations> </eLiterals> <eLiterals name="_28" value="24" literal="28"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mississippi"/> </eAnnotations> </eLiterals> <eLiterals name="_29" value="25" literal="29"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Missouri"/> </eAnnotations> </eLiterals> <eLiterals name="_30" value="26" literal="30"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Montana"/> </eAnnotations> </eLiterals> <eLiterals name="_31" value="27" literal="31"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nebraska"/> </eAnnotations> </eLiterals> <eLiterals name="_32" value="28" literal="32"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nevada"/> </eAnnotations> </eLiterals> <eLiterals name="_33" value="29" literal="33"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Hampshire"/> </eAnnotations> </eLiterals> <eLiterals name="_34" value="30" literal="34"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Jersey"/> </eAnnotations> </eLiterals> <eLiterals name="_35" value="31" literal="35"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New Mexico"/> </eAnnotations> </eLiterals> <eLiterals name="_36" value="32" literal="36"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New York"/> </eAnnotations> </eLiterals> <eLiterals name="_37" value="33" literal="37"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="North Carolina"/> </eAnnotations> </eLiterals> <eLiterals name="_38" value="34" literal="38"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="North Dakota"/> </eAnnotations> </eLiterals> <eLiterals name="_39" value="35" literal="39"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Ohio"/> </eAnnotations> </eLiterals> <eLiterals name="_40" value="36" literal="40"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Oklahoma"/> </eAnnotations> </eLiterals> <eLiterals name="_41" value="37" literal="41"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Oregon"/> </eAnnotations> </eLiterals> <eLiterals name="_42" value="38" literal="42"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pennsylvania"/> </eAnnotations> </eLiterals> <eLiterals name="_44" value="39" literal="44"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Rhode Island"/> </eAnnotations> </eLiterals> <eLiterals name="_45" value="40" literal="45"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="South Carolina"/> </eAnnotations> </eLiterals> <eLiterals name="_46" value="41" literal="46"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="South Dakota"/> </eAnnotations> </eLiterals> <eLiterals name="_47" value="42" literal="47"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tennessee"/> </eAnnotations> </eLiterals> <eLiterals name="_48" value="43" literal="48"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Texas"/> </eAnnotations> </eLiterals> <eLiterals name="_49" value="44" literal="49"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Utah"/> </eAnnotations> </eLiterals> <eLiterals name="_50" value="45" literal="50"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vermont"/> </eAnnotations> </eLiterals> <eLiterals name="_51" value="46" literal="51"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Virginia"/> </eAnnotations> </eLiterals> <eLiterals name="_53" value="47" literal="53"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Washington"/> </eAnnotations> </eLiterals> <eLiterals name="_54" value="48" literal="54"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="West Virginia"/> </eAnnotations> </eLiterals> <eLiterals name="_55" value="49" literal="55"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wisconsin"/> </eAnnotations> </eLiterals> <eLiterals name="_56" value="50" literal="56"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wyoming"/> </eAnnotations> </eLiterals> <eLiterals name="_60" value="51" literal="60"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="American Samoa"/> </eAnnotations> </eLiterals> <eLiterals name="_64" value="52" literal="64"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Federated States of Micronesia"/> </eAnnotations> </eLiterals> <eLiterals name="_66" value="53" literal="66"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guam"/> </eAnnotations> </eLiterals> <eLiterals name="_67" value="54" literal="67"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Johnston Atoll"/> </eAnnotations> </eLiterals> <eLiterals name="_68" value="55" literal="68"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marshall Islands"/> </eAnnotations> </eLiterals> <eLiterals name="_69" value="56" literal="69"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Northern Mariana Islands"/> </eAnnotations> </eLiterals> <eLiterals name="_70" value="57" literal="70"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Palau"/> </eAnnotations> </eLiterals> <eLiterals name="_71" value="58" literal="71"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Midway Islands"/> </eAnnotations> </eLiterals> <eLiterals name="_72" value="59" literal="72"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Puerto Rico"/> </eAnnotations> </eLiterals> <eLiterals name="_74" value="60" literal="74"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="U.S. Minor Outlying Islands"/> </eAnnotations> </eLiterals> <eLiterals name="_76" value="61" literal="76"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Navassa Island"/> </eAnnotations> </eLiterals> <eLiterals name="_78" value="62" literal="78"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Virgin Islands of the U.S."/> </eAnnotations> </eLiterals> <eLiterals name="_79" value="63" literal="79"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Wake Island"/> </eAnnotations> </eLiterals> <eLiterals name="_81" value="64" literal="81"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Baker Island"/> </eAnnotations> </eLiterals> <eLiterals name="_84" value="65" literal="84"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Howland Island"/> </eAnnotations> </eLiterals> <eLiterals name="_86" value="66" literal="86"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Jarvis Island"/> </eAnnotations> </eLiterals> <eLiterals name="_89" value="67" literal="89"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kingman Reef"/> </eAnnotations> </eLiterals> <eLiterals name="_95" value="68" literal="95"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Palmyra Atoll"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="USStateNumericCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateNumericCodeSimpleType:Object"/> <details key="baseType" value="USStateNumericCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="USStateNumericCodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type for numeric state codes."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="USStateNumericCodeType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//USStateNumericCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="metadata"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipMetadata" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREFS"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipMetadata"/> <details key="namespace" value="http://release.niem.gov/niem/structures/3.0/"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="urn:us:gov:ic:ism urn:us:gov:ic:ntk"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/NIEM/NIEM-UML/Resources/Eclipse/mpd.catalog/_022.ecore
ecore
_0 USStateCodeSimpleType AK AK AL AL AR AR AS AS AZ AZ CA CA CO CO CT CT DC DC DE DE FL FL FM FM GA GA GU GU HI HI IA IA ID ID IL IL IN IN KS KS KY KY LA LA MA MA MD MD ME ME MH MH MI MI MN MN MO MO MP MP MS MS MT MT NC NC ND ND NE NE NH NH NJ NJ NM NM NV NV NY NY OH OH OK OK OR OR PA PA PR PR PW PW RI RI SC SC SD SD TN TN TX TX UM UM UT UT VA VA VI VI VT VT WA WA WI WI WV WV WY WY USStateCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator USStateCodeType value id metadata ref relationshipMetadata anyAttribute USStateNumericCodeSimpleType _01 01 _02 02 _04 04 _05 05 _06 06 _08 08 _09 09 _10 10 _11 11 _12 12 _13 13 _15 15 _16 16 _17 17 _18 18 _19 19 _20 20 _21 21 _22 22 _23 23 _24 24 _25 25 _26 26 _27 27 _28 28 _29 29 _30 30 _31 31 _32 32 _33 33 _34 34 _35 35 _36 36 _37 37 _38 38 _39 39 _40 40 _41 41 _42 42 _44 44 _45 45 _46 46 _47 47 _48 48 _49 49 _50 50 _51 51 _53 53 _54 54 _55 55 _56 56 _60 60 _64 64 _66 66 _67 67 _68 68 _69 69 _70 70 _71 71 _72 72 _74 74 _76 76 _78 78 _79 79 _81 81 _84 84 _86 86 _89 89 _95 95 USStateNumericCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator USStateNumericCodeType value id metadata ref relationshipMetadata anyAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"_0","nsURI":"http://release.niem.gov/niem/codes/fips_5-2/3.0/","name":"_0","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"USStateCodeSimpleType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"USStateCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USStateCodeType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"USStateNumericCodeSimpleType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"USStateNumericCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USStateNumericCodeType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"name":"AK","id":7,"value":0,"literal":"AK","eClass":"EEnumLiteral"},{"name":"AL","id":8,"value":1,"literal":"AL","eClass":"EEnumLiteral"},{"name":"AR","id":9,"value":2,"literal":"AR","eClass":"EEnumLiteral"},{"name":"AS","id":10,"value":3,"literal":"AS","eClass":"EEnumLiteral"},{"name":"AZ","id":11,"value":4,"literal":"AZ","eClass":"EEnumLiteral"},{"name":"CA","id":12,"value":5,"literal":"CA","eClass":"EEnumLiteral"},{"name":"CO","id":13,"value":6,"literal":"CO","eClass":"EEnumLiteral"},{"name":"CT","id":14,"value":7,"literal":"CT","eClass":"EEnumLiteral"},{"name":"DC","id":15,"value":8,"literal":"DC","eClass":"EEnumLiteral"},{"name":"DE","id":16,"value":9,"literal":"DE","eClass":"EEnumLiteral"},{"name":"FL","id":17,"value":10,"literal":"FL","eClass":"EEnumLiteral"},{"name":"FM","id":18,"value":11,"literal":"FM","eClass":"EEnumLiteral"},{"name":"GA","id":19,"value":12,"literal":"GA","eClass":"EEnumLiteral"},{"name":"GU","id":20,"value":13,"literal":"GU","eClass":"EEnumLiteral"},{"name":"HI","id":21,"value":14,"literal":"HI","eClass":"EEnumLiteral"},{"name":"IA","id":22,"value":15,"literal":"IA","eClass":"EEnumLiteral"},{"name":"ID","id":23,"value":16,"literal":"ID","eClass":"EEnumLiteral"},{"name":"IL","id":24,"value":17,"literal":"IL","eClass":"EEnumLiteral"},{"name":"IN","id":25,"value":18,"literal":"IN","eClass":"EEnumLiteral"},{"name":"KS","id":26,"value":19,"literal":"KS","eClass":"EEnumLiteral"},{"name":"KY","id":27,"value":20,"literal":"KY","eClass":"EEnumLiteral"},{"name":"LA","id":28,"value":21,"literal":"LA","eClass":"EEnumLiteral"},{"name":"MA","id":29,"value":22,"literal":"MA","eClass":"EEnumLiteral"},{"name":"MD","id":30,"value":23,"literal":"MD","eClass":"EEnumLiteral"},{"name":"ME","id":31,"value":24,"literal":"ME","eClass":"EEnumLiteral"},{"name":"MH","id":32,"value":25,"literal":"MH","eClass":"EEnumLiteral"},{"name":"MI","id":33,"value":26,"literal":"MI","eClass":"EEnumLiteral"},{"name":"MN","id":34,"value":27,"literal":"MN","eClass":"EEnumLiteral"},{"name":"MO","id":35,"value":28,"literal":"MO","eClass":"EEnumLiteral"},{"name":"MP","id":36,"value":29,"literal":"MP","eClass":"EEnumLiteral"},{"name":"MS","id":37,"value":30,"literal":"MS","eClass":"EEnumLiteral"},{"name":"MT","id":38,"value":31,"literal":"MT","eClass":"EEnumLiteral"},{"name":"NC","id":39,"value":32,"literal":"NC","eClass":"EEnumLiteral"},{"name":"ND","id":40,"value":33,"literal":"ND","eClass":"EEnumLiteral"},{"name":"NE","id":41,"value":34,"literal":"NE","eClass":"EEnumLiteral"},{"name":"NH","id":42,"value":35,"literal":"NH","eClass":"EEnumLiteral"},{"name":"NJ","id":43,"value":36,"literal":"NJ","eClass":"EEnumLiteral"},{"name":"NM","id":44,"value":37,"literal":"NM","eClass":"EEnumLiteral"},{"name":"NV","id":45,"value":38,"literal":"NV","eClass":"EEnumLiteral"},{"name":"NY","id":46,"value":39,"literal":"NY","eClass":"EEnumLiteral"},{"name":"OH","id":47,"value":40,"literal":"OH","eClass":"EEnumLiteral"},{"name":"OK","id":48,"value":41,"literal":"OK","eClass":"EEnumLiteral"},{"name":"OR","id":49,"value":42,"literal":"OR","eClass":"EEnumLiteral"},{"name":"PA","id":50,"value":43,"literal":"PA","eClass":"EEnumLiteral"},{"name":"PR","id":51,"value":44,"literal":"PR","eClass":"EEnumLiteral"},{"name":"PW","id":52,"value":45,"literal":"PW","eClass":"EEnumLiteral"},{"name":"RI","id":53,"value":46,"literal":"RI","eClass":"EEnumLiteral"},{"name":"SC","id":54,"value":47,"literal":"SC","eClass":"EEnumLiteral"},{"name":"SD","id":55,"value":48,"literal":"SD","eClass":"EEnumLiteral"},{"name":"TN","id":56,"value":49,"literal":"TN","eClass":"EEnumLiteral"},{"name":"TX","id":57,"value":50,"literal":"TX","eClass":"EEnumLiteral"},{"name":"UM","id":58,"value":51,"literal":"UM","eClass":"EEnumLiteral"},{"name":"UT","id":59,"value":52,"literal":"UT","eClass":"EEnumLiteral"},{"name":"VA","id":60,"value":53,"literal":"VA","eClass":"EEnumLiteral"},{"name":"VI","id":61,"value":54,"literal":"VI","eClass":"EEnumLiteral"},{"name":"VT","id":62,"value":55,"literal":"VT","eClass":"EEnumLiteral"},{"name":"WA","id":63,"value":56,"literal":"WA","eClass":"EEnumLiteral"},{"name":"WI","id":64,"value":57,"literal":"WI","eClass":"EEnumLiteral"},{"name":"WV","id":65,"value":58,"literal":"WV","eClass":"EEnumLiteral"},{"name":"WY","id":66,"value":59,"literal":"WY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"metadata","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":"ref","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":"relationshipMetadata","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"_01","id":79,"value":0,"literal":"01","eClass":"EEnumLiteral"},{"name":"_02","id":80,"value":1,"literal":"02","eClass":"EEnumLiteral"},{"name":"_04","id":81,"value":2,"literal":"04","eClass":"EEnumLiteral"},{"name":"_05","id":82,"value":3,"literal":"05","eClass":"EEnumLiteral"},{"name":"_06","id":83,"value":4,"literal":"06","eClass":"EEnumLiteral"},{"name":"_08","id":84,"value":5,"literal":"08","eClass":"EEnumLiteral"},{"name":"_09","id":85,"value":6,"literal":"09","eClass":"EEnumLiteral"},{"name":"_10","id":86,"value":7,"literal":"10","eClass":"EEnumLiteral"},{"name":"_11","id":87,"value":8,"literal":"11","eClass":"EEnumLiteral"},{"name":"_12","id":88,"value":9,"literal":"12","eClass":"EEnumLiteral"},{"name":"_13","id":89,"value":10,"literal":"13","eClass":"EEnumLiteral"},{"name":"_15","id":90,"value":11,"literal":"15","eClass":"EEnumLiteral"},{"name":"_16","id":91,"value":12,"literal":"16","eClass":"EEnumLiteral"},{"name":"_17","id":92,"value":13,"literal":"17","eClass":"EEnumLiteral"},{"name":"_18","id":93,"value":14,"literal":"18","eClass":"EEnumLiteral"},{"name":"_19","id":94,"value":15,"literal":"19","eClass":"EEnumLiteral"},{"name":"_20","id":95,"value":16,"literal":"20","eClass":"EEnumLiteral"},{"name":"_21","id":96,"value":17,"literal":"21","eClass":"EEnumLiteral"},{"name":"_22","id":97,"value":18,"literal":"22","eClass":"EEnumLiteral"},{"name":"_23","id":98,"value":19,"literal":"23","eClass":"EEnumLiteral"},{"name":"_24","id":99,"value":20,"literal":"24","eClass":"EEnumLiteral"},{"name":"_25","id":100,"value":21,"literal":"25","eClass":"EEnumLiteral"},{"name":"_26","id":101,"value":22,"literal":"26","eClass":"EEnumLiteral"},{"name":"_27","id":102,"value":23,"literal":"27","eClass":"EEnumLiteral"},{"name":"_28","id":103,"value":24,"literal":"28","eClass":"EEnumLiteral"},{"name":"_29","id":104,"value":25,"literal":"29","eClass":"EEnumLiteral"},{"name":"_30","id":105,"value":26,"literal":"30","eClass":"EEnumLiteral"},{"name":"_31","id":106,"value":27,"literal":"31","eClass":"EEnumLiteral"},{"name":"_32","id":107,"value":28,"literal":"32","eClass":"EEnumLiteral"},{"name":"_33","id":108,"value":29,"literal":"33","eClass":"EEnumLiteral"},{"name":"_34","id":109,"value":30,"literal":"34","eClass":"EEnumLiteral"},{"name":"_35","id":110,"value":31,"literal":"35","eClass":"EEnumLiteral"},{"name":"_36","id":111,"value":32,"literal":"36","eClass":"EEnumLiteral"},{"name":"_37","id":112,"value":33,"literal":"37","eClass":"EEnumLiteral"},{"name":"_38","id":113,"value":34,"literal":"38","eClass":"EEnumLiteral"},{"name":"_39","id":114,"value":35,"literal":"39","eClass":"EEnumLiteral"},{"name":"_40","id":115,"value":36,"literal":"40","eClass":"EEnumLiteral"},{"name":"_41","id":116,"value":37,"literal":"41","eClass":"EEnumLiteral"},{"name":"_42","id":117,"value":38,"literal":"42","eClass":"EEnumLiteral"},{"name":"_44","id":118,"value":39,"literal":"44","eClass":"EEnumLiteral"},{"name":"_45","id":119,"value":40,"literal":"45","eClass":"EEnumLiteral"},{"name":"_46","id":120,"value":41,"literal":"46","eClass":"EEnumLiteral"},{"name":"_47","id":121,"value":42,"literal":"47","eClass":"EEnumLiteral"},{"name":"_48","id":122,"value":43,"literal":"48","eClass":"EEnumLiteral"},{"name":"_49","id":123,"value":44,"literal":"49","eClass":"EEnumLiteral"},{"name":"_50","id":124,"value":45,"literal":"50","eClass":"EEnumLiteral"},{"name":"_51","id":125,"value":46,"literal":"51","eClass":"EEnumLiteral"},{"name":"_53","id":126,"value":47,"literal":"53","eClass":"EEnumLiteral"},{"name":"_54","id":127,"value":48,"literal":"54","eClass":"EEnumLiteral"},{"name":"_55","id":128,"value":49,"literal":"55","eClass":"EEnumLiteral"},{"name":"_56","id":129,"value":50,"literal":"56","eClass":"EEnumLiteral"},{"name":"_60","id":130,"value":51,"literal":"60","eClass":"EEnumLiteral"},{"name":"_64","id":131,"value":52,"literal":"64","eClass":"EEnumLiteral"},{"name":"_66","id":132,"value":53,"literal":"66","eClass":"EEnumLiteral"},{"name":"_67","id":133,"value":54,"literal":"67","eClass":"EEnumLiteral"},{"name":"_68","id":134,"value":55,"literal":"68","eClass":"EEnumLiteral"},{"name":"_69","id":135,"value":56,"literal":"69","eClass":"EEnumLiteral"},{"name":"_70","id":136,"value":57,"literal":"70","eClass":"EEnumLiteral"},{"name":"_71","id":137,"value":58,"literal":"71","eClass":"EEnumLiteral"},{"name":"_72","id":138,"value":59,"literal":"72","eClass":"EEnumLiteral"},{"name":"_74","id":139,"value":60,"literal":"74","eClass":"EEnumLiteral"},{"name":"_76","id":140,"value":61,"literal":"76","eClass":"EEnumLiteral"},{"name":"_78","id":141,"value":62,"literal":"78","eClass":"EEnumLiteral"},{"name":"_79","id":142,"value":63,"literal":"79","eClass":"EEnumLiteral"},{"name":"_81","id":143,"value":64,"literal":"81","eClass":"EEnumLiteral"},{"name":"_84","id":144,"value":65,"literal":"84","eClass":"EEnumLiteral"},{"name":"_86","id":145,"value":66,"literal":"86","eClass":"EEnumLiteral"},{"name":"_89","id":146,"value":67,"literal":"89","eClass":"EEnumLiteral"},{"name":"_95","id":147,"value":68,"literal":"95","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"metadata","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":"ref","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":"relationshipMetadata","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":7,"target":1},{"source":8,"target":1},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":14,"target":1},{"source":15,"target":1},{"source":16,"target":1},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":30,"target":1},{"source":31,"target":1},{"source":32,"target":1},{"source":33,"target":1},{"source":34,"target":1},{"source":35,"target":1},{"source":36,"target":1},{"source":37,"target":1},{"source":38,"target":1},{"source":39,"target":1},{"source":40,"target":1},{"source":41,"target":1},{"source":42,"target":1},{"source":43,"target":1},{"source":44,"target":1},{"source":45,"target":1},{"source":46,"target":1},{"source":47,"target":1},{"source":48,"target":1},{"source":49,"target":1},{"source":50,"target":1},{"source":51,"target":1},{"source":52,"target":1},{"source":53,"target":1},{"source":54,"target":1},{"source":55,"target":1},{"source":56,"target":1},{"source":57,"target":1},{"source":58,"target":1},{"source":59,"target":1},{"source":60,"target":1},{"source":61,"target":1},{"source":62,"target":1},{"source":63,"target":1},{"source":64,"target":1},{"source":65,"target":1},{"source":66,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":67,"target":1},{"source":67,"target":73},{"source":67,"target":3},{"source":73,"target":1},{"source":68,"target":74},{"source":68,"target":3},{"source":69,"target":75},{"source":69,"target":3},{"source":70,"target":76},{"source":70,"target":3},{"source":71,"target":77},{"source":71,"target":3},{"source":72,"target":78},{"source":72,"target":3},{"source":4,"target":0},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":79,"target":4},{"source":80,"target":4},{"source":81,"target":4},{"source":82,"target":4},{"source":83,"target":4},{"source":84,"target":4},{"source":85,"target":4},{"source":86,"target":4},{"source":87,"target":4},{"source":88,"target":4},{"source":89,"target":4},{"source":90,"target":4},{"source":91,"target":4},{"source":92,"target":4},{"source":93,"target":4},{"source":94,"target":4},{"source":95,"target":4},{"source":96,"target":4},{"source":97,"target":4},{"source":98,"target":4},{"source":99,"target":4},{"source":100,"target":4},{"source":101,"target":4},{"source":102,"target":4},{"source":103,"target":4},{"source":104,"target":4},{"source":105,"target":4},{"source":106,"target":4},{"source":107,"target":4},{"source":108,"target":4},{"source":109,"target":4},{"source":110,"target":4},{"source":111,"target":4},{"source":112,"target":4},{"source":113,"target":4},{"source":114,"target":4},{"source":115,"target":4},{"source":116,"target":4},{"source":117,"target":4},{"source":118,"target":4},{"source":119,"target":4},{"source":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":130,"target":4},{"source":131,"target":4},{"source":132,"target":4},{"source":133,"target":4},{"source":134,"target":4},{"source":135,"target":4},{"source":136,"target":4},{"source":137,"target":4},{"source":138,"target":4},{"source":139,"target":4},{"source":140,"target":4},{"source":141,"target":4},{"source":142,"target":4},{"source":143,"target":4},{"source":144,"target":4},{"source":145,"target":4},{"source":146,"target":4},{"source":147,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":148},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":148,"target":4},{"source":148,"target":154},{"source":148,"target":6},{"source":154,"target":4},{"source":149,"target":155},{"source":149,"target":6},{"source":150,"target":156},{"source":150,"target":6},{"source":151,"target":157},{"source":151,"target":6},{"source":152,"target":158},{"source":152,"target":6},{"source":153,"target":159},{"source":153,"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="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/gssi/metamodel-dataset-analysis-toolchain/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="type" nsURI="http://www.birt.eclipse.org/ChartModelType" nsPrefix="type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AreaSeries" eSuperTypes="#//LineSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Area charts, and during run time, &#xD;&#xA;holds the value for each data point in the series. When rendered, a line connects each data point, and &#xD;&#xA;the area below the line is filled with the series color."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AreaSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BarSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Bar charts, and during run time, &#xD;&#xA;holds the value for each riser in the series. When rendered, a riser extends from the x-axis to the &#xD;&#xA;value of each data point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BarSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riser" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//RiserType" defaultValueLiteral="Rectangle" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the 'Riser' to be used for displaying the data values in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Riser"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="riserOutline" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the color to be used for the Riser outline.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RiserOutline"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BubbleSeries" eSuperTypes="#//ScatterSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Bubble Charts.&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BubbleSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accLineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the attributes for the line used to represent the acceleration line to the Bubble.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AccLineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accOrientation" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Orientation" defaultValueLiteral="Horizontal" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the orientation of the acceleration line."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AccOrientation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DialSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Dial Charts."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DialSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dial" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Dial" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Dial for this series"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Dial"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="needle" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Needle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the needle to be used in the Dial"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Needle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceSeries" eSuperTypes="#//AreaSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Difference charts, and during &#xD;&#xA;run time, holds the values for each data point in the series. Each data point in a Difference Series&#xD;&#xA;holds two values. When rendered, a line connects each high value of each data point, another line&#xD;&#xA;connects each low value of each data point, and the area between the high and low lines is filled with &#xD;&#xA;the series color."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DifferenceSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="negativeMarkers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the marker to be used for displaying the data point on the negative line in the chart."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NegativeMarkers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="negativeLineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the attributes for the negative line used to represent this series.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NegativeLineAttributes"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GanttSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Gantt Charts."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GanttSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="startMarker" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the marker to be used for displaying the start data point on the line in the chart.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StartMarker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startMarkerPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of the start marker relative to the connection line start point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StartMarkerPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endMarker" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the marker to be used for displaying the end data point on the line in the chart."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndMarker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endMarkerPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of the end marker relative to the connection line end point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndMarkerPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionLine" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the attributes for the line used to represent this series."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConnectionLine"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the attributes for the outline used to represent this series."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outlineFill" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the extra fill to be used with outline.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutlineFill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDecorationLabelValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies if use decoration value as the datapoint label value"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UseDecorationLabelValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decorationLabel" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for the decoration label, which could be used to decorate the primary base Axis.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DecorationLabel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decorationLabelPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the position property for the decoration label.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DecorationLabelPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteLineColor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates if use the series palette color to draw the line instead of the color in ConnectionLine"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PaletteLineColor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Line charts, and during run time, &#xD;&#xA;holds the value for each data point in the line. When rendered, a line connects each data point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LineSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the marker to be used for displaying the data point on the line in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="marker" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Deprecated. Use Markers property instead. This is kept just to maintain the compatibility with old models."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Marker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the attributes for the line used to represent this series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteLineColor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates if use the series palette color to draw the line instead of the color in LineAttributes"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PaletteLineColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="curve" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Indicates whether the line segments joining data points in the series are to be drawn as curves or as straight lines.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Curve"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowColor" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the color to be used for the shadow.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShadowColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectMissingValue" 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="Specifies if connect the missing values in the line or just skip drawing."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConnectMissingValue"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PieSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Pie charts, and during run time, &#xD;&#xA;holds the value for each data point in the pie that represents the series. When rendered, each series is &#xD;&#xA;drawn as a complete pie, and each data point in that series defines the size of the pie's slices. A pie chart&#xD;&#xA;with multiple series will draw multiple pies."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PieSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the 'Explosion' value to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;used while displaying the pie slices.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Explosion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosionExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies an expression to determine if&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the explosion will be applied to each&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;slice.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExplosionExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for a series title.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the position property for a series&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;title.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TitlePosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leaderLineAttributes" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the attributes for leader lines.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaderLineStyle" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//LeaderLineStyle" defaultValueLiteral="Fixed_Length" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies how the leader lines are to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;shown.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineStyle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaderLineLength" lowerBound="1" eType="ecore:EDataType org.eclipse.birt.chart.model.attribute.ecore#//Percentage" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Length for the leader lines. Used only&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if style is 'FIXED_LENGTH'.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineLength"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sliceOutline" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the color to be used for the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;slice outline.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SliceOutline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the ratio(height/width) of the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;oval, 1 means it's a circle, 0 means&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;stretch automatically.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Ratio"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the rotation of the pie, 0 means&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;start drawing the first slice from the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;east.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rotation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clockwise" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Attribute &quot;Clockwise&quot; Specifies whether the pie slices are rendered in clockwise direction, &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;by default they will be rendered in counter-clockwise direction.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Clockwise"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScatterSeries" eSuperTypes="#//LineSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Scatter Charts.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ScatterSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Stock Charts.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StockSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the fill to be used for the Candle.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Fill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the style to be used to display the lines for this series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAsBarStick" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies if show graph as bar-stick look."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowAsBarStick"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stickLength" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the length of the stick when show as bar-stick look."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StickLength"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Xiaoying/BIRT/org.eclipse.birt.chart.engine/bin/model/org.eclipse.birt.chart.model.type.ecore
ecore
type AreaSeries BarSeries riser Rectangle riserOutline BubbleSeries accLineAttributes accOrientation Horizontal DialSeries dial needle DifferenceSeries negativeMarkers negativeLineAttributes GanttSeries startMarker startMarkerPosition Above endMarker endMarkerPosition Above connectionLine outline outlineFill useDecorationLabelValue decorationLabel decorationLabelPosition Above paletteLineColor LineSeries markers marker lineAttributes paletteLineColor curve shadowColor connectMissingValue true PieSeries explosion explosionExpression title titlePosition Above leaderLineAttributes leaderLineStyle Fixed_Length leaderLineLength sliceOutline ratio 1 rotation 0 clockwise false ScatterSeries StockSeries fill lineAttributes showAsBarStick false stickLength 5
null
{"directed":true,"nodes":[{"nsPrefix":"type","nsURI":"http://www.birt.eclipse.org/ChartModelType","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AreaSeries","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BarSeries","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BubbleSeries","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialSeries","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceSeries","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GanttSeries","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineSeries","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PieSeries","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScatterSeries","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockSeries","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Rectangle","unsettable":true,"transient":false,"unique":true,"name":"riser","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"riserOutline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Horizontal","unsettable":true,"transient":false,"unique":true,"name":"accOrientation","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dial","changeable":true,"resolveProxies":false,"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":"needle","changeable":true,"resolveProxies":false,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negativeMarkers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negativeLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startMarker","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"startMarkerPosition","changeable":true,"lowerBound":1,"iD":false,"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":"endMarker","changeable":true,"resolveProxies":false,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"endMarkerPosition","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionLine","changeable":true,"resolveProxies":false,"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":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"outlineFill","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"useDecorationLabelValue","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationLabel","changeable":true,"resolveProxies":false,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"decorationLabelPosition","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"paletteLineColor","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marker","changeable":true,"resolveProxies":false,"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":"lineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"paletteLineColor","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"curve","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shadowColor","changeable":true,"resolveProxies":false,"lowerBound":1,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"connectMissingValue","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"explosion","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":"explosionExpression","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"titlePosition","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leaderLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Fixed_Length","unsettable":true,"transient":false,"unique":true,"name":"leaderLineStyle","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"leaderLineLength","changeable":true,"lowerBound":1,"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":"sliceOutline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"clockwise","changeable":true,"lowerBound":1,"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"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":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":"lineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"showAsBarStick","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"stickLength","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"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":11},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":16},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":9},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":25},{"source":22,"target":4},{"source":23,"target":26},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"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":1},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":32,"target":44},{"source":32,"target":6},{"source":33,"target":45},{"source":33,"target":6},{"source":34,"target":46},{"source":34,"target":6},{"source":35,"target":47},{"source":35,"target":6},{"source":36,"target":48},{"source":36,"target":6},{"source":37,"target":49},{"source":37,"target":6},{"source":38,"target":50},{"source":38,"target":6},{"source":39,"target":51},{"source":39,"target":6},{"source":40,"target":52},{"source":40,"target":6},{"source":41,"target":53},{"source":41,"target":6},{"source":42,"target":54},{"source":42,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":55,"target":63},{"source":55,"target":7},{"source":56,"target":64},{"source":56,"target":7},{"source":57,"target":65},{"source":57,"target":7},{"source":58,"target":66},{"source":58,"target":7},{"source":59,"target":67},{"source":59,"target":7},{"source":60,"target":68},{"source":60,"target":7},{"source":61,"target":69},{"source":61,"target":7},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"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":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":70,"target":82},{"source":70,"target":8},{"source":71,"target":83},{"source":71,"target":8},{"source":72,"target":84},{"source":72,"target":8},{"source":73,"target":85},{"source":73,"target":8},{"source":74,"target":86},{"source":74,"target":8},{"source":75,"target":87},{"source":75,"target":8},{"source":76,"target":88},{"source":76,"target":8},{"source":77,"target":89},{"source":77,"target":8},{"source":78,"target":90},{"source":78,"target":8},{"source":79,"target":91},{"source":79,"target":8},{"source":80,"target":92},{"source":80,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":93},{"source":93,"target":7},{"source":10,"target":0},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":94,"target":99},{"source":94,"target":10},{"source":95,"target":100},{"source":95,"target":10},{"source":96,"target":101},{"source":96,"target":10},{"source":97,"target":102},{"source":97,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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/gssi/metamodel-dataset-analysis-toolchain/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}
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="arzttarife" nsURI="http://ch.elexis.base/model/arzttarife" nsPrefix="ch.elexis.arzttarife.ch.model"> <eSubpackages name="tarmed" nsURI="http://ch.elexis.base/model/arzttarife/tarmed" nsPrefix="ch.elexis.arzttarife.ch.tarmed.model"> <eClassifiers xsi:type="ecore:EClass" name="ITarmedLeistung" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//IService"> <eOperations name="getServiceGroups" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="date" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eOperations> <eOperations name="getServiceBlocks" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="date" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eOperations> <eOperations name="requiresSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getAL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="mandator" eType="ecore:EClass ../ch.elexis.core/model/model.ecore#//IMandator"/> </eOperations> <eOperations name="getKumulations"> <eGenericType eClassifier="ecore:EClass ../ch.elexis.core/model/types.ecore#//List"> <eTypeArguments eClassifier="#//tarmed/ITarmedKumulation"/> </eGenericType> <eParameters name="type" eType="#//tarmed/TarmedKumulationArt"/> </eOperations> <eOperations name="getHierarchy"> <eGenericType eClassifier="ecore:EClass ../ch.elexis.core/model/types.ecore#//List"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> <eParameters name="date" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digniQuali" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digniQuanti" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" eType="#//tarmed/ITarmedExtension" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//tarmed/ITarmedLeistung" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceTyp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="law" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sparte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITarmedExtension" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//Identifiable ../ch.elexis.core/model/model.ecore#//Deleteable ../ch.elexis.core/model/model.ecore#//WithExtInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limits" changeable="false" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="medInterpretation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="techInterpretation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITarmedGroup" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//Deleteable ../ch.elexis.core/model/model.ecore#//Identifiable"> <eOperations name="validAt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="reference" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eOperations> <eOperations name="getExclusions"> <eGenericType eClassifier="ecore:EClass ../ch.elexis.core/model/types.ecore#//List"> <eTypeArguments eClassifier="#//tarmed/TarmedExclusion"/> </eGenericType> <eParameters name="encounter" eType="ecore:EClass ../ch.elexis.core/model/model.ecore#//IEncounter"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="services" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="law" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitations" upperBound="-1" eType="#//tarmed/TarmedLimitation" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" eType="#//tarmed/ITarmedExtension" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITarmedKumulation" abstract="true" interface="true"> <eOperations name="isValidKumulation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="reference" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slaveCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slaveArt" eType="#//tarmed/TarmedKumulationArt" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validSide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="law" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="masterCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="masterArt" eType="#//tarmed/TarmedKumulationArt" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typ" eType="#//tarmed/TarmedKumulationTyp" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TarmedLimitation" instanceClassName="ch.elexis.base.ch.arzttarife.tarmed.model.TarmedLimitation"/> <eClassifiers xsi:type="ecore:EDataType" name="TarmedExclusion" instanceClassName="ch.elexis.base.ch.arzttarife.tarmed.model.TarmedExclusion"/> <eClassifiers xsi:type="ecore:EEnum" name="MandantType"> <eLiterals name="SPECIALIST"/> <eLiterals name="PRACTITIONER" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TarmedKumulationArt" instanceClassName="ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationArt"/> <eClassifiers xsi:type="ecore:EDataType" name="TarmedKumulationTyp" instanceClassName="ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationTyp"/> </eSubpackages> <eSubpackages name="physio" nsURI="http://ch.elexis.base/model/arzttarife/physio" nsPrefix="ch.elexis.arzttarife.ch.physio.model"> <eClassifiers xsi:type="ecore:EClass" name="IPhysioLeistung" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//IBillable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ziffer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="complementary" nsURI="http://ch.elexis.base/model/arzttarife/complementary" nsPrefix="ch.elexis.arzttarife.ch.complementary.model"> <eClassifiers xsi:type="ecore:EClass" name="IComplementaryLeistung" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//IBillable ../ch.elexis.core/model/model.ecore#//Deleteable ../ch.elexis.core/model/model.ecore#//WithAssignableId"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedValueSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> </eClassifiers> </eSubpackages> <eSubpackages name="rfe" nsURI="http://ch.elexis.base/model/arzttarife/rfe" nsPrefix="ch.elexis.arzttarife.ch.tarmed.model"> <eClassifiers xsi:type="ecore:EClass" name="IReasonForEncounter" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//Deleteable ../ch.elexis.core/model/model.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="encounter" eType="ecore:EClass ../ch.elexis.core/model/model.ecore#//IEncounter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"/> </eClassifiers> </eSubpackages> <eSubpackages name="pandemie" nsURI="http://ch.elexis.base/model/arzttarife/pandemie" nsPrefix="ch.elexis.arzttarife.ch.tarmed.model"> <eClassifiers xsi:type="ecore:EClass" name="IPandemieLeistung" abstract="true" interface="true" eSuperTypes="../ch.elexis.core/model/model.ecore#//WithAssignableId ../ch.elexis.core/model/model.ecore#//IBillable ../ch.elexis.core/model/model.ecore#//Deleteable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFrom" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validTo" eType="ecore:EDataType ../ch.elexis.core/model/types.ecore#//LocalDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taxpoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/elexis/elexis-3-base/bundles/ch.elexis.base.ch.arzttarife.model/arzttarife.ecore
ecore
arzttarife tarmed ITarmedLeistung getServiceGroups date getServiceBlocks date requiresSide getAL mandator getKumulations type getHierarchy date AL TL digniQuali digniQuanti exclusion extension parent validFrom validTo serviceTyp law sparte chapter nickname ITarmedExtension limits medInterpretation techInterpretation ITarmedGroup validAt reference getExclusions encounter code services validFrom validTo law limitations extension ITarmedKumulation isValidKumulation reference slaveCode slaveArt validSide validFrom validTo law masterCode masterArt typ TarmedLimitation ch.elexis.base.ch.arzttarife.tarmed.model.TarmedLimitation ch.elexis.base.ch.arzttarife.tarmed.model.TarmedLimitation TarmedExclusion ch.elexis.base.ch.arzttarife.tarmed.model.TarmedExclusion ch.elexis.base.ch.arzttarife.tarmed.model.TarmedExclusion MandantType SPECIALIST SPECIALIST PRACTITIONER PRACTITIONER TarmedKumulationArt ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationArt ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationArt TarmedKumulationTyp ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationTyp ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationTyp physio IPhysioLeistung validFrom validTo TP ziffer description complementary IComplementaryLeistung description chapter fixedValue fixedValueSet validFrom validTo rfe IReasonForEncounter encounter code text pandemie IPandemieLeistung description chapter cents validFrom validTo taxpoints
null
{"directed":true,"nodes":[{"nsPrefix":"ch.elexis.arzttarife.ch.model","nsURI":"http://ch.elexis.base/model/arzttarife","name":"arzttarife","id":0,"eClass":"EPackage"},{"nsPrefix":"ch.elexis.arzttarife.ch.tarmed.model","nsURI":"http://ch.elexis.base/model/arzttarife/tarmed","name":"tarmed","id":1,"eClass":"EPackage"},{"nsPrefix":"ch.elexis.arzttarife.ch.physio.model","nsURI":"http://ch.elexis.base/model/arzttarife/physio","name":"physio","id":2,"eClass":"EPackage"},{"nsPrefix":"ch.elexis.arzttarife.ch.complementary.model","nsURI":"http://ch.elexis.base/model/arzttarife/complementary","name":"complementary","id":3,"eClass":"EPackage"},{"nsPrefix":"ch.elexis.arzttarife.ch.tarmed.model","nsURI":"http://ch.elexis.base/model/arzttarife/rfe","name":"rfe","id":4,"eClass":"EPackage"},{"nsPrefix":"ch.elexis.arzttarife.ch.tarmed.model","nsURI":"http://ch.elexis.base/model/arzttarife/pandemie","name":"pandemie","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITarmedLeistung","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITarmedExtension","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITarmedGroup","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITarmedKumulation","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":"ch.elexis.base.ch.arzttarife.tarmed.model.TarmedLimitation","defaultValue":null,"instanceClassName":"ch.elexis.base.ch.arzttarife.tarmed.model.TarmedLimitation","name":"TarmedLimitation","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"ch.elexis.base.ch.arzttarife.tarmed.model.TarmedExclusion","defaultValue":null,"instanceClassName":"ch.elexis.base.ch.arzttarife.tarmed.model.TarmedExclusion","name":"TarmedExclusion","instanceClass":null,"id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"MandantType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationArt","defaultValue":null,"instanceClassName":"ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationArt","name":"TarmedKumulationArt","instanceClass":null,"id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationTyp","defaultValue":null,"instanceClassName":"ch.elexis.base.ch.arzttarife.tarmed.TarmedKumulationTyp","name":"TarmedKumulationTyp","instanceClass":null,"id":14,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getServiceGroups","lowerBound":0,"id":15,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getServiceBlocks","lowerBound":0,"id":16,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"requiresSide","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAL","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKumulations","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHierarchy","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AL","changeable":false,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TL","changeable":false,"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":"digniQuali","changeable":false,"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":"digniQuanti","changeable":false,"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":"exclusion","changeable":false,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":false,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":false,"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":"validFrom","changeable":false,"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":"validTo","changeable":false,"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":"serviceTyp","changeable":false,"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":"law","changeable":false,"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":"sparte","changeable":false,"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":"chapter","changeable":false,"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":"nickname","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mandator","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"date","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"limits","changeable":false,"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":"medInterpretation","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":"techInterpretation","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validAt","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExclusions","lowerBound":0,"id":80,"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":"code","changeable":false,"lowerBound":0,"iD":false,"id":81,"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":"services","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":"validFrom","changeable":false,"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":"validTo","changeable":false,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"law","changeable":false,"lowerBound":0,"iD":false,"id":85,"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":"limitations","changeable":false,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"encounter","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"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValidKumulation","lowerBound":0,"id":104,"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":"slaveCode","changeable":false,"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":"slaveArt","changeable":false,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validSide","changeable":false,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validFrom","changeable":false,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validTo","changeable":false,"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":"law","changeable":false,"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":"masterCode","changeable":false,"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":"masterArt","changeable":false,"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":"typ","changeable":false,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"reference","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"name":"SPECIALIST","id":126,"value":0,"literal":"SPECIALIST","eClass":"EEnumLiteral"},{"name":"PRACTITIONER","id":127,"value":1,"literal":"PRACTITIONER","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPhysioLeistung","instanceClass":null,"abstract":true,"id":128,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validFrom","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validTo","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":"TP","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":"ziffer","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":"description","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"},{"id":139,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IComplementaryLeistung","instanceClass":null,"abstract":true,"id":140,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"chapter","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedValue","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":"fixedValueSet","changeable":false,"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":"validFrom","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":"validTo","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IReasonForEncounter","instanceClass":null,"abstract":true,"id":156,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encounter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"code","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":"text","changeable":false,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPandemieLeistung","instanceClass":null,"abstract":true,"id":165,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"chapter","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cents","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validFrom","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":"validTo","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxpoints","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"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":0},{"source":6,"target":1},{"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":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":15,"target":36},{"source":15,"target":6},{"source":15,"target":37},{"source":37,"target":38},{"source":37,"target":15},{"source":16,"target":39},{"source":16,"target":6},{"source":16,"target":40},{"source":40,"target":41},{"source":40,"target":16},{"source":17,"target":42},{"source":17,"target":6},{"source":18,"target":43},{"source":18,"target":6},{"source":18,"target":44},{"source":44,"target":45},{"source":44,"target":18},{"source":19,"target":46},{"source":19,"target":6},{"source":19,"target":47},{"source":46,"target":48},{"source":48,"target":9},{"source":47,"target":13},{"source":47,"target":49},{"source":47,"target":19},{"source":49,"target":13},{"source":20,"target":50},{"source":20,"target":6},{"source":20,"target":51},{"source":50,"target":52},{"source":51,"target":53},{"source":51,"target":20},{"source":21,"target":54},{"source":21,"target":6},{"source":22,"target":55},{"source":22,"target":6},{"source":23,"target":56},{"source":23,"target":6},{"source":24,"target":57},{"source":24,"target":6},{"source":25,"target":58},{"source":25,"target":6},{"source":26,"target":7},{"source":26,"target":59},{"source":26,"target":6},{"source":59,"target":7},{"source":27,"target":6},{"source":27,"target":60},{"source":27,"target":6},{"source":60,"target":6},{"source":28,"target":61},{"source":28,"target":6},{"source":29,"target":62},{"source":29,"target":6},{"source":30,"target":63},{"source":30,"target":6},{"source":31,"target":64},{"source":31,"target":6},{"source":32,"target":65},{"source":32,"target":6},{"source":33,"target":66},{"source":33,"target":6},{"source":34,"target":67},{"source":34,"target":6},{"source":7,"target":1},{"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":74,"target":75},{"source":74,"target":76},{"source":69,"target":77},{"source":69,"target":7},{"source":70,"target":78},{"source":70,"target":7},{"source":8,"target":1},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"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":8,"target":88},{"source":8,"target":89},{"source":79,"target":90},{"source":79,"target":8},{"source":79,"target":91},{"source":91,"target":92},{"source":91,"target":79},{"source":80,"target":93},{"source":80,"target":8},{"source":80,"target":94},{"source":93,"target":95},{"source":95,"target":11},{"source":94,"target":96},{"source":94,"target":80},{"source":81,"target":97},{"source":81,"target":8},{"source":82,"target":98},{"source":82,"target":8},{"source":83,"target":99},{"source":83,"target":8},{"source":84,"target":100},{"source":84,"target":8},{"source":85,"target":101},{"source":85,"target":8},{"source":86,"target":10},{"source":86,"target":102},{"source":86,"target":8},{"source":102,"target":10},{"source":87,"target":7},{"source":87,"target":103},{"source":87,"target":8},{"source":103,"target":7},{"source":9,"target":1},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":104,"target":114},{"source":104,"target":9},{"source":104,"target":115},{"source":115,"target":116},{"source":115,"target":104},{"source":105,"target":117},{"source":105,"target":9},{"source":106,"target":13},{"source":106,"target":118},{"source":106,"target":9},{"source":118,"target":13},{"source":107,"target":119},{"source":107,"target":9},{"source":108,"target":120},{"source":108,"target":9},{"source":109,"target":121},{"source":109,"target":9},{"source":110,"target":122},{"source":110,"target":9},{"source":111,"target":123},{"source":111,"target":9},{"source":112,"target":13},{"source":112,"target":124},{"source":112,"target":9},{"source":124,"target":13},{"source":113,"target":14},{"source":113,"target":125},{"source":113,"target":9},{"source":125,"target":14},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":12,"target":126},{"source":12,"target":127},{"source":126,"target":12},{"source":127,"target":12},{"source":13,"target":1},{"source":14,"target":1},{"source":2,"target":128},{"source":2,"target":0},{"source":128,"target":2},{"source":128,"target":129},{"source":128,"target":130},{"source":128,"target":131},{"source":128,"target":132},{"source":128,"target":133},{"source":128,"target":134},{"source":129,"target":135},{"source":129,"target":128},{"source":130,"target":136},{"source":130,"target":128},{"source":131,"target":137},{"source":131,"target":128},{"source":132,"target":138},{"source":132,"target":128},{"source":133,"target":139},{"source":133,"target":128},{"source":3,"target":140},{"source":3,"target":0},{"source":140,"target":3},{"source":140,"target":141},{"source":140,"target":142},{"source":140,"target":143},{"source":140,"target":144},{"source":140,"target":145},{"source":140,"target":146},{"source":140,"target":147},{"source":140,"target":148},{"source":140,"target":149},{"source":141,"target":150},{"source":141,"target":140},{"source":142,"target":151},{"source":142,"target":140},{"source":143,"target":152},{"source":143,"target":140},{"source":144,"target":153},{"source":144,"target":140},{"source":145,"target":154},{"source":145,"target":140},{"source":146,"target":155},{"source":146,"target":140},{"source":4,"target":156},{"source":4,"target":0},{"source":156,"target":4},{"source":156,"target":157},{"source":156,"target":158},{"source":156,"target":159},{"source":156,"target":160},{"source":156,"target":161},{"source":157,"target":162},{"source":157,"target":156},{"source":158,"target":163},{"source":158,"target":156},{"source":159,"target":164},{"source":159,"target":156},{"source":5,"target":165},{"source":5,"target":0},{"source":165,"target":5},{"source":165,"target":166},{"source":165,"target":167},{"source":165,"target":168},{"source":165,"target":169},{"source":165,"target":170},{"source":165,"target":171},{"source":165,"target":172},{"source":165,"target":173},{"source":165,"target":174},{"source":166,"target":175},{"source":166,"target":165},{"source":167,"target":176},{"source":167,"target":165},{"source":168,"target":177},{"source":168,"target":165},{"source":169,"target":178},{"source":169,"target":165},{"source":170,"target":179},{"source":170,"target":165},{"source":171,"target":180},{"source":171,"target":165}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uml" nsPrefix="uml"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" lowerBound="1" upperBound="-1" eType="#//Region" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The regions owned directly by the state machine."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" ordered="false" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies an optional behavior to be performed when the transition fires."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the triggers that may fire the transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Vertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates the target vertex that is reached when the transition is taken."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Vertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates the originating vertex (state or pseudostate) of the transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore: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="Trigger"> <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="Behavior" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="/name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" ordered="false" upperBound="-1" eType="#//Vertex" containment="true" eOpposite="#//Vertex/container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of vertices that are owned by this region."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" ordered="false" upperBound="-1" eType="#//Transition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//PseudostateKind" defaultValueLiteral="initial"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PseudostateKind"> <eLiterals name="initial"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard."/> </eAnnotations> </eLiterals> <eLiterals name="deepHistory" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate; e.g. the state configuration that was active when the composite state was last exited. A composite state can have at most one deep history vertex. At most one transition may originate from the history connector to the default deep history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a deep history are performed."/> </eAnnotations> </eLiterals> <eLiterals name="shallowHistory" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ShallowHistory represents the most recent active substate of its containing state (but not the substates of that substate). A composite state can have at most one shallow history vertex. A transition coming into the shallow history vertex is equivalent to a transition coming into the most recent active substate of a state. At most one transition may originate from the history connector to the default shallow history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a shallow history are performed."/> </eAnnotations> </eLiterals> <eLiterals name="join" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions. The transitions entering a join vertex cannot have guards or triggers."/> </eAnnotations> </eLiterals> <eLiterals name="fork" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fork vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices&#xD;&#xA;(i.e. vertices in different regions of a composite state). The segments outgoing from a fork vertex must not have guards or triggers."/> </eAnnotations> </eLiterals> <eLiterals name="junction" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Junction vertices are semantic-free vertices that are used to chain together multiple transitions. They are used to construct compound transition paths between states. For example, a junction can be used to converge multiple incoming transitions into a single outgoing transition representing a shared transition path (this is known as an merge). Conversely, they can be used to split an incoming transition into multiple outgoing transition segments with different guard conditions. This realizes a static conditional branch. (In the latter case, outgoing transitions whose guard conditions evaluate to false are disabled. A predefined guard denoted 'else' may be defined for at most one outgoing transition. This transition is enabled if all the guards labeling the other transitions are false.) Static conditional branches are distinct from dynamic conditional branches that are realized by choice vertices (described below)."/> </eAnnotations> </eLiterals> <eLiterals name="choice" value="6"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Choice vertices which, when reached, result in the dynamic evaluation of the guards of the triggers of its outgoing transitions. This realizes a dynamic conditional branch. It allows splitting of transitions into multiple outgoing paths such that the decision on which path to take may be a function of the results of prior actions performed in the same run-tocompletion step. If more than one of the guards evaluates to true, an arbitrary one is selected. If none of the guards evaluates to true, then the model is considered ill-formed. (To avoid this, it is recommended to define one outgoing transition with the predefined else guard for every choice vertex.) Choice vertices should be distinguished from static branch points that are based on junction points (described above)."/> </eAnnotations> </eLiterals> <eLiterals name="entryPoint" value="7"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An entry point pseudostate is an entry point of a state machine or composite state. In each region of the state machine or composite state it has a single transition to a vertex within the same region."/> </eAnnotations> </eLiterals> <eLiterals name="exitPoint" value="8"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An exit point pseudostate is an exit point of a state machine or composite state. Entering an exit point within any region of the composite state or state machine referenced by a submachine state implies the exit of this composite state or submachine state and the triggering of the transition that has this exit point as source in the state machine enclosing the submachine or composite state."/> </eAnnotations> </eLiterals> <eLiterals name="terminate" value="9"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated. The state machine does not exit any states nor does it perform any exit actions other than those associated with the transition leading to the terminate pseudostate. Entering a terminate pseudostate is equivalent to invoking a DestroyObjectAction."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false" eType="#//Region" eOpposite="#//Region/subvertex"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The region that contains this vertex."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement/namespace"/> </eStructuralFeatures> <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="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Vertex"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" ordered="false" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" ordered="false" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" ordered="false" eType="#//Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first."/> </eAnnotations> <eAnnotations source="subsets" references="platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/documentation_metamodel.ecore
ecore
uml StateMachine region Transition effect trigger target source /name Trigger /name Behavior /name Region subvertex transition Pseudostate kind initial PseudostateKind initial initial deepHistory deepHistory shallowHistory shallowHistory join join fork fork junction junction choice choice entryPoint entryPoint exitPoint exitPoint terminate terminate FinalState Vertex container /name Activity State entry exit doActivity
null
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":null,"name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudostateKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":11,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":17,"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":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"/name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"/name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"transition","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"initial","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"initial","id":37,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"name":"deepHistory","id":38,"value":1,"literal":"deepHistory","eClass":"EEnumLiteral"},{"name":"shallowHistory","id":39,"value":2,"literal":"shallowHistory","eClass":"EEnumLiteral"},{"name":"join","id":40,"value":3,"literal":"join","eClass":"EEnumLiteral"},{"name":"fork","id":41,"value":4,"literal":"fork","eClass":"EEnumLiteral"},{"name":"junction","id":42,"value":5,"literal":"junction","eClass":"EEnumLiteral"},{"name":"choice","id":43,"value":6,"literal":"choice","eClass":"EEnumLiteral"},{"name":"entryPoint","id":44,"value":7,"literal":"entryPoint","eClass":"EEnumLiteral"},{"name":"exitPoint","id":45,"value":8,"literal":"exitPoint","eClass":"EEnumLiteral"},{"name":"terminate","id":46,"value":9,"literal":"terminate","eClass":"EEnumLiteral"},{"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":"/name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"exit","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":true,"unsettable":false,"transient":false,"unique":true,"name":"doActivity","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":4},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":5},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":5},{"source":13,"target":4},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":2},{"source":20,"target":4},{"source":16,"target":3},{"source":16,"target":21},{"source":16,"target":2},{"source":21,"target":3},{"source":17,"target":9},{"source":17,"target":22},{"source":17,"target":2},{"source":22,"target":9},{"source":18,"target":9},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":9},{"source":19,"target":24},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":26},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":28},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":9},{"source":29,"target":31},{"source":29,"target":5},{"source":29,"target":32},{"source":31,"target":9},{"source":30,"target":2},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":2},{"source":6,"target":0},{"source":6,"target":9},{"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":9},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":37,"target":7},{"source":38,"target":7},{"source":39,"target":7},{"source":40,"target":7},{"source":41,"target":7},{"source":42,"target":7},{"source":43,"target":7},{"source":44,"target":7},{"source":45,"target":7},{"source":46,"target":7},{"source":8,"target":0},{"source":8,"target":11},{"source":8,"target":47},{"source":47,"target":11},{"source":9,"target":0},{"source":9,"target":32},{"source":9,"target":48},{"source":32,"target":5},{"source":32,"target":49},{"source":32,"target":9},{"source":32,"target":29},{"source":49,"target":5},{"source":48,"target":50},{"source":48,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":51},{"source":51,"target":4},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":52,"target":4},{"source":52,"target":56},{"source":52,"target":11},{"source":56,"target":4},{"source":53,"target":4},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":4},{"source":54,"target":4},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":4},{"source":55,"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="tuscany" nsURI="http://tuscany.apache.org/xmlns/sca/1.0" nsPrefix="tuscany"> <eClassifiers xsi:type="ecore:EClass" name="AtomBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AtomBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CorbaBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" 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="host"/> </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="port" 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="port"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":9"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingAtom" upperBound="-2" eType="#//AtomBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.atom"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingCorba" upperBound="-2" eType="#//CorbaBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.corba"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingDWR" upperBound="-2" eType="#//DWRBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.dwr"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingGdata" upperBound="-2" eType="#//GDataBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.gdata"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingHttp" upperBound="-2" eType="#//HTTPBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.http"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingJSONRPC" upperBound="-2" eType="#//JSONRPCBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.jsonrpc"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingNotification" upperBound="-2" eType="#//NotificationBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.notification"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingRMI" upperBound="-2" eType="#//RMIBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.rmi"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingRSS" upperBound="-2" eType="#//RSSBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.rss"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationNode" upperBound="-2" eType="#//NodeImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.node"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationNotification" upperBound="-2" eType="#//NotificationImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.notification"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationOSGI" upperBound="-2" eType="#//OSGIImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.osgi"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationResource" upperBound="-2" eType="#//ResourceImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.resource"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationScript" upperBound="-2" eType="#//ScriptImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.script"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationWidget" upperBound="-2" eType="#//WidgetImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.widget"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationXQuery" upperBound="-2" eType="#//XQueryImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.xquery"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsBytes" upperBound="-2" eType="#//WireFormatJMSBytesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsBytes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsObject" upperBound="-2" eType="#//WireFormatJMSObjectType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsObject"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsText" upperBound="-2" eType="#//WireFormatJMSTextType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsTextXML" upperBound="-2" eType="#//WireFormatJMSTextXMLType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsTextXML"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DWRBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DWRBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GDataBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GDataBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="password"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceType" 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="serviceType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="username"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":9"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTTPBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="HTTPBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSONRPCBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="JSONRPCBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NodeImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composite" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="composite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NotificationBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="notificationType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ntm" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ntm"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NotificationImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OSGIImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OSGiImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RMIBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RMIBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="host"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="port"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="serviceName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RSSBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RSSBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ScriptImplementation"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="language"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="script" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="script"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WidgetImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSBytesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSBytesType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSObjectType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSTextType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSTextType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSTextXMLType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSTextXMLType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XQueryImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="XQueryImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/tuscany.ecore
ecore
tuscany AtomBinding any CorbaBinding any host id port anyAttribute DocumentRoot bindingAtom bindingCorba bindingDWR bindingGdata bindingHttp bindingJSONRPC bindingNotification bindingRMI bindingRSS implementationNode implementationNotification implementationOSGI implementationResource implementationScript implementationWidget implementationXQuery wireFormatJmsBytes wireFormatJmsObject wireFormatJmsText wireFormatJmsTextXML DWRBinding GDataBinding any password serviceType username anyAttribute HTTPBinding any JSONRPCBinding any NodeImplementation any composite uri NotificationBinding any notificationType ntm NotificationImplementation any name OSGIImplementation any anyAttribute ResourceImplementation any location RMIBinding host port serviceName anyAttribute RSSBinding any ScriptImplementation mixed any language script WidgetImplementation any location WireFormatJMSBytesType WireFormatJMSObjectType WireFormatJMSTextType WireFormatJMSTextXMLType XQueryImplementation any location
null
{"directed":true,"nodes":[{"nsPrefix":"tuscany","nsURI":"http://tuscany.apache.org/xmlns/sca/1.0","name":"tuscany","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomBinding","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DWRBinding","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDataBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTPBinding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSONRPCBinding","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeImplementation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationImplementation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSGIImplementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceImplementation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RMIBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RSSBinding","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptImplementation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetImplementation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSBytesType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSObjectType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSTextType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSTextXMLType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XQueryImplementation","instanceClass":null,"abstract":false,"id":21,"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"port","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":"bindingAtom","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bindingCorba","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":"bindingDWR","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":"bindingGdata","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":"bindingHttp","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":"bindingJSONRPC","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":"bindingNotification","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":"bindingRMI","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":"bindingRSS","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"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":"implementationNotification","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationOSGI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationScript","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationWidget","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationXQuery","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsBytes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsTextXML","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":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":"password","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceType","changeable":true,"lowerBound":1,"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":"username","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"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":"composite","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notificationType","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":"ntm","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":136,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":137,"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":"language","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":"script","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":24},{"source":22,"target":1},{"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":31},{"source":25,"target":2},{"source":26,"target":32},{"source":26,"target":2},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":34},{"source":28,"target":2},{"source":29,"target":35},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":36,"target":1},{"source":36,"target":57},{"source":36,"target":3},{"source":57,"target":1},{"source":37,"target":2},{"source":37,"target":58},{"source":37,"target":3},{"source":58,"target":2},{"source":38,"target":4},{"source":38,"target":59},{"source":38,"target":3},{"source":59,"target":4},{"source":39,"target":5},{"source":39,"target":60},{"source":39,"target":3},{"source":60,"target":5},{"source":40,"target":6},{"source":40,"target":61},{"source":40,"target":3},{"source":61,"target":6},{"source":41,"target":7},{"source":41,"target":62},{"source":41,"target":3},{"source":62,"target":7},{"source":42,"target":9},{"source":42,"target":63},{"source":42,"target":3},{"source":63,"target":9},{"source":43,"target":13},{"source":43,"target":64},{"source":43,"target":3},{"source":64,"target":13},{"source":44,"target":14},{"source":44,"target":65},{"source":44,"target":3},{"source":65,"target":14},{"source":45,"target":8},{"source":45,"target":66},{"source":45,"target":3},{"source":66,"target":8},{"source":46,"target":10},{"source":46,"target":67},{"source":46,"target":3},{"source":67,"target":10},{"source":47,"target":11},{"source":47,"target":68},{"source":47,"target":3},{"source":68,"target":11},{"source":48,"target":12},{"source":48,"target":69},{"source":48,"target":3},{"source":69,"target":12},{"source":49,"target":15},{"source":49,"target":70},{"source":49,"target":3},{"source":70,"target":15},{"source":50,"target":16},{"source":50,"target":71},{"source":50,"target":3},{"source":71,"target":16},{"source":51,"target":21},{"source":51,"target":72},{"source":51,"target":3},{"source":72,"target":21},{"source":52,"target":17},{"source":52,"target":73},{"source":52,"target":3},{"source":73,"target":17},{"source":53,"target":18},{"source":53,"target":74},{"source":53,"target":3},{"source":74,"target":18},{"source":54,"target":19},{"source":54,"target":75},{"source":54,"target":3},{"source":75,"target":19},{"source":55,"target":20},{"source":55,"target":76},{"source":55,"target":3},{"source":76,"target":20},{"source":4,"target":0},{"source":4,"target":77},{"source":5,"target":0},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":78,"target":84},{"source":78,"target":5},{"source":79,"target":85},{"source":79,"target":5},{"source":80,"target":86},{"source":80,"target":5},{"source":81,"target":87},{"source":81,"target":5},{"source":82,"target":88},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":89,"target":91},{"source":89,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":92,"target":94},{"source":92,"target":7},{"source":8,"target":0},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":100},{"source":96,"target":8},{"source":97,"target":101},{"source":97,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":102,"target":106},{"source":102,"target":9},{"source":103,"target":107},{"source":103,"target":9},{"source":104,"target":108},{"source":104,"target":9},{"source":10,"target":0},{"source":10,"target":109},{"source":10,"target":110},{"source":10,"target":111},{"source":109,"target":112},{"source":109,"target":10},{"source":110,"target":113},{"source":110,"target":10},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":114,"target":117},{"source":114,"target":11},{"source":115,"target":118},{"source":115,"target":11},{"source":12,"target":0},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":119,"target":122},{"source":119,"target":12},{"source":120,"target":123},{"source":120,"target":12},{"source":13,"target":0},{"source":13,"target":124},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":124,"target":129},{"source":124,"target":13},{"source":125,"target":130},{"source":125,"target":13},{"source":126,"target":131},{"source":126,"target":13},{"source":127,"target":132},{"source":127,"target":13},{"source":14,"target":0},{"source":14,"target":133},{"source":14,"target":134},{"source":133,"target":135},{"source":133,"target":14},{"source":15,"target":0},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":136,"target":141},{"source":136,"target":15},{"source":137,"target":142},{"source":137,"target":15},{"source":138,"target":143},{"source":138,"target":15},{"source":139,"target":144},{"source":139,"target":15},{"source":16,"target":0},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":145,"target":148},{"source":145,"target":16},{"source":146,"target":149},{"source":146,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":150,"target":153},{"source":150,"target":21},{"source":151,"target":154},{"source":151,"target":21}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="erf" nsURI="http://era/foss/erf" nsPrefix="era.foss.erf"> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinition" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DatatypeDefinition" eOpposite="#//DatatypeDefinition/attributeDefinitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ident" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specType" lowerBound="1" eType="#//SpecType" transient="true" eOpposite="#//SpecType/specAttributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//AttributeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinition" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDefinitions" upperBound="-1" eType="#//AttributeDefinition" eOpposite="#//AttributeDefinition/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecElementWithUserDefinedAttributes" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AttributeValue" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SpecType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecObject" eSuperTypes="#//SpecElementWithUserDefinedAttributes"> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//SpecRelation" eOpposite="#//SpecRelation/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//SpecRelation" eOpposite="#//SpecRelation/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specHierarchy" eType="#//SpecHierarchy" eOpposite="#//SpecHierarchy/object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coreContent" lowerBound="1" eType="#//Content" eOpposite="#//Content/specObjects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecType" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="specAttributes" upperBound="-1" eType="#//AttributeDefinition" containment="true" resolveProxies="false" eOpposite="#//AttributeDefinition/specType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Map" instanceClassName="java.util.Map" abstract="true" interface="true"> <eTypeParameters name="T"/> <eTypeParameters name="T1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueSimple" eSuperTypes="#//AttributeValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DatatypeDefinitionConstraints"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionInteger" eSuperTypes="#//DatatypeDefinitionSimple"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NonNegative MaxGreaterThanMin"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionSimple" abstract="true" eSuperTypes="#//DatatypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionString" eSuperTypes="#//DatatypeDefinitionSimple"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionSimple" eSuperTypes="#//AttributeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//AttributeValueSimple" unsettable="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ERF"> <eStructuralFeatures xsi:type="ecore:EReference" name="coreContent" lowerBound="1" eType="#//Content" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolExtensions" upperBound="-1" eType="#//ToolExtension" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eStructuralFeatures xsi:type="ecore:EReference" name="specObjects" upperBound="-1" eType="#//SpecObject" containment="true" resolveProxies="false" eOpposite="#//SpecObject/coreContent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specTypes" upperBound="-1" eType="#//SpecType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//DatatypeDefinition" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specRelations" upperBound="-1" eType="#//SpecRelation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifications" upperBound="-1" eType="#//Specification" containment="true" resolveProxies="false" eOpposite="#//Specification/coreContent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecRelation" eSuperTypes="#//SpecElementWithUserDefinedAttributes"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//SpecObject" eOpposite="#//SpecObject/targets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//SpecObject" eOpposite="#//SpecObject/sources"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherContent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumValue" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" lowerBound="1" eType="#//EmbeddedValue" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="color" lowerBound="1" eType="#//Color" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionEnumeration" eSuperTypes="#//DatatypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedValues" upperBound="-1" eType="#//EnumValue" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionEnumeration" eSuperTypes="#//AttributeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiValued" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//AttributeValueEnumeration" unsettable="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueEnumeration" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//EnumValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDefinitionBoolean" eSuperTypes="#//DatatypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeDefinitionBoolean" eSuperTypes="#//AttributeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//AttributeValueBoolean" unsettable="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueBoolean" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolExtension" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewElements" upperBound="-1" eType="#//ViewElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorShowLabel" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorColumnSpan" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDefinition" lowerBound="1" eType="#//AttributeDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorRowPosition" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorRowSpan" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorColumnPosition" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EraToolExtension" eSuperTypes="#//ToolExtension"> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessControlledElement" abstract="true" eSuperTypes="#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecHierarchy" eSuperTypes="#//AccessControlledElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableInternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//SpecHierarchy" containment="true" resolveProxies="false" eOpposite="#//SpecHierarchy/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//SpecObject" eOpposite="#//SpecObject/specHierarchy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//SpecHierarchy" transient="true" eOpposite="#//SpecHierarchy/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Specification" transient="true" eOpposite="#//Specification/children"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specification" eSuperTypes="#//SpecElementWithUserDefinedAttributes"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//SpecHierarchy" containment="true" resolveProxies="false" eOpposite="#//SpecHierarchy/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coreContent" lowerBound="1" eType="#//Content" eOpposite="#//Content/specifications"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain"/> </ecore:EPackage>
github:ecore:/data/3GF/era_dev/sys-src/era.foss.erf/model/erf.ecore
ecore
erf AttributeDefinition type ident false unique false specType AttributeValue definition DatatypeDefinition attributeDefinitions SpecElementWithUserDefinedAttributes values type SpecObject sources targets specHierarchy coreContent SpecType specAttributes Map java.util.Map java.util.Map T T1 AttributeValueSimple theValue DatatypeDefinitionInteger max min DatatypeDefinitionSimple DatatypeDefinitionString maxLength Identifiable iD desc longName AttributeDefinitionSimple defaultValue ERF coreContent toolExtensions Content specObjects specTypes dataTypes specRelations specifications SpecRelation source target EmbeddedValue key 0 otherContent EnumValue properties color DatatypeDefinitionEnumeration specifiedValues AttributeDefinitionEnumeration multiValued false defaultValue AttributeValueEnumeration values DatatypeDefinitionBoolean AttributeDefinitionBoolean defaultValue AttributeValueBoolean theValue false ToolExtension View viewElements ViewElement editorShowLabel true editorColumnSpan 1 attributeDefinition editorRowPosition 1 editorRowSpan 1 editorColumnPosition 1 EraToolExtension views Color red green blue AccessControlledElement editable true SpecHierarchy tableInternal false children object parent root Specification children coreContent DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain
null
{"directed":true,"nodes":[{"nsPrefix":"era.foss.erf","nsURI":"http://era/foss/erf","name":"erf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinition","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinition","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecElementWithUserDefinedAttributes","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueSimple","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionInteger","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionSimple","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionString","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionSimple","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERF","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecRelation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionEnumeration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionEnumeration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueEnumeration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDefinitionBoolean","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinitionBoolean","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValueBoolean","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolExtension","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EraToolExtension","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessControlledElement","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecHierarchy","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"DiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":33,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":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":34,"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":"ident","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":false,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"specType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specHierarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"coreContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"specObjects","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"T","id":70,"eClass":"ETypeParameter"},{"name":"T1","id":71,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"theValue","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"min","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxLength","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coreContent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolExtensions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specTypes","changeable":true,"resolveProxies":false,"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":"dataTypes","changeable":true,"resolveProxies":false,"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":"specRelations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifications","changeable":true,"resolveProxies":false,"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"},{"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":"coreContent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"otherContent","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"color","changeable":true,"resolveProxies":false,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifiedValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"multiValued","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"theValue","changeable":true,"lowerBound":1,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":false,"name":"editorShowLabel","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"editorColumnSpan","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"editorRowPosition","changeable":true,"lowerBound":1,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"editorRowSpan","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":false,"name":"editorColumnPosition","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"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":"red","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":"green","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":"tableInternal","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":165,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":34,"target":3},{"source":34,"target":39},{"source":34,"target":1},{"source":34,"target":40},{"source":39,"target":3},{"source":35,"target":41},{"source":35,"target":1},{"source":36,"target":42},{"source":36,"target":1},{"source":37,"target":6},{"source":37,"target":43},{"source":37,"target":1},{"source":37,"target":44},{"source":43,"target":6},{"source":38,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":45},{"source":2,"target":46},{"source":45,"target":1},{"source":45,"target":47},{"source":45,"target":2},{"source":47,"target":1},{"source":46,"target":12},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":40},{"source":3,"target":48},{"source":40,"target":1},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":34},{"source":49,"target":1},{"source":48,"target":12},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":50,"target":2},{"source":50,"target":53},{"source":50,"target":4},{"source":53,"target":2},{"source":51,"target":6},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":6},{"source":52,"target":12},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":55,"target":16},{"source":55,"target":60},{"source":55,"target":5},{"source":55,"target":61},{"source":60,"target":16},{"source":56,"target":16},{"source":56,"target":62},{"source":56,"target":5},{"source":56,"target":63},{"source":62,"target":16},{"source":57,"target":31},{"source":57,"target":64},{"source":57,"target":5},{"source":57,"target":65},{"source":64,"target":31},{"source":58,"target":15},{"source":58,"target":66},{"source":58,"target":5},{"source":58,"target":67},{"source":66,"target":15},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":44},{"source":6,"target":68},{"source":44,"target":1},{"source":44,"target":69},{"source":44,"target":6},{"source":44,"target":37},{"source":69,"target":1},{"source":68,"target":12},{"source":7,"target":0},{"source":7,"target":70},{"source":7,"target":71},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":72},{"source":8,"target":73},{"source":72,"target":74},{"source":72,"target":8},{"source":73,"target":2},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":75,"target":78},{"source":75,"target":9},{"source":76,"target":79},{"source":76,"target":9},{"source":77,"target":10},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":80},{"source":80,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":83},{"source":81,"target":11},{"source":82,"target":10},{"source":12,"target":0},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":84,"target":87},{"source":84,"target":12},{"source":85,"target":88},{"source":85,"target":12},{"source":86,"target":89},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":90},{"source":13,"target":91},{"source":90,"target":8},{"source":90,"target":92},{"source":90,"target":13},{"source":92,"target":8},{"source":91,"target":1},{"source":14,"target":0},{"source":14,"target":93},{"source":14,"target":94},{"source":93,"target":15},{"source":93,"target":95},{"source":93,"target":14},{"source":95,"target":15},{"source":94,"target":25},{"source":94,"target":96},{"source":94,"target":14},{"source":96,"target":25},{"source":15,"target":0},{"source":15,"target":67},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":67,"target":5},{"source":67,"target":101},{"source":67,"target":15},{"source":67,"target":58},{"source":101,"target":5},{"source":97,"target":6},{"source":97,"target":102},{"source":97,"target":15},{"source":102,"target":6},{"source":98,"target":3},{"source":98,"target":103},{"source":98,"target":15},{"source":103,"target":3},{"source":99,"target":16},{"source":99,"target":104},{"source":99,"target":15},{"source":104,"target":16},{"source":100,"target":32},{"source":100,"target":105},{"source":100,"target":15},{"source":100,"target":106},{"source":105,"target":32},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":63},{"source":16,"target":61},{"source":16,"target":107},{"source":63,"target":5},{"source":63,"target":108},{"source":63,"target":16},{"source":63,"target":56},{"source":108,"target":5},{"source":61,"target":5},{"source":61,"target":109},{"source":61,"target":16},{"source":61,"target":55},{"source":109,"target":5},{"source":107,"target":4},{"source":17,"target":0},{"source":17,"target":110},{"source":17,"target":111},{"source":110,"target":112},{"source":110,"target":17},{"source":111,"target":113},{"source":111,"target":17},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":114,"target":17},{"source":114,"target":117},{"source":114,"target":18},{"source":117,"target":17},{"source":115,"target":29},{"source":115,"target":118},{"source":115,"target":18},{"source":118,"target":29},{"source":116,"target":12},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":119},{"source":19,"target":120},{"source":119,"target":18},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":18},{"source":120,"target":3},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":122},{"source":20,"target":123},{"source":20,"target":124},{"source":122,"target":125},{"source":122,"target":20},{"source":123,"target":21},{"source":123,"target":126},{"source":123,"target":20},{"source":126,"target":21},{"source":124,"target":1},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":127},{"source":21,"target":128},{"source":127,"target":18},{"source":127,"target":129},{"source":127,"target":21},{"source":129,"target":18},{"source":128,"target":2},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":130},{"source":130,"target":3},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":131},{"source":23,"target":132},{"source":131,"target":24},{"source":131,"target":133},{"source":131,"target":23},{"source":133,"target":24},{"source":132,"target":1},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":134},{"source":24,"target":135},{"source":134,"target":136},{"source":134,"target":24},{"source":135,"target":2},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":137},{"source":26,"target":138},{"source":137,"target":27},{"source":137,"target":139},{"source":137,"target":26},{"source":139,"target":27},{"source":138,"target":12},{"source":27,"target":0},{"source":27,"target":140},{"source":27,"target":141},{"source":27,"target":142},{"source":27,"target":143},{"source":27,"target":144},{"source":27,"target":145},{"source":140,"target":146},{"source":140,"target":27},{"source":141,"target":147},{"source":141,"target":27},{"source":142,"target":1},{"source":142,"target":148},{"source":142,"target":27},{"source":148,"target":1},{"source":143,"target":149},{"source":143,"target":27},{"source":144,"target":150},{"source":144,"target":27},{"source":145,"target":151},{"source":145,"target":27},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":152},{"source":28,"target":153},{"source":152,"target":26},{"source":152,"target":154},{"source":152,"target":28},{"source":154,"target":26},{"source":153,"target":25},{"source":29,"target":0},{"source":29,"target":155},{"source":29,"target":156},{"source":29,"target":157},{"source":155,"target":158},{"source":155,"target":29},{"source":156,"target":159},{"source":156,"target":29},{"source":157,"target":160},{"source":157,"target":29},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":161},{"source":30,"target":162},{"source":161,"target":163},{"source":161,"target":30},{"source":162,"target":12},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":164},{"source":31,"target":165},{"source":31,"target":65},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":164,"target":169},{"source":164,"target":31},{"source":165,"target":31},{"source":165,"target":170},{"source":165,"target":31},{"source":165,"target":166},{"source":170,"target":31},{"source":65,"target":5},{"source":65,"target":171},{"source":65,"target":31},{"source":65,"target":57},{"source":171,"target":5},{"source":166,"target":31},{"source":166,"target":172},{"source":166,"target":31},{"source":166,"target":165},{"source":172,"target":31},{"source":167,"target":32},{"source":167,"target":173},{"source":167,"target":31},{"source":167,"target":174},{"source":173,"target":32},{"source":168,"target":30},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":174},{"source":32,"target":106},{"source":32,"target":175},{"source":174,"target":31},{"source":174,"target":176},{"source":174,"target":32},{"source":174,"target":167},{"source":176,"target":31},{"source":106,"target":15},{"source":106,"target":177},{"source":106,"target":32},{"source":106,"target":100},{"source":177,"target":15},{"source":175,"target":4},{"source":33,"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="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/gssi/metamodel-dataset-analysis-toolchain/metamodels/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}
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="di" nsURI="http://www.omg.org/spec/DD/20100524/DI-XMI" nsPrefix="di"> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningDiagram" ordered="false" eType="#//Diagram" changeable="false" transient="true" derived="true" resolveProxies="false" eOpposite="#//Diagram/rootElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningElement" ordered="false" eType="#//DiagramElement" changeable="false" transient="true" derived="true" resolveProxies="false" eOpposite="#//DiagramElement/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//DiagramElement" changeable="false" transient="true" derived="true" resolveProxies="false" eOpposite="#//DiagramElement/owningElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="style" ordered="false" eType="#//Style" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" ordered="false" upperBound="-1" eType="#//Style" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootElement" ordered="false" lowerBound="1" eType="#//DiagramElement" changeable="false" transient="true" derived="true" resolveProxies="false" eOpposite="#//DiagramElement/owningDiagram"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Edge" abstract="true" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//DiagramElement" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="#//DiagramElement" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="2" upperBound="-1" eType="ecore:EClass DC.ecore#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Bounds" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledEdge" abstract="true" eSuperTypes="#//Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLabel" ordered="false" upperBound="-1" eType="#//Label" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" ordered="false" eType="ecore:EClass DC.ecore#//Bounds" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledShape" abstract="true" eSuperTypes="#//Shape"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLabel" ordered="false" upperBound="-1" eType="#//Label" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plane" abstract="true" eSuperTypes="#//Node"> <eOperations name="plane_element_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="planeElement->forAll(oclIsKindOf(Shape) or oclIsKindOf(Edge))"/> </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="planeElement" upperBound="-1" eType="#//DiagramElement" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ObeoNetwork/BPMN-Designer/plugins/org.obeonetwork.dsl.bpmn2/model/DI.ecore
ecore
di DiagramElement owningDiagram owningElement ownedElement modelElement style Diagram name documentation resolution ownedStyle rootElement Style Node Edge source target waypoint Shape bounds LabeledEdge ownedLabel Label bounds LabeledShape ownedLabel Plane plane_element_type diagnostics context planeElement
null
{"directed":true,"nodes":[{"nsPrefix":"di","nsURI":"http://www.omg.org/spec/DD/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledEdge","instanceClass":null,"abstract":true,"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":"LabeledShape","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plane","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owningDiagram","changeable":false,"resolveProxies":false,"lowerBound":0,"id":11,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owningElement","changeable":false,"resolveProxies":false,"lowerBound":0,"id":12,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"style","changeable":false,"resolveProxies":true,"lowerBound":0,"id":15,"derived":true},{"id":16,"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":true,"unique":true,"name":"rootElement","changeable":false,"resolveProxies":false,"lowerBound":1,"id":17,"derived":true},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":22,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedStyle","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":true,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":0,"id":32,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":2,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"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":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"derived":true},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"plane_element_type","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"planeElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":2},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":1},{"source":12,"target":13},{"source":18,"target":1},{"source":13,"target":1},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":12},{"source":19,"target":1},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":17},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":3},{"source":17,"target":1},{"source":17,"target":30},{"source":17,"target":2},{"source":17,"target":11},{"source":30,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":31},{"source":31,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":32,"target":1},{"source":32,"target":36},{"source":32,"target":5},{"source":36,"target":1},{"source":33,"target":1},{"source":33,"target":37},{"source":33,"target":5},{"source":37,"target":1},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":1},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":41},{"source":39,"target":6},{"source":40,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":8},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":47},{"source":45,"target":8},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":48},{"source":9,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":9},{"source":50,"target":8},{"source":49,"target":6},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":51,"target":54},{"source":51,"target":10},{"source":51,"target":55},{"source":51,"target":56},{"source":55,"target":57},{"source":55,"target":51},{"source":56,"target":58},{"source":56,"target":51},{"source":58,"target":59},{"source":58,"target":60},{"source":52,"target":1},{"source":52,"target":61},{"source":52,"target":10},{"source":61,"target":1},{"source":53,"target":4}],"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="OCL" nsURI="OCL" nsPrefix="OCL"> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#/0/OclFeatureDefinition" eOpposite="#/0/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/0/Parameter" containment="true" eOpposite="#/0/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#/0/Operation" eOpposite="#/0/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#/0/OclModel" eOpposite="#/0/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#/0/Types/OclModelElement" eOpposite="#/0/Types/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#/0/OclModel" eOpposite="#/0/OclModel/metamodel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/0/OclFeatureDefinition" eOpposite="#/0/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#/0/OclFeature" containment="true" eOpposite="#/0/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#/0/OclContextDefinition" containment="true" eOpposite="#/0/OclContextDefinition/definition"/> </eClassifiers> <eSubpackages name="Expressions" nsURI="Expressions" nsPrefix="Expressions"> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/0/Expressions/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/variableExp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/Expressions/MapElement" containment="true" eOpposite="#/0/Expressions/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#/0/Expressions/MapExp" eOpposite="#/0/Expressions/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/0/Expressions/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/0/Expressions/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/0/Expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" containment="true" eOpposite="#/0/Expressions/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#/0/Expressions/TupleExp" eOpposite="#/0/Expressions/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#/0/Expressions/PropertyCallExp" eOpposite="#/0/Expressions/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#/0/Expressions/CollectionExp" eOpposite="#/0/Expressions/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/0/Expressions/LetExp" eOpposite="#/0/Expressions/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#/0/Expressions/LoopExp" eOpposite="#/0/Expressions/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#/0/Expressions/OperationCallExp" eOpposite="#/0/Expressions/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/0/Operation" eOpposite="#/0/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#/0/Expressions/IfExp" eOpposite="#/0/Expressions/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#/0/Attribute" eOpposite="#/0/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/0/Expressions/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/0/Expressions/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/0/Expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/0/Expressions/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/0/Expressions/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#/0/Expressions/VariableDeclaration" containment="true" eOpposite="#/0/Expressions/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#/0/Expressions/LoopExp" eOpposite="#/0/Expressions/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/0/Expressions/LetExp" eOpposite="#/0/Expressions/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#/0/Expressions/IterateExp" eOpposite="#/0/Expressions/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#/0/Expressions/VariableExp" eOpposite="#/0/Expressions/VariableExp/referredVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/0/Expressions/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true" eOpposite="#/0/Expressions/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/Expressions/Iterator" containment="true" eOpposite="#/0/Expressions/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#/0/Expressions/TuplePart" containment="true" eOpposite="#/0/Expressions/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/0/Expressions/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/0/Expressions/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/0/Expressions/CollectionExp"/> </eSubpackages> <eSubpackages name="Types" nsURI="Types" nsPrefix="Types"> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="#/0/Expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" upperBound="-1" eType="#/0/OclContextDefinition" eOpposite="#/0/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" upperBound="-1" eType="#/0/Expressions/OclExpression" eOpposite="#/0/Expressions/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/0/Operation" eOpposite="#/0/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#/0/Types/MapType" eOpposite="#/0/Types/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="#/0/Attribute" eOpposite="#/0/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#/0/Types/MapType" eOpposite="#/0/Types/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#/0/Types/CollectionType" eOpposite="#/0/Types/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" upperBound="-1" eType="#/0/Types/TupleTypeAttribute" eOpposite="#/0/Types/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" upperBound="-1" eType="#/0/Expressions/VariableDeclaration" eOpposite="#/0/Expressions/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/0/Types/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/0/Types/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/0/Types/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#/0/Types/TupleTypeAttribute" containment="true" eOpposite="#/0/Types/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#/0/OclModel" eOpposite="#/0/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/0/Types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/0/Types/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#/0/Types/TupleType" eOpposite="#/0/Types/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/0/Types/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/0/Types/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#/0/Types/OclType" containment="true" eOpposite="#/0/Types/OclType/mapType"/> </eClassifiers> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="ATL" nsURI="ATL" nsPrefix="ATL"> <eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="#/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/1/Helper" containment="true" eOpposite="#/1/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/ModuleElement" containment="true" eOpposite="#/1/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/2/Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/0/Expressions/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#/1/LibraryRef" containment="true" eOpposite="#/1/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/1/Helper" containment="true" eOpposite="#/1/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#/1/OutPattern" containment="true" eOpposite="#/1/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#/1/ActionBlock" containment="true" eOpposite="#/1/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#/1/RuleVariableDeclaration" containment="true" eOpposite="#/1/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/1/OutPattern" eOpposite="#/1/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#/1/InPatternElement" eOpposite="#/1/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#/1/Binding" containment="true" eOpposite="#/1/Binding/outPatternElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/InPatternElement" containment="true" eOpposite="#/1/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#/1/OutPatternElement" containment="true" eOpposite="#/1/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="#/1/Module" eOpposite="#/1/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#/1/Query" eOpposite="#/1/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#/1/Library" eOpposite="#/1/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/0/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/1/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="IterateInPatternElement" eSuperTypes="#/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#/1/OutPatternElement" eOpposite="#/1/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#/1/InPattern" eOpposite="#/1/InPattern/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/0/Expressions/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#/0/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#/1/OutPatternElement" eOpposite="#/1/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/0/Expressions/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/0/Expressions/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/0/Expressions/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/1/Rule" eOpposite="#/1/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#/1/Unit" eOpposite="#/1/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#/1/InPattern" containment="true" eOpposite="#/1/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#/1/MatchedRule" eOpposite="#/1/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/1/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/3/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/1/OutPatternElement"/> </ecore:EPackage> <ecore:EPackage name="Core" nsURI="Core" nsPrefix="Core"> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/3/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/3/String"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="PrimitiveTypes" nsPrefix="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/transformations/ATL2Problem/ATL-0.2.ecore
ecore
OCL OclFeature definition name Attribute initExpression type Operation parameters returnType body Parameter operation OclModel metamodel elements model name OclContextDefinition definition context_ OclFeatureDefinition feature context_ Expressions CollectionOperationCallExp VariableExp referredVariable name MapExp elements MapElement map key value RealExp realSymbol PrimitiveExp OclUndefinedExp IterateExp result PropertyCallExp source TuplePart tuple OclExpression ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 operation ifExp1 type attribute IntegerExp integerSymbol EnumLiteralExp name OperatorCallExp IteratorExp name StringExp stringSymbol BooleanExp booleanSymbol LetExp variable in_ Iterator loopExpr VariableDeclaration letExp type baseExp variableExp initExpression varName id OperationCallExp arguments operationName signature NumericExp BagExp CollectionExp elements IfExp thenExpression condition elseExpression LoopExp body iterators TupleExp tuplePart SequenceExp NavigationOrAttributeCallExp name SetExp OrderedSetExp Types CollectionType elementType OclType definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration name StringType Primitive RealType OclAnyType TupleType attributes SequenceType BooleanType OclModelElement model SetType BagType OrderedSetType NumericType TupleTypeAttribute type tupleType name IntegerType MapType valueType keyType ATL DerivedInPatternElement value Query body helpers Module isRefining inModels outModels elements ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName value IfStat condition thenStatements elseStatements ForStat iterator collection statements Unit libraries name Library helpers Rule outPattern actionBlock variables name OutPatternElement outPattern sourceElement bindings InPattern elements rule filter OutPattern rule elements ModuleElement module Helper query library definition SimpleInPatternElement IterateInPatternElement collection InPatternElement mapsTo inPattern PatternElement CalledRule parameters isEntrypoint Binding value outPatternElement propertyName ForEachOutPatternElement collection iterator RuleVariableDeclaration rule LibraryRef unit name MatchedRule inPattern children superRule isAbstract isRefining LazyMatchedRule isUnique SimpleOutPatternElement Core Element location commentsBefore commentsAfter PrimitiveTypes Double java.lang.Double java.lang.Double Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean
null
{"directed":true,"nodes":[{"nsPrefix":"OCL","nsURI":"OCL","name":"OCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","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":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"Expressions","nsURI":"Expressions","name":"Expressions","id":8,"eClass":"EPackage"},{"nsPrefix":"Types","nsURI":"Types","name":"Types","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"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":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"id":17,"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":18,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","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":"operation","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":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"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":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":true,"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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"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":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"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":92,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"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":100,"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":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":109,"serializable":true,"eClass":"EDataType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"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":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"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":126,"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":127,"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":128,"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":129,"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":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":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"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":132,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"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":141,"derived":false},{"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":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":145,"derived":false},{"id":146,"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":147,"derived":false},{"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"container":true,"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":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":158,"serializable":true,"eClass":"EDataType"},{"id":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":172,"serializable":true,"eClass":"EDataType"},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"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":177,"derived":false},{"id":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"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":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"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":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":195,"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":"signature","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"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":238,"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":239,"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":240,"derived":false},{"container":true,"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":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"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":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"},{"id":272,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"nsPrefix":"ATL","nsURI":"ATL","name":"ATL","id":282,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateInPatternElement","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"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":320,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":321,"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":322,"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":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":330,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"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":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"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":341,"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":342,"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"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":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"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":371,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"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":380,"derived":false},{"id":381,"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":382,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"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":1,"id":387,"derived":false},{"id":388,"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":389,"derived":false},{"id":390,"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":391,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"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":397,"derived":false},{"id":398,"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":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"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":419,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"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":424,"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":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"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":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"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":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"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":442,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":443,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"nsPrefix":"Core","nsURI":"Core","name":"Core","id":455,"eClass":"EPackage"},{"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":456,"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":457,"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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"nsPrefix":"PrimitiveTypes","nsURI":"PrimitiveTypes","name":"PrimitiveTypes","id":462,"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":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":7},{"source":11,"target":14},{"source":11,"target":1},{"source":11,"target":15},{"source":14,"target":7},{"source":12,"target":16},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":16},{"source":13,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":22,"target":21},{"source":19,"target":24},{"source":19,"target":25},{"source":19,"target":2},{"source":19,"target":26},{"source":25,"target":24},{"source":20,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":4},{"source":28,"target":24},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":24},{"source":29,"target":21},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":21},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":32},{"source":4,"target":38},{"source":32,"target":3},{"source":32,"target":39},{"source":32,"target":4},{"source":32,"target":27},{"source":39,"target":3},{"source":38,"target":37},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":5},{"source":40,"target":45},{"source":40,"target":5},{"source":40,"target":42},{"source":45,"target":5},{"source":41,"target":46},{"source":41,"target":47},{"source":41,"target":5},{"source":41,"target":48},{"source":47,"target":46},{"source":42,"target":5},{"source":42,"target":49},{"source":42,"target":5},{"source":42,"target":40},{"source":49,"target":5},{"source":43,"target":16},{"source":43,"target":50},{"source":43,"target":5},{"source":50,"target":16},{"source":44,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":51,"target":7},{"source":51,"target":54},{"source":51,"target":6},{"source":51,"target":55},{"source":54,"target":7},{"source":52,"target":24},{"source":52,"target":56},{"source":52,"target":6},{"source":52,"target":57},{"source":56,"target":24},{"source":53,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":15},{"source":7,"target":55},{"source":7,"target":58},{"source":15,"target":1},{"source":15,"target":59},{"source":15,"target":7},{"source":15,"target":11},{"source":59,"target":1},{"source":55,"target":6},{"source":55,"target":60},{"source":55,"target":7},{"source":55,"target":51},{"source":60,"target":6},{"source":58,"target":10},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":21},{"source":8,"target":71},{"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":8,"target":78},{"source":8,"target":37},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"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":8,"target":88},{"source":8,"target":89},{"source":8,"target":0},{"source":61,"target":8},{"source":61,"target":79},{"source":61,"target":90},{"source":90,"target":79},{"source":62,"target":8},{"source":62,"target":21},{"source":62,"target":91},{"source":62,"target":92},{"source":62,"target":93},{"source":91,"target":37},{"source":91,"target":94},{"source":91,"target":62},{"source":91,"target":95},{"source":94,"target":37},{"source":92,"target":16},{"source":92,"target":96},{"source":92,"target":62},{"source":96,"target":16},{"source":93,"target":21},{"source":63,"target":8},{"source":63,"target":21},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":64},{"source":97,"target":99},{"source":97,"target":63},{"source":97,"target":100},{"source":99,"target":64},{"source":98,"target":21},{"source":64,"target":8},{"source":64,"target":10},{"source":64,"target":100},{"source":64,"target":101},{"source":64,"target":102},{"source":64,"target":103},{"source":100,"target":63},{"source":100,"target":104},{"source":100,"target":64},{"source":100,"target":97},{"source":104,"target":63},{"source":101,"target":21},{"source":101,"target":105},{"source":101,"target":64},{"source":105,"target":21},{"source":102,"target":21},{"source":102,"target":106},{"source":102,"target":64},{"source":106,"target":21},{"source":103,"target":10},{"source":65,"target":8},{"source":65,"target":80},{"source":65,"target":107},{"source":65,"target":108},{"source":107,"target":109},{"source":107,"target":110},{"source":107,"target":65},{"source":110,"target":109},{"source":108,"target":80},{"source":66,"target":8},{"source":66,"target":21},{"source":66,"target":111},{"source":111,"target":21},{"source":67,"target":8},{"source":67,"target":21},{"source":67,"target":112},{"source":112,"target":21},{"source":68,"target":8},{"source":68,"target":84},{"source":68,"target":113},{"source":68,"target":114},{"source":113,"target":37},{"source":113,"target":115},{"source":113,"target":68},{"source":113,"target":116},{"source":115,"target":37},{"source":114,"target":84},{"source":69,"target":8},{"source":69,"target":21},{"source":69,"target":117},{"source":69,"target":118},{"source":117,"target":21},{"source":117,"target":119},{"source":117,"target":69},{"source":117,"target":120},{"source":119,"target":21},{"source":118,"target":21},{"source":70,"target":8},{"source":70,"target":37},{"source":70,"target":121},{"source":70,"target":122},{"source":121,"target":85},{"source":121,"target":123},{"source":121,"target":70},{"source":121,"target":124},{"source":123,"target":85},{"source":122,"target":37},{"source":21,"target":8},{"source":21,"target":10},{"source":21,"target":125},{"source":21,"target":120},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":36},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":23},{"source":21,"target":134},{"source":125,"target":83},{"source":125,"target":135},{"source":125,"target":21},{"source":125,"target":136},{"source":135,"target":83},{"source":120,"target":69},{"source":120,"target":137},{"source":120,"target":21},{"source":120,"target":117},{"source":137,"target":69},{"source":126,"target":82},{"source":126,"target":138},{"source":126,"target":21},{"source":126,"target":139},{"source":138,"target":82},{"source":127,"target":77},{"source":127,"target":140},{"source":127,"target":21},{"source":127,"target":141},{"source":140,"target":77},{"source":128,"target":84},{"source":128,"target":142},{"source":128,"target":21},{"source":128,"target":143},{"source":142,"target":84},{"source":129,"target":79},{"source":129,"target":144},{"source":129,"target":21},{"source":129,"target":145},{"source":144,"target":79},{"source":130,"target":37},{"source":130,"target":146},{"source":130,"target":21},{"source":130,"target":147},{"source":146,"target":37},{"source":131,"target":83},{"source":131,"target":148},{"source":131,"target":21},{"source":131,"target":149},{"source":148,"target":83},{"source":36,"target":3},{"source":36,"target":150},{"source":36,"target":21},{"source":36,"target":29},{"source":150,"target":3},{"source":132,"target":83},{"source":132,"target":151},{"source":132,"target":21},{"source":132,"target":152},{"source":151,"target":83},{"source":133,"target":24},{"source":133,"target":153},{"source":133,"target":21},{"source":133,"target":154},{"source":153,"target":24},{"source":23,"target":2},{"source":23,"target":155},{"source":23,"target":21},{"source":23,"target":18},{"source":155,"target":2},{"source":134,"target":10},{"source":71,"target":8},{"source":71,"target":80},{"source":71,"target":156},{"source":71,"target":157},{"source":156,"target":158},{"source":156,"target":159},{"source":156,"target":71},{"source":159,"target":158},{"source":157,"target":80},{"source":72,"target":8},{"source":72,"target":21},{"source":72,"target":160},{"source":72,"target":161},{"source":160,"target":16},{"source":160,"target":162},{"source":160,"target":72},{"source":162,"target":16},{"source":161,"target":21},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":163},{"source":163,"target":79},{"source":74,"target":8},{"source":74,"target":84},{"source":74,"target":164},{"source":74,"target":165},{"source":164,"target":16},{"source":164,"target":166},{"source":164,"target":74},{"source":166,"target":16},{"source":165,"target":84},{"source":75,"target":8},{"source":75,"target":66},{"source":75,"target":167},{"source":75,"target":168},{"source":167,"target":16},{"source":167,"target":169},{"source":167,"target":75},{"source":169,"target":16},{"source":168,"target":66},{"source":76,"target":8},{"source":76,"target":66},{"source":76,"target":170},{"source":76,"target":171},{"source":170,"target":172},{"source":170,"target":173},{"source":170,"target":76},{"source":173,"target":172},{"source":171,"target":66},{"source":77,"target":8},{"source":77,"target":21},{"source":77,"target":174},{"source":77,"target":141},{"source":77,"target":175},{"source":174,"target":37},{"source":174,"target":176},{"source":174,"target":77},{"source":174,"target":177},{"source":176,"target":37},{"source":141,"target":21},{"source":141,"target":178},{"source":141,"target":77},{"source":141,"target":127},{"source":178,"target":21},{"source":175,"target":21},{"source":78,"target":8},{"source":78,"target":37},{"source":78,"target":179},{"source":78,"target":180},{"source":179,"target":84},{"source":179,"target":181},{"source":179,"target":78},{"source":179,"target":182},{"source":181,"target":84},{"source":180,"target":37},{"source":37,"target":8},{"source":37,"target":10},{"source":37,"target":177},{"source":37,"target":183},{"source":37,"target":116},{"source":37,"target":95},{"source":37,"target":147},{"source":37,"target":184},{"source":37,"target":185},{"source":37,"target":186},{"source":177,"target":77},{"source":177,"target":187},{"source":177,"target":37},{"source":177,"target":174},{"source":187,"target":77},{"source":183,"target":24},{"source":183,"target":188},{"source":183,"target":37},{"source":183,"target":189},{"source":188,"target":24},{"source":116,"target":68},{"source":116,"target":190},{"source":116,"target":37},{"source":116,"target":113},{"source":190,"target":68},{"source":95,"target":62},{"source":95,"target":191},{"source":95,"target":37},{"source":95,"target":91},{"source":191,"target":62},{"source":147,"target":21},{"source":147,"target":192},{"source":147,"target":37},{"source":147,"target":130},{"source":192,"target":21},{"source":184,"target":16},{"source":184,"target":193},{"source":184,"target":37},{"source":193,"target":16},{"source":185,"target":16},{"source":185,"target":194},{"source":185,"target":37},{"source":194,"target":16},{"source":186,"target":10},{"source":79,"target":8},{"source":79,"target":69},{"source":79,"target":145},{"source":79,"target":195},{"source":79,"target":196},{"source":79,"target":197},{"source":145,"target":21},{"source":145,"target":198},{"source":145,"target":79},{"source":145,"target":129},{"source":198,"target":21},{"source":195,"target":16},{"source":195,"target":199},{"source":195,"target":79},{"source":199,"target":16},{"source":196,"target":16},{"source":196,"target":200},{"source":196,"target":79},{"source":200,"target":16},{"source":197,"target":69},{"source":80,"target":8},{"source":80,"target":66},{"source":80,"target":201},{"source":201,"target":66},{"source":81,"target":8},{"source":81,"target":82},{"source":81,"target":202},{"source":202,"target":82},{"source":82,"target":8},{"source":82,"target":21},{"source":82,"target":139},{"source":82,"target":203},{"source":139,"target":21},{"source":139,"target":204},{"source":139,"target":82},{"source":139,"target":126},{"source":204,"target":21},{"source":203,"target":21},{"source":83,"target":8},{"source":83,"target":21},{"source":83,"target":149},{"source":83,"target":152},{"source":83,"target":136},{"source":83,"target":205},{"source":149,"target":21},{"source":149,"target":206},{"source":149,"target":83},{"source":149,"target":131},{"source":206,"target":21},{"source":152,"target":21},{"source":152,"target":207},{"source":152,"target":83},{"source":152,"target":132},{"source":207,"target":21},{"source":136,"target":21},{"source":136,"target":208},{"source":136,"target":83},{"source":136,"target":125},{"source":208,"target":21},{"source":205,"target":21},{"source":84,"target":8},{"source":84,"target":69},{"source":84,"target":143},{"source":84,"target":182},{"source":84,"target":209},{"source":143,"target":21},{"source":143,"target":210},{"source":143,"target":84},{"source":143,"target":128},{"source":210,"target":21},{"source":182,"target":78},{"source":182,"target":211},{"source":182,"target":84},{"source":182,"target":179},{"source":211,"target":78},{"source":209,"target":69},{"source":85,"target":8},{"source":85,"target":21},{"source":85,"target":124},{"source":85,"target":212},{"source":124,"target":70},{"source":124,"target":213},{"source":124,"target":85},{"source":124,"target":121},{"source":213,"target":70},{"source":212,"target":21},{"source":86,"target":8},{"source":86,"target":82},{"source":86,"target":214},{"source":214,"target":82},{"source":87,"target":8},{"source":87,"target":69},{"source":87,"target":215},{"source":87,"target":216},{"source":215,"target":16},{"source":215,"target":217},{"source":215,"target":87},{"source":217,"target":16},{"source":216,"target":69},{"source":88,"target":8},{"source":88,"target":82},{"source":88,"target":218},{"source":218,"target":82},{"source":89,"target":8},{"source":89,"target":82},{"source":89,"target":219},{"source":219,"target":82},{"source":9,"target":220},{"source":9,"target":24},{"source":9,"target":221},{"source":9,"target":222},{"source":9,"target":223},{"source":9,"target":224},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"source":9,"target":46},{"source":9,"target":228},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":9,"target":232},{"source":9,"target":233},{"source":9,"target":234},{"source":9,"target":0},{"source":220,"target":9},{"source":220,"target":24},{"source":220,"target":235},{"source":220,"target":236},{"source":235,"target":24},{"source":235,"target":237},{"source":235,"target":220},{"source":235,"target":238},{"source":237,"target":24},{"source":236,"target":24},{"source":24,"target":9},{"source":24,"target":21},{"source":24,"target":57},{"source":24,"target":154},{"source":24,"target":34},{"source":24,"target":239},{"source":24,"target":26},{"source":24,"target":240},{"source":24,"target":238},{"source":24,"target":241},{"source":24,"target":189},{"source":24,"target":242},{"source":24,"target":243},{"source":57,"target":6},{"source":57,"target":244},{"source":57,"target":24},{"source":57,"target":52},{"source":244,"target":6},{"source":154,"target":21},{"source":154,"target":245},{"source":154,"target":24},{"source":154,"target":133},{"source":245,"target":21},{"source":34,"target":3},{"source":34,"target":246},{"source":34,"target":24},{"source":34,"target":28},{"source":246,"target":3},{"source":239,"target":234},{"source":239,"target":247},{"source":239,"target":24},{"source":239,"target":248},{"source":247,"target":234},{"source":26,"target":2},{"source":26,"target":249},{"source":26,"target":24},{"source":26,"target":19},{"source":249,"target":2},{"source":240,"target":234},{"source":240,"target":250},{"source":240,"target":24},{"source":240,"target":251},{"source":250,"target":234},{"source":238,"target":220},{"source":238,"target":252},{"source":238,"target":24},{"source":238,"target":235},{"source":252,"target":220},{"source":241,"target":232},{"source":241,"target":253},{"source":241,"target":24},{"source":241,"target":254},{"source":253,"target":232},{"source":189,"target":37},{"source":189,"target":255},{"source":189,"target":24},{"source":189,"target":183},{"source":255,"target":37},{"source":242,"target":16},{"source":242,"target":256},{"source":242,"target":24},{"source":256,"target":16},{"source":243,"target":21},{"source":221,"target":9},{"source":221,"target":222},{"source":221,"target":257},{"source":257,"target":222},{"source":222,"target":9},{"source":222,"target":24},{"source":222,"target":258},{"source":258,"target":24},{"source":223,"target":9},{"source":223,"target":231},{"source":223,"target":259},{"source":259,"target":231},{"source":224,"target":9},{"source":224,"target":24},{"source":224,"target":260},{"source":260,"target":24},{"source":225,"target":9},{"source":225,"target":24},{"source":225,"target":261},{"source":225,"target":262},{"source":261,"target":232},{"source":261,"target":263},{"source":261,"target":225},{"source":261,"target":264},{"source":263,"target":232},{"source":262,"target":24},{"source":226,"target":9},{"source":226,"target":220},{"source":226,"target":265},{"source":265,"target":220},{"source":227,"target":9},{"source":227,"target":222},{"source":227,"target":266},{"source":266,"target":222},{"source":46,"target":9},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":267},{"source":48,"target":5},{"source":48,"target":268},{"source":48,"target":46},{"source":48,"target":41},{"source":268,"target":5},{"source":267,"target":24},{"source":228,"target":9},{"source":228,"target":220},{"source":228,"target":269},{"source":269,"target":220},{"source":229,"target":9},{"source":229,"target":220},{"source":229,"target":270},{"source":270,"target":220},{"source":230,"target":9},{"source":230,"target":220},{"source":230,"target":271},{"source":271,"target":220},{"source":231,"target":9},{"source":231,"target":222},{"source":231,"target":272},{"source":272,"target":222},{"source":232,"target":9},{"source":232,"target":10},{"source":232,"target":254},{"source":232,"target":264},{"source":232,"target":273},{"source":232,"target":274},{"source":254,"target":24},{"source":254,"target":275},{"source":254,"target":232},{"source":254,"target":241},{"source":275,"target":24},{"source":264,"target":225},{"source":264,"target":276},{"source":264,"target":232},{"source":264,"target":261},{"source":276,"target":225},{"source":273,"target":16},{"source":273,"target":277},{"source":273,"target":232},{"source":277,"target":16},{"source":274,"target":10},{"source":233,"target":9},{"source":233,"target":231},{"source":233,"target":278},{"source":278,"target":231},{"source":234,"target":9},{"source":234,"target":24},{"source":234,"target":248},{"source":234,"target":251},{"source":234,"target":279},{"source":248,"target":24},{"source":248,"target":280},{"source":248,"target":234},{"source":248,"target":239},{"source":280,"target":24},{"source":251,"target":24},{"source":251,"target":281},{"source":251,"target":234},{"source":251,"target":240},{"source":281,"target":24},{"source":279,"target":24},{"source":282,"target":283},{"source":282,"target":284},{"source":282,"target":285},{"source":282,"target":286},{"source":282,"target":287},{"source":282,"target":288},{"source":282,"target":289},{"source":282,"target":290},{"source":282,"target":291},{"source":282,"target":292},{"source":282,"target":293},{"source":282,"target":294},{"source":282,"target":295},{"source":282,"target":296},{"source":282,"target":297},{"source":282,"target":298},{"source":282,"target":299},{"source":282,"target":300},{"source":282,"target":301},{"source":282,"target":302},{"source":282,"target":303},{"source":282,"target":304},{"source":282,"target":305},{"source":282,"target":306},{"source":282,"target":307},{"source":282,"target":308},{"source":282,"target":309},{"source":282,"target":310},{"source":282,"target":311},{"source":283,"target":282},{"source":283,"target":302},{"source":283,"target":312},{"source":283,"target":313},{"source":312,"target":21},{"source":312,"target":314},{"source":312,"target":283},{"source":314,"target":21},{"source":313,"target":302},{"source":284,"target":282},{"source":284,"target":292},{"source":284,"target":315},{"source":284,"target":316},{"source":284,"target":317},{"source":315,"target":21},{"source":315,"target":318},{"source":315,"target":284},{"source":318,"target":21},{"source":316,"target":299},{"source":316,"target":319},{"source":316,"target":284},{"source":316,"target":320},{"source":319,"target":299},{"source":317,"target":292},{"source":285,"target":282},{"source":285,"target":292},{"source":285,"target":321},{"source":285,"target":322},{"source":285,"target":323},{"source":285,"target":324},{"source":285,"target":325},{"source":321,"target":172},{"source":321,"target":326},{"source":321,"target":285},{"source":326,"target":172},{"source":322,"target":5},{"source":322,"target":327},{"source":322,"target":285},{"source":327,"target":5},{"source":323,"target":5},{"source":323,"target":328},{"source":323,"target":285},{"source":328,"target":5},{"source":324,"target":298},{"source":324,"target":329},{"source":324,"target":285},{"source":324,"target":330},{"source":329,"target":298},{"source":325,"target":292},{"source":286,"target":282},{"source":286,"target":10},{"source":286,"target":331},{"source":286,"target":332},{"source":286,"target":333},{"source":331,"target":294},{"source":331,"target":334},{"source":331,"target":286},{"source":331,"target":335},{"source":334,"target":294},{"source":332,"target":287},{"source":332,"target":336},{"source":332,"target":286},{"source":336,"target":287},{"source":333,"target":10},{"source":287,"target":282},{"source":287,"target":10},{"source":287,"target":337},{"source":337,"target":10},{"source":288,"target":282},{"source":288,"target":287},{"source":288,"target":338},{"source":288,"target":339},{"source":338,"target":21},{"source":338,"target":340},{"source":338,"target":288},{"source":340,"target":21},{"source":339,"target":287},{"source":289,"target":282},{"source":289,"target":287},{"source":289,"target":341},{"source":289,"target":342},{"source":289,"target":343},{"source":289,"target":344},{"source":341,"target":21},{"source":341,"target":345},{"source":341,"target":289},{"source":345,"target":21},{"source":342,"target":16},{"source":342,"target":346},{"source":342,"target":289},{"source":346,"target":16},{"source":343,"target":21},{"source":343,"target":347},{"source":343,"target":289},{"source":347,"target":21},{"source":344,"target":287},{"source":290,"target":282},{"source":290,"target":287},{"source":290,"target":348},{"source":290,"target":349},{"source":290,"target":350},{"source":290,"target":351},{"source":348,"target":21},{"source":348,"target":352},{"source":348,"target":290},{"source":352,"target":21},{"source":349,"target":287},{"source":349,"target":353},{"source":349,"target":290},{"source":353,"target":287},{"source":350,"target":287},{"source":350,"target":354},{"source":350,"target":290},{"source":354,"target":287},{"source":351,"target":287},{"source":291,"target":282},{"source":291,"target":287},{"source":291,"target":355},{"source":291,"target":356},{"source":291,"target":357},{"source":291,"target":358},{"source":355,"target":78},{"source":355,"target":359},{"source":355,"target":291},{"source":359,"target":78},{"source":356,"target":21},{"source":356,"target":360},{"source":356,"target":291},{"source":360,"target":21},{"source":357,"target":287},{"source":357,"target":361},{"source":357,"target":291},{"source":361,"target":287},{"source":358,"target":287},{"source":292,"target":282},{"source":292,"target":10},{"source":292,"target":362},{"source":292,"target":363},{"source":292,"target":364},{"source":362,"target":308},{"source":362,"target":365},{"source":362,"target":292},{"source":362,"target":366},{"source":365,"target":308},{"source":363,"target":16},{"source":363,"target":367},{"source":363,"target":292},{"source":367,"target":16},{"source":364,"target":10},{"source":293,"target":282},{"source":293,"target":292},{"source":293,"target":368},{"source":293,"target":369},{"source":368,"target":299},{"source":368,"target":370},{"source":368,"target":293},{"source":368,"target":371},{"source":370,"target":299},{"source":369,"target":292},{"source":294,"target":282},{"source":294,"target":298},{"source":294,"target":372},{"source":294,"target":335},{"source":294,"target":373},{"source":294,"target":374},{"source":294,"target":375},{"source":372,"target":297},{"source":372,"target":376},{"source":372,"target":294},{"source":372,"target":377},{"source":376,"target":297},{"source":335,"target":286},{"source":335,"target":378},{"source":335,"target":294},{"source":335,"target":331},{"source":378,"target":286},{"source":373,"target":307},{"source":373,"target":379},{"source":373,"target":294},{"source":373,"target":380},{"source":379,"target":307},{"source":374,"target":16},{"source":374,"target":381},{"source":374,"target":294},{"source":381,"target":16},{"source":375,"target":298},{"source":295,"target":282},{"source":295,"target":303},{"source":295,"target":382},{"source":295,"target":383},{"source":295,"target":384},{"source":295,"target":385},{"source":382,"target":297},{"source":382,"target":386},{"source":382,"target":295},{"source":382,"target":387},{"source":386,"target":297},{"source":383,"target":302},{"source":383,"target":388},{"source":383,"target":295},{"source":383,"target":389},{"source":388,"target":302},{"source":384,"target":305},{"source":384,"target":390},{"source":384,"target":295},{"source":384,"target":391},{"source":390,"target":305},{"source":385,"target":303},{"source":296,"target":282},{"source":296,"target":10},{"source":296,"target":392},{"source":296,"target":393},{"source":296,"target":394},{"source":296,"target":395},{"source":392,"target":302},{"source":392,"target":396},{"source":392,"target":296},{"source":392,"target":397},{"source":396,"target":302},{"source":393,"target":309},{"source":393,"target":398},{"source":393,"target":296},{"source":393,"target":399},{"source":398,"target":309},{"source":394,"target":21},{"source":394,"target":400},{"source":394,"target":296},{"source":400,"target":21},{"source":395,"target":10},{"source":297,"target":282},{"source":297,"target":10},{"source":297,"target":377},{"source":297,"target":387},{"source":297,"target":401},{"source":377,"target":294},{"source":377,"target":402},{"source":377,"target":297},{"source":377,"target":372},{"source":402,"target":294},{"source":387,"target":295},{"source":387,"target":403},{"source":387,"target":297},{"source":387,"target":382},{"source":403,"target":295},{"source":401,"target":10},{"source":298,"target":282},{"source":298,"target":10},{"source":298,"target":330},{"source":298,"target":404},{"source":330,"target":285},{"source":330,"target":405},{"source":330,"target":298},{"source":330,"target":324},{"source":405,"target":285},{"source":404,"target":10},{"source":299,"target":282},{"source":299,"target":298},{"source":299,"target":320},{"source":299,"target":371},{"source":299,"target":406},{"source":299,"target":407},{"source":320,"target":284},{"source":320,"target":408},{"source":320,"target":299},{"source":320,"target":316},{"source":408,"target":284},{"source":371,"target":293},{"source":371,"target":409},{"source":371,"target":299},{"source":371,"target":368},{"source":409,"target":293},{"source":406,"target":7},{"source":406,"target":410},{"source":406,"target":299},{"source":410,"target":7},{"source":407,"target":298},{"source":300,"target":282},{"source":300,"target":302},{"source":300,"target":411},{"source":411,"target":302},{"source":301,"target":282},{"source":301,"target":302},{"source":301,"target":412},{"source":301,"target":413},{"source":412,"target":21},{"source":412,"target":414},{"source":412,"target":301},{"source":414,"target":21},{"source":413,"target":302},{"source":302,"target":282},{"source":302,"target":303},{"source":302,"target":389},{"source":302,"target":397},{"source":302,"target":415},{"source":389,"target":295},{"source":389,"target":416},{"source":389,"target":302},{"source":389,"target":383},{"source":416,"target":295},{"source":397,"target":296},{"source":397,"target":417},{"source":397,"target":302},{"source":397,"target":392},{"source":417,"target":296},{"source":415,"target":303},{"source":303,"target":282},{"source":303,"target":37},{"source":303,"target":418},{"source":418,"target":37},{"source":304,"target":282},{"source":304,"target":294},{"source":304,"target":419},{"source":304,"target":420},{"source":304,"target":421},{"source":419,"target":4},{"source":419,"target":422},{"source":419,"target":304},{"source":422,"target":4},{"source":420,"target":172},{"source":420,"target":423},{"source":420,"target":304},{"source":423,"target":172},{"source":421,"target":294},{"source":305,"target":282},{"source":305,"target":10},{"source":305,"target":424},{"source":305,"target":391},{"source":305,"target":425},{"source":305,"target":426},{"source":424,"target":21},{"source":424,"target":427},{"source":424,"target":305},{"source":427,"target":21},{"source":391,"target":295},{"source":391,"target":428},{"source":391,"target":305},{"source":391,"target":384},{"source":428,"target":295},{"source":425,"target":16},{"source":425,"target":429},{"source":425,"target":305},{"source":429,"target":16},{"source":426,"target":10},{"source":306,"target":282},{"source":306,"target":295},{"source":306,"target":430},{"source":306,"target":431},{"source":306,"target":432},{"source":430,"target":21},{"source":430,"target":433},{"source":430,"target":306},{"source":433,"target":21},{"source":431,"target":78},{"source":431,"target":434},{"source":431,"target":306},{"source":434,"target":78},{"source":432,"target":295},{"source":307,"target":282},{"source":307,"target":37},{"source":307,"target":380},{"source":307,"target":435},{"source":380,"target":294},{"source":380,"target":436},{"source":380,"target":307},{"source":380,"target":373},{"source":436,"target":294},{"source":435,"target":37},{"source":308,"target":282},{"source":308,"target":10},{"source":308,"target":366},{"source":308,"target":437},{"source":308,"target":438},{"source":366,"target":292},{"source":366,"target":439},{"source":366,"target":308},{"source":366,"target":362},{"source":439,"target":292},{"source":437,"target":16},{"source":437,"target":440},{"source":437,"target":308},{"source":440,"target":16},{"source":438,"target":10},{"source":309,"target":282},{"source":309,"target":294},{"source":309,"target":399},{"source":309,"target":441},{"source":309,"target":442},{"source":309,"target":443},{"source":309,"target":444},{"source":309,"target":445},{"source":399,"target":296},{"source":399,"target":446},{"source":399,"target":309},{"source":399,"target":393},{"source":446,"target":296},{"source":441,"target":309},{"source":441,"target":447},{"source":441,"target":309},{"source":441,"target":442},{"source":447,"target":309},{"source":442,"target":309},{"source":442,"target":448},{"source":442,"target":309},{"source":442,"target":441},{"source":448,"target":309},{"source":443,"target":172},{"source":443,"target":449},{"source":443,"target":309},{"source":449,"target":172},{"source":444,"target":172},{"source":444,"target":450},{"source":444,"target":309},{"source":450,"target":172},{"source":445,"target":294},{"source":310,"target":282},{"source":310,"target":309},{"source":310,"target":451},{"source":310,"target":452},{"source":451,"target":172},{"source":451,"target":453},{"source":451,"target":310},{"source":453,"target":172},{"source":452,"target":309},{"source":311,"target":282},{"source":311,"target":295},{"source":311,"target":454},{"source":454,"target":295},{"source":455,"target":10},{"source":10,"target":455},{"source":10,"target":456},{"source":10,"target":457},{"source":10,"target":458},{"source":456,"target":16},{"source":456,"target":459},{"source":456,"target":10},{"source":459,"target":16},{"source":457,"target":16},{"source":457,"target":460},{"source":457,"target":10},{"source":460,"target":16},{"source":458,"target":16},{"source":458,"target":461},{"source":458,"target":10},{"source":461,"target":16},{"source":462,"target":109},{"source":462,"target":158},{"source":462,"target":16},{"source":462,"target":172},{"source":109,"target":462},{"source":158,"target":462},{"source":16,"target":462},{"source":172,"target":462}],"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="android" nsURI="http://android/1.0" nsPrefix="android"> <eClassifiers xsi:type="ecore:EClass" name="Activity" instanceClassName="android.app.Activity" eSuperTypes="#//ApplicationKind"> <eOperations name="onCreate"> <eParameters name="savedInstanceState" eType="#//Bundle"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acLabel" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="screen" lowerBound="1" eType="#//View" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intentFilter" eType="#//IntentFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onCreateCode" eType="#//ExecuteCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Receiver" instanceClassName="android.content.BroadcastReceiver" eSuperTypes="#//ApplicationKind"> <eOperations name="onReceive"> <eParameters name="context" eType="#//Context"/> <eParameters name="intent" eType="#//Intent"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intentFilter" eType="#//IntentFilter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onReceiveCode" eType="#//ExecuteCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View"> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" lowerBound="1" eType="#//LinearLayout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextButton" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="btnLabel" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextLabel" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SMS_send" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecuteCode" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//Line" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importRequire" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SMS_Reseived" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="-1" eType="#//Right" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" lowerBound="1" upperBound="-1" eType="#//ApplicationKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntentFilter"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Launcher" eSuperTypes="#//Category"/> <eClassifiers xsi:type="ecore:EClass" name="Category"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Main" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LinearLayout"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Widget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="Right"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Bundle" instanceClassName="android.os.Bundle" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Context" instanceClassName="android.content.Context" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Intent" instanceClassName="android.content.Intent"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationKind"/> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentLine" eType="#//String"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/nicolasevano/m2engineeringsoftware/CAO_Project/trunk/metamodel/Android.ecore
ecore
android Activity android.app.Activity android.app.Activity onCreate savedInstanceState acLabel name screen intentFilter extends onCreateCode Receiver android.content.BroadcastReceiver android.content.BroadcastReceiver onReceive context intent name intentFilter extends onReceiveCode View layout Widget id width weight TextButton btnLabel TextLabel text TextField text Action name SMS_send ExecuteCode lines importRequire SMS_Reseived Application right contains IntentFilter action category Launcher Category name Main LinearLayout elements width weight orientation String java.lang.String java.lang.String Right name Bundle android.os.Bundle android.os.Bundle Context android.content.Context android.content.Context Intent android.content.Intent android.content.Intent ApplicationKind Line currentLine
null
{"directed":true,"nodes":[{"nsPrefix":"android","nsURI":"http://android/1.0","name":"android","id":0,"eClass":"EPackage"},{"instanceTypeName":"android.app.Activity","defaultValue":null,"instanceClassName":"android.app.Activity","name":"Activity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"android.content.BroadcastReceiver","defaultValue":null,"instanceClassName":"android.content.BroadcastReceiver","name":"Receiver","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextButton","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextLabel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMS_send","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecuteCode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMS_Reseived","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentFilter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Launcher","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Main","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearLayout","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"android.os.Bundle","defaultValue":null,"instanceClassName":"android.os.Bundle","name":"Bundle","instanceClass":null,"id":20,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"android.content.Context","defaultValue":null,"instanceClassName":"android.content.Context","name":"Context","instanceClass":null,"id":21,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"android.content.Intent","defaultValue":null,"instanceClassName":"android.content.Intent","name":"Intent","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationKind","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"onCreate","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":"acLabel","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"screen","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intentFilter","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":"extends","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onCreateCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"savedInstanceState","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onReceive","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intentFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"extends","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":"onReceiveCode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"intent","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"btnLabel","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importRequire","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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":"weight","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":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentLine","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":23},{"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":25,"target":1},{"source":25,"target":33},{"source":33,"target":20},{"source":33,"target":34},{"source":33,"target":25},{"source":34,"target":20},{"source":26,"target":18},{"source":26,"target":35},{"source":26,"target":1},{"source":35,"target":18},{"source":27,"target":18},{"source":27,"target":36},{"source":27,"target":1},{"source":36,"target":18},{"source":28,"target":3},{"source":28,"target":37},{"source":28,"target":1},{"source":37,"target":3},{"source":29,"target":13},{"source":29,"target":38},{"source":29,"target":1},{"source":38,"target":13},{"source":30,"target":18},{"source":30,"target":39},{"source":30,"target":1},{"source":39,"target":18},{"source":31,"target":10},{"source":31,"target":40},{"source":31,"target":1},{"source":40,"target":10},{"source":32,"target":23},{"source":2,"target":0},{"source":2,"target":23},{"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":41,"target":2},{"source":41,"target":47},{"source":41,"target":48},{"source":47,"target":21},{"source":47,"target":49},{"source":47,"target":41},{"source":49,"target":21},{"source":48,"target":22},{"source":48,"target":50},{"source":48,"target":41},{"source":50,"target":22},{"source":42,"target":18},{"source":42,"target":51},{"source":42,"target":2},{"source":51,"target":18},{"source":43,"target":13},{"source":43,"target":52},{"source":43,"target":2},{"source":52,"target":13},{"source":44,"target":18},{"source":44,"target":53},{"source":44,"target":2},{"source":53,"target":18},{"source":45,"target":10},{"source":45,"target":54},{"source":45,"target":2},{"source":54,"target":10},{"source":46,"target":23},{"source":3,"target":0},{"source":3,"target":55},{"source":55,"target":17},{"source":55,"target":56},{"source":55,"target":3},{"source":56,"target":17},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":57,"target":18},{"source":57,"target":60},{"source":57,"target":4},{"source":60,"target":18},{"source":58,"target":18},{"source":58,"target":61},{"source":58,"target":4},{"source":61,"target":18},{"source":59,"target":18},{"source":59,"target":62},{"source":59,"target":4},{"source":62,"target":18},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":63},{"source":5,"target":64},{"source":63,"target":18},{"source":63,"target":65},{"source":63,"target":5},{"source":65,"target":18},{"source":64,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":66},{"source":6,"target":67},{"source":66,"target":18},{"source":66,"target":68},{"source":66,"target":6},{"source":68,"target":18},{"source":67,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":69},{"source":7,"target":70},{"source":69,"target":18},{"source":69,"target":71},{"source":69,"target":7},{"source":71,"target":18},{"source":70,"target":4},{"source":8,"target":0},{"source":8,"target":72},{"source":72,"target":18},{"source":72,"target":73},{"source":72,"target":8},{"source":73,"target":18},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":74},{"source":74,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":24},{"source":75,"target":78},{"source":75,"target":10},{"source":78,"target":24},{"source":76,"target":18},{"source":76,"target":79},{"source":76,"target":10},{"source":79,"target":18},{"source":77,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":80},{"source":80,"target":8},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":19},{"source":81,"target":83},{"source":81,"target":12},{"source":83,"target":19},{"source":82,"target":23},{"source":82,"target":84},{"source":82,"target":12},{"source":84,"target":23},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":8},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":8},{"source":86,"target":15},{"source":86,"target":88},{"source":86,"target":13},{"source":88,"target":15},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":89},{"source":89,"target":15},{"source":15,"target":0},{"source":15,"target":90},{"source":90,"target":18},{"source":90,"target":91},{"source":90,"target":15},{"source":91,"target":18},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":92},{"source":92,"target":8},{"source":17,"target":0},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":17,"target":96},{"source":93,"target":4},{"source":93,"target":97},{"source":93,"target":17},{"source":97,"target":4},{"source":94,"target":18},{"source":94,"target":98},{"source":94,"target":17},{"source":98,"target":18},{"source":95,"target":18},{"source":95,"target":99},{"source":95,"target":17},{"source":99,"target":18},{"source":96,"target":18},{"source":96,"target":100},{"source":96,"target":17},{"source":100,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":101},{"source":101,"target":18},{"source":101,"target":102},{"source":101,"target":19},{"source":102,"target":18},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":103},{"source":103,"target":18},{"source":103,"target":104},{"source":103,"target":24},{"source":104,"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="UIAdaptation" nsURI="platform:/resource/UIAdaptation/model/UIAdaptation.ecore" nsPrefix="UIAdaptation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: Add documentation for Blup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="App"> <eStructuralFeatures xsi:type="ecore:EReference" name="navigation" lowerBound="1" eType="#//Navigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" lowerBound="1" eType="#//Layout" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taskset" lowerBound="1" eType="#//TaskFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Navigation"> <eStructuralFeatures xsi:type="ecore:EReference" name="button" eType="#//FeedbackBar" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" lowerBound="1" eType="#//NaviType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="drivingMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NaviType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="GridNav" eSuperTypes="#//NaviType"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultNav" eSuperTypes="#//NaviType"/> <eClassifiers xsi:type="ecore:EClass" name="TabletNav" eSuperTypes="#//NaviType"/> <eClassifiers xsi:type="ecore:EClass" name="MinimumNavigation" eSuperTypes="#//Navigation"/> <eClassifiers xsi:type="ecore:EClass" name="LessInformedNav" eSuperTypes="#//Navigation"/> <eClassifiers xsi:type="ecore:EClass" name="MoreInformedNav" eSuperTypes="#//Navigation"/> <eClassifiers xsi:type="ecore:EClass" name="FeedbackBar"> <eStructuralFeatures xsi:type="ecore:EReference" name="clickevent" eType="#//ClickEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClickEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" upperBound="-1" eType="#//View"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Feedback" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="Inspiration" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="colorScheme" lowerBound="1" eType="#//ColorScheme" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fontSize" lowerBound="1" eType="#//FontSize"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FontSize" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultSize" eSuperTypes="#//FontSize"/> <eClassifiers xsi:type="ecore:EClass" name="LargeSize" eSuperTypes="#//FontSize"/> <eClassifiers xsi:type="ecore:EClass" name="MiddleSize" eSuperTypes="#//FontSize"/> <eClassifiers xsi:type="ecore:EClass" name="ColorScheme"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blacknWhiteMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nightMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomColor" eSuperTypes="#//ColorScheme"/> <eClassifiers xsi:type="ecore:EClass" name="BlacknWhite" eSuperTypes="#//ColorScheme"/> <eClassifiers xsi:type="ecore:EClass" name="MonoChromatic" eSuperTypes="#//ColorScheme"/> <eClassifiers xsi:type="ecore:EClass" name="NightModeScheme" eSuperTypes="#//ColorScheme"/> <eClassifiers xsi:type="ecore:EClass" name="TaskFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="readEmail" eType="#//ReadEmail" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="showEmail" lowerBound="1" eType="#//ShowEmail" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writeEmail" eType="#//WriteEmail" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" lowerBound="1" eType="#//Menu" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vocalUI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Attachments"> <eStructuralFeatures xsi:type="ecore:EReference" name="autoDownload" eType="#//AutoDownload"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutoDownload"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadEmail"> <eStructuralFeatures xsi:type="ecore:EReference" name="attachments" eType="#//Attachments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowEmail"> <eStructuralFeatures xsi:type="ecore:EReference" name="emailForm" eType="#//EmailForm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteEmail" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EmailForm"> <eStructuralFeatures xsi:type="ecore:EReference" name="html" eType="#//HTML" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textForm" eType="#//TextForm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTML"/> <eClassifiers xsi:type="ecore:EClass" name="TextForm"/> </ecore:EPackage>
github:ecore:/data/eMoflon/emoflon-ibex-examples/AdaptiveUserApp/UIAdaptation/model/UIAdaptation.ecore
ecore
UIAdaptation App navigation layout taskset Navigation button menu drivingMode NaviType GridNav DefaultNav TabletNav MinimumNavigation LessInformedNav MoreInformedNav FeedbackBar clickevent ClickEvent view View Feedback Inspiration Layout colorScheme fontSize FontSize DefaultSize LargeSize MiddleSize ColorScheme blacknWhiteMode nightMode CustomColor BlacknWhite MonoChromatic NightModeScheme TaskFeature readEmail showEmail writeEmail menu vocalUI Menu Attachments autoDownload AutoDownload enable ReadEmail attachments ShowEmail emailForm WriteEmail EmailForm html textForm HTML TextForm
null
{"directed":true,"nodes":[{"nsPrefix":"UIAdaptation","nsURI":"platform:/resource/UIAdaptation/model/UIAdaptation.ecore","name":"UIAdaptation","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":"Navigation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaviType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridNav","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultNav","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabletNav","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinimumNavigation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessInformedNav","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoreInformedNav","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeedbackBar","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClickEvent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feedback","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inspiration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontSize","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSize","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LargeSize","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddleSize","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorScheme","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomColor","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlacknWhite","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonoChromatic","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NightModeScheme","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskFeature","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachments","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutoDownload","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadEmail","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowEmail","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteEmail","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmailForm","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextForm","instanceClass":null,"abstract":false,"id":34,"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":"navigation","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":"layout","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":"taskset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"button","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"drivingMode","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clickevent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colorScheme","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fontSize","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blacknWhiteMode","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":"nightMode","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"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":"readEmail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"showEmail","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"writeEmail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"vocalUI","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"autoDownload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"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":"enable","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"emailForm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"html","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":"textForm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":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":35,"target":2},{"source":35,"target":38},{"source":35,"target":1},{"source":38,"target":2},{"source":36,"target":15},{"source":36,"target":39},{"source":36,"target":1},{"source":39,"target":15},{"source":37,"target":25},{"source":37,"target":40},{"source":37,"target":1},{"source":40,"target":25},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":41,"target":10},{"source":41,"target":44},{"source":41,"target":2},{"source":44,"target":10},{"source":42,"target":3},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":3},{"source":43,"target":46},{"source":43,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":47},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":48},{"source":48,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":49},{"source":49,"target":3},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":50},{"source":50,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":51},{"source":51,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":52},{"source":52,"target":2},{"source":10,"target":0},{"source":10,"target":53},{"source":53,"target":11},{"source":53,"target":54},{"source":53,"target":10},{"source":54,"target":11},{"source":11,"target":0},{"source":11,"target":55},{"source":55,"target":12},{"source":55,"target":56},{"source":55,"target":11},{"source":56,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":57},{"source":57,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":58},{"source":58,"target":12},{"source":15,"target":0},{"source":15,"target":59},{"source":15,"target":60},{"source":59,"target":20},{"source":59,"target":61},{"source":59,"target":15},{"source":61,"target":20},{"source":60,"target":16},{"source":60,"target":62},{"source":60,"target":15},{"source":62,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":63},{"source":63,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":64},{"source":64,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":65},{"source":65,"target":16},{"source":20,"target":0},{"source":20,"target":66},{"source":20,"target":67},{"source":66,"target":68},{"source":66,"target":20},{"source":67,"target":69},{"source":67,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":70},{"source":70,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":71},{"source":71,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":72},{"source":72,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":73},{"source":73,"target":20},{"source":25,"target":0},{"source":25,"target":74},{"source":25,"target":75},{"source":25,"target":76},{"source":25,"target":77},{"source":25,"target":78},{"source":74,"target":29},{"source":74,"target":79},{"source":74,"target":25},{"source":79,"target":29},{"source":75,"target":30},{"source":75,"target":80},{"source":75,"target":25},{"source":80,"target":30},{"source":76,"target":31},{"source":76,"target":81},{"source":76,"target":25},{"source":81,"target":31},{"source":77,"target":26},{"source":77,"target":82},{"source":77,"target":25},{"source":82,"target":26},{"source":78,"target":83},{"source":78,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":84},{"source":84,"target":28},{"source":84,"target":85},{"source":84,"target":27},{"source":85,"target":28},{"source":28,"target":0},{"source":28,"target":86},{"source":86,"target":87},{"source":86,"target":28},{"source":29,"target":0},{"source":29,"target":88},{"source":88,"target":27},{"source":88,"target":89},{"source":88,"target":29},{"source":89,"target":27},{"source":30,"target":0},{"source":30,"target":90},{"source":90,"target":32},{"source":90,"target":91},{"source":90,"target":30},{"source":91,"target":32},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":92},{"source":32,"target":93},{"source":92,"target":33},{"source":92,"target":94},{"source":92,"target":32},{"source":94,"target":33},{"source":93,"target":34},{"source":93,"target":95},{"source":93,"target":32},{"source":95,"target":34},{"source":33,"target":0},{"source":34,"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="GSN" nsURI="http://www.goalstructuringnotation.info/1.0" nsPrefix="gsn"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eSubpackages name="Commons" nsURI="http://www.goalstructuringnotation.info/1.0/commons" nsPrefix="GSN_Commons"> <eClassifiers xsi:type="ecore:EClass" name="SACMElement" abstract="true"> <eAnnotations source="Comment"> <details key="text" value="Base class for SACM"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//Commons/SACMElement"> <eAnnotations source="Comment"> <details key="text" value="Base element for the majority of modeling elements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="To uniquely identifies the element within the scope of the model"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="The name of the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uninstantiated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityElement" abstract="true" eSuperTypes="#//Commons/SACMElement"> <eAnnotations source="Comment"> <details key="text" value="UtilityElement supports the specification of additional information for a ModelElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Simple expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Terminology/Expression" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Expression that contains the value of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationConstraint" abstract="true" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To indicate the conditions to fulfill in order to allow an abstract ModeElement to become non-abstract"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description" abstract="true" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To provide details about a Modelelement in relation to aspects such as their content of purpose"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Note" abstract="true" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To specify additional generic, unstructured, untyped information about a ModelElement"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaggedValue" abstract="true" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To specify attributes and their corresponding values for a ModelElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Simple key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Terminology/Expression" containment="true"> <eAnnotations source="Comment"> <details key="text" value="the key of the tagged value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="Packages" nsURI="http://www.goalstructuringnotation.info/1.0/packages" nsPrefix="GSN_Packages"> <eAnnotations source="Comment"> <details key="text" value=""/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackage" abstract="true" eSuperTypes="#//Artefact/ArtefactElement"> <eAnnotations source="Comment"> <details key="text" value="Root class for creating structured assurance cases"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assuranceCasePackageCitation" upperBound="-1" eType="#//Packages/AssuranceCasePackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A collection of optional citations to other AssuranceCasePackages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assuranceCasePackage" upperBound="-1" eType="#//Packages/AssuranceCasePackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Optional sub-packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1" eType="#//Packages/AssuranceCasePackageInterface"> <eAnnotations source="Comment"> <details key="text" value="A number of interfaces that the current package may implement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackage" upperBound="-1" eType="#//Argumentation/ArgumentPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of argument packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackage" upperBound="-1" eType="#//Artefact/ArtefactPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of artfact sub-packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackage" upperBound="-1" eType="#//Terminology/TerminologyPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of optional terminology sub-packages"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackageInterface" abstract="true" eSuperTypes="#//Packages/AssuranceCasePackage"> <eAnnotations source="Comment"> <details key="text" value="Enables the declaration of the elements of an AssuranceCasePackage that might be refered to in another AssuranceCasePackage"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackageCitation" abstract="true" eSuperTypes="#//Packages/AssuranceCasePackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another AssuranceCasePackage, used when there is a need to refer to another AssuanceCasePackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Packages/AssuranceCasePackage"/> </eClassifiers> </eSubpackages> <eSubpackages name="Terminology" nsURI="http://www.goalstructuringnotation.info/1.0/terminology" nsPrefix="GSN_Terminology"> <eClassifiers xsi:type="ecore:EClass" name="TerminologyElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for specifying the terminology aspects of an assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyPackage" abstract="true" eSuperTypes="#//Terminology/TerminologyElement"> <eAnnotations source="Comment"> <details key="text" value="Container class for SACM terminology assets"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyAsset" upperBound="-1" eType="#//Terminology/TerminologyAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Contained assets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackage" upperBound="-1" eType="#//Terminology/TerminologyPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Sub packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackageCitation" upperBound="-1" eType="#//Terminology/TerminologyPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Citations contained in the current TerminologyPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyPackageCitation" abstract="true" eSuperTypes="#//Terminology/TerminologyPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to refer to another TerminologyPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" eType="#//Terminology/TerminologyPackage"> <eAnnotations source="Comment"> <details key="text" value="Cited TerminologyPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyAsset" abstract="true" eSuperTypes="#//Terminology/TerminologyElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for terminology assets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" abstract="true" eSuperTypes="#//Terminology/TerminologyAsset"> <eAnnotations source="Comment"> <details key="text" value="Describes categories of ExpressionElements and used to group these elements within TerminologyPackages"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionElement" abstract="true" eSuperTypes="#//Terminology/TerminologyAsset"> <eAnnotations source="Comment"> <details key="text" value="Base class for expressions in SACM"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Terminology/Category"> <eAnnotations source="Comment"> <details key="text" value="Category(-ies) that the current element belongs to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//Terminology/ExpressionElement"> <eAnnotations source="Comment"> <details key="text" value="Used to model abstract/concrete phrases in SACM"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Used to record the value of the expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Terminology/ExpressionElement"> <eAnnotations source="Comment"> <details key="text" value="Optional reference to other ExpressionElements forming part of the StructuredExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" eSuperTypes="#//Terminology/ExpressionElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="An attribute recording the value of the term"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="An external reference"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyAssetCitation" abstract="true" eSuperTypes="#//Terminology/ExpressionElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="citedElement" lowerBound="1" eType="#//Terminology/TerminologyAsset"/> </eClassifiers> </eSubpackages> <eSubpackages name="Argumentation" nsURI="http://www.goalstructuringnotation.info/1.0/argumentation" nsPrefix="GSN_Argumentation"> <eClassifiers xsi:type="ecore:EClass" name="ArgumentationElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Content"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackage" abstract="true" eSuperTypes="#//Argumentation/ArgumentationElement"> <eAnnotations source="Comment"> <details key="text" value="Container for a structured argument represented using SACM"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentAsset" upperBound="-1" eType="#//Argumentation/ArgumentAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of ArgumentAssets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackage" upperBound="-1" eType="#//Argumentation/ArgumentPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of sub packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackageCitation" upperBound="-1" eType="#//Argumentation/ArgumentPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of citations"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//Argumentation/ArgumentPackage"/> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageCitation" abstract="true" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another ArgumentPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Argumentation/ArgumentPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageBinding" abstract="true" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Record the mapping between two or more ArgumentPackages"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="participantPackage" lowerBound="2" upperBound="-1" eType="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="To be discussed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="#//Argumentation/ArgumentPackageBinding"/> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageInterface" abstract="true" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to declare the ArgumentAssets contained in an ArgumentPackage"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentAsset" abstract="true" eSuperTypes="#//Argumentation/ArgumentationElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for the elements of structured argument in SACM"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertion" abstract="true" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to record the popositions of Argumentation"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactElementCitation" abstract="true" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the citation of an Artefact that relates to the structured argument"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Solution" eSuperTypes="#//Argumentation/ArtefactElementCitation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentAssetCitation" abstract="true" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to cite ArgumentAsset"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedAsset" lowerBound="1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Refers to another ArgumentAsset"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AwayGoal" eSuperTypes="#//Argumentation/ArgumentAssetCitation"> <eStructuralFeatures xsi:type="ecore:EReference" name="awayGoal" eType="#//Argumentation/Goal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AwaySolution" eSuperTypes="#//Argumentation/ArgumentAssetCitation"> <eStructuralFeatures xsi:type="ecore:EReference" name="awaySolution" eType="#//Argumentation/Solution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AwayContext" eSuperTypes="#//Argumentation/ArgumentAssetCitation"> <eStructuralFeatures xsi:type="ecore:EReference" name="awayContext" eType="#//Argumentation/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Claim" abstract="true" eSuperTypes="#//Argumentation/Assertion"> <eAnnotations source="Comment"> <details key="text" value="Used to record the propositions of any structured argument"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toBeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="Comment"> <details key="text" value="Flag to indicate if the claim is to be further supported"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//Argumentation/Claim"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="undeveloped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Justification" eSuperTypes="#//Argumentation/Claim"/> <eClassifiers xsi:type="ecore:EClass" name="Assumption" eSuperTypes="#//Argumentation/Claim"/> <eClassifiers xsi:type="ecore:EClass" name="ArgumentReasoning" abstract="true" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to provide additional description or explanation of the asserted inference or challange that connects one or more Claims"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Strategy" eSuperTypes="#//Argumentation/ArgumentReasoning"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="undeveloped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//Argumentation/ArgumentAsset"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refersToExternalMaterial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedRelationship" abstract="true" eSuperTypes="#//Argumentation/Assertion"> <eAnnotations source="Comment"> <details key="text" value="Abstract association class that enables the ArgumentAssets of any structured argument to be linked together"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Source of the relationship"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Target of the relationship"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedInference" abstract="true" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the inference that a user declares to exist between on or more Assertion and another Assertion"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportedBy" eSuperTypes="#//Argumentation/AssertedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requires" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedEvidence" abstract="true" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the declaration that one or more artefacts of Evidence provide information that helps establish the truth of a Claim"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedChallenge" abstract="true" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the challenge that a user declares to exist between one or more Claims and another Claim"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedCounterEvidence" abstract="true" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Used to associate evidence to a Claim, where this evidence is being asserted to infer that the Claim is false"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedContext" abstract="true" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Used to declare that the artefact cited by an ArtefactElementCitation provides the context for the interpretation and scoping of a Claim"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InContextOf" eSuperTypes="#//Argumentation/AssertedContext"/> </eSubpackages> <eSubpackages name="Artefact" nsURI="http://www.goalstructuringnotation.info/1.0/artefact" nsPrefix="GSN_Artefact"> <eClassifiers xsi:type="ecore:EClass" name="ArtefactElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eAnnotations source="Comment"> <details key="text" value="To specify all the identifiable units of data modeled and managed in a structured assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackage" abstract="true" eSuperTypes="#//Artefact/ArtefactElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackageCitation" upperBound="-1" eType="#//Artefact/ArtefactPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of citation to other ArtefactPackages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactAsset" upperBound="-1" eType="#//Artefact/ArtefactAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of ArtefactAsset elements"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackage" upperBound="-1" eType="#//Artefact/ArtefactPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of contained ArtefactPackage elements"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1" eType="#//Artefact/ArtefactPackageInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageCitation" abstract="true" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another ArtefactPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Cited ArtefactPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageBinding" abstract="true" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to record ArtefactAssertRelationships between the ArtefactAssets of two or more ArtefactPackages"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="participantpackage" lowerBound="2" upperBound="-1" eType="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="The ArtefactPackages containing the ArtefactAssets being related together by the ArtefactPackageBinding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageInterface" abstract="true" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Defines an interface that may be exchanged between users"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAsset" abstract="true" eSuperTypes="#//Artefact/ArtefactElement"> <eAnnotations source="Comment"> <details key="text" value="Represents the artefact-specific pieces of information of an assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAssetCitation" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Allows an ArtefactPackage to refer to the components of another ArtefactPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedAsset" lowerBound="1" eType="#//Artefact/ArtefactAsset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents the distinguishable units of data used in an assurance case"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Version of the artefact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="Comment"> <details key="text" value="Date of creation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactProperty" upperBound="-1" eType="#//Artefact/ArtefactProperty" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Properties this Artefact possesses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactEvent" upperBound="-1" eType="#//Artefact/ArtefactEvent" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Set of ArtefactEvents that represent the lifecycle of the Arteface"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactProperty" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the characteristics of an Artefact"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactEvent" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the events in the lifecycle of an Artefact"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="Comment"> <details key="text" value="date when the event occurred"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Corresponds ot the tangible objects representing an Artefact"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="The path or URL specifying the location of the Resource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents units of work related to the management of ArtefactAssets"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technique" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents techniques associated with Artefacts"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Participant" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the parties involved in the management of ArtefactAssets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAssetRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the ArtefactAssets of an assurance case to be linked together"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Artefact/ArtefactAsset"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Artefact/ArtefactAsset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables two Artefacts to be linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables two Activities to be related together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactActivityRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables Artefact and an Activity to be Linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactTechniqueRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables an Artefact and a Technique to be linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParticipantRoleRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables a Participant to be linked to other ArtefactAssets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactResourceRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables an Artefact and a Resource to be linked together"/> </eAnnotations> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/epsilonlabs/SACM-UML-Profile/gsn.model.validation/src/gsnModels/gsn.ecore
ecore
GSN Commons SACMElement ModelElement gid name uninstantiated UtilityElement sExpression expression ImplementationConstraint Description Note TaggedValue sKey key Packages AssuranceCasePackage assuranceCasePackageCitation assuranceCasePackage interface argumentPackage artefactPackage terminologyPackage AssuranceCasePackageInterface AssuranceCasePackageCitation citedPackage Terminology TerminologyElement TerminologyPackage terminologyAsset terminologyPackage terminologyPackageCitation TerminologyPackageCitation citedPackage TerminologyAsset Category ExpressionElement category Expression value element Term value externalReference TerminologyAssetCitation citedElement Argumentation ArgumentationElement content ArgumentPackage argumentAsset argumentPackage argumentPackageCitation Module ArgumentPackageCitation citedPackage ArgumentPackageBinding participantPackage Contract ArgumentPackageInterface ArgumentAsset Assertion ArtefactElementCitation Solution isPublic ArgumentAssetCitation citedAsset AwayGoal awayGoal AwaySolution awaySolution AwayContext awayContext Claim toBeSupported Goal public undeveloped Justification Assumption ArgumentReasoning Strategy undeveloped Context isPublic refersToExternalMaterial AssertedRelationship source target AssertedInference SupportedBy requires -1 AssertedEvidence AssertedChallenge AssertedCounterEvidence AssertedContext InContextOf Artefact ArtefactElement ArtefactPackage artefactPackageCitation artefactAsset artefactPackage interface ArtefactPackageCitation citedPackage ArtefactPackageBinding participantpackage ArtefactPackageInterface ArtefactAsset ArtefactAssetCitation citedAsset Artefact version date artefactProperty artefactEvent ArtefactProperty ArtefactEvent date Resource location Activity startTime endTime Technique Participant ArtefactAssetRelationship source target ArtefactRelationship ActivityRelationship ArtefactActivityRelationship ArtefactTechniqueRelationship ParticipantRoleRelationship ArtefactResourceRelationship
null
{"directed":true,"nodes":[{"nsPrefix":"gsn","nsURI":"http://www.goalstructuringnotation.info/1.0","name":"GSN","id":0,"eClass":"EPackage"},{"nsPrefix":"GSN_Commons","nsURI":"http://www.goalstructuringnotation.info/1.0/commons","name":"Commons","id":1,"eClass":"EPackage"},{"nsPrefix":"GSN_Packages","nsURI":"http://www.goalstructuringnotation.info/1.0/packages","name":"Packages","id":2,"eClass":"EPackage"},{"nsPrefix":"GSN_Terminology","nsURI":"http://www.goalstructuringnotation.info/1.0/terminology","name":"Terminology","id":3,"eClass":"EPackage"},{"nsPrefix":"GSN_Argumentation","nsURI":"http://www.goalstructuringnotation.info/1.0/argumentation","name":"Argumentation","id":4,"eClass":"EPackage"},{"nsPrefix":"GSN_Artefact","nsURI":"http://www.goalstructuringnotation.info/1.0/artefact","name":"Artefact","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SACMElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationConstraint","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedValue","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uninstantiated","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sExpression","changeable":true,"lowerBound":0,"iD":false,"id":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sKey","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":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackage","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackageInterface","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackageCitation","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactElement","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assuranceCasePackageCitation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"assuranceCasePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","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":"argumentPackage","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":"artefactPackage","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":"terminologyPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackage","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackage","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyPackage","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"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":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyElement","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyPackageCitation","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyAsset","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionElement","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyAssetCitation","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminologyAsset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminologyPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminologyPackageCitation","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentationElement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageCitation","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageBinding","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageInterface","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentAsset","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactElementCitation","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Solution","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentAssetCitation","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwayGoal","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwaySolution","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwayContext","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Claim","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Justification","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assumption","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentReasoning","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strategy","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedRelationship","instanceClass":null,"abstract":true,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedInference","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedBy","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedEvidence","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedChallenge","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedCounterEvidence","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedContext","instanceClass":null,"abstract":true,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InContextOf","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"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":"argumentAsset","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":"argumentPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentPackageCitation","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"participantPackage","changeable":true,"resolveProxies":true,"lowerBound":2,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedAsset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"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":"awayGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"awaySolution","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"awayContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toBeSupported","changeable":true,"lowerBound":0,"iD":false,"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":"public","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":"undeveloped","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"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undeveloped","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"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":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refersToExternalMaterial","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"requires","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"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageCitation","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageBinding","instanceClass":null,"abstract":true,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageInterface","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAsset","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAssetCitation","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactProperty","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactEvent","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technique","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":true,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAssetRelationship","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactRelationship","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityRelationship","instanceClass":null,"abstract":true,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactActivityRelationship","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactTechniqueRelationship","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantRoleRelationship","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactResourceRelationship","instanceClass":null,"abstract":true,"id":211,"interface":false,"eClass":"EClass"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactPackageCitation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactAsset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participantpackage","changeable":true,"resolveProxies":true,"lowerBound":2,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedAsset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"artefactEvent","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"},{"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":0},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":6},{"source":7,"target":13},{"source":7,"target":14},{"source":7,"target":15},{"source":7,"target":16},{"source":13,"target":17},{"source":13,"target":7},{"source":14,"target":18},{"source":14,"target":7},{"source":15,"target":19},{"source":15,"target":7},{"source":16,"target":6},{"source":8,"target":1},{"source":8,"target":6},{"source":8,"target":20},{"source":8,"target":21},{"source":8,"target":22},{"source":20,"target":23},{"source":20,"target":8},{"source":21,"target":24},{"source":21,"target":25},{"source":21,"target":8},{"source":25,"target":24},{"source":22,"target":6},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":26},{"source":26,"target":8},{"source":10,"target":1},{"source":10,"target":8},{"source":10,"target":27},{"source":27,"target":8},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":28},{"source":28,"target":8},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":29},{"source":12,"target":30},{"source":12,"target":31},{"source":29,"target":32},{"source":29,"target":12},{"source":30,"target":24},{"source":30,"target":33},{"source":30,"target":12},{"source":33,"target":24},{"source":31,"target":8},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":0},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":38},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":41},{"source":34,"target":42},{"source":34,"target":43},{"source":34,"target":44},{"source":38,"target":36},{"source":38,"target":45},{"source":38,"target":34},{"source":45,"target":36},{"source":39,"target":34},{"source":39,"target":46},{"source":39,"target":34},{"source":46,"target":34},{"source":40,"target":35},{"source":40,"target":47},{"source":40,"target":34},{"source":47,"target":35},{"source":41,"target":48},{"source":41,"target":49},{"source":41,"target":34},{"source":49,"target":48},{"source":42,"target":50},{"source":42,"target":51},{"source":42,"target":34},{"source":51,"target":50},{"source":43,"target":52},{"source":43,"target":53},{"source":43,"target":34},{"source":53,"target":52},{"source":44,"target":37},{"source":35,"target":2},{"source":35,"target":34},{"source":35,"target":54},{"source":54,"target":34},{"source":36,"target":2},{"source":36,"target":34},{"source":36,"target":55},{"source":36,"target":56},{"source":55,"target":34},{"source":55,"target":57},{"source":55,"target":36},{"source":57,"target":34},{"source":56,"target":34},{"source":3,"target":58},{"source":3,"target":52},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":24},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":0},{"source":58,"target":3},{"source":58,"target":7},{"source":58,"target":65},{"source":65,"target":7},{"source":52,"target":3},{"source":52,"target":58},{"source":52,"target":66},{"source":52,"target":67},{"source":52,"target":68},{"source":52,"target":69},{"source":66,"target":60},{"source":66,"target":70},{"source":66,"target":52},{"source":70,"target":60},{"source":67,"target":52},{"source":67,"target":71},{"source":67,"target":52},{"source":71,"target":52},{"source":68,"target":59},{"source":68,"target":72},{"source":68,"target":52},{"source":72,"target":59},{"source":69,"target":58},{"source":59,"target":3},{"source":59,"target":52},{"source":59,"target":73},{"source":59,"target":74},{"source":73,"target":52},{"source":73,"target":75},{"source":73,"target":59},{"source":75,"target":52},{"source":74,"target":52},{"source":60,"target":3},{"source":60,"target":58},{"source":60,"target":76},{"source":76,"target":58},{"source":61,"target":3},{"source":61,"target":60},{"source":61,"target":77},{"source":77,"target":60},{"source":62,"target":3},{"source":62,"target":60},{"source":62,"target":78},{"source":62,"target":79},{"source":78,"target":61},{"source":78,"target":80},{"source":78,"target":62},{"source":80,"target":61},{"source":79,"target":60},{"source":24,"target":3},{"source":24,"target":62},{"source":24,"target":81},{"source":24,"target":82},{"source":24,"target":83},{"source":81,"target":84},{"source":81,"target":24},{"source":82,"target":62},{"source":82,"target":85},{"source":82,"target":24},{"source":85,"target":62},{"source":83,"target":62},{"source":63,"target":3},{"source":63,"target":62},{"source":63,"target":86},{"source":63,"target":87},{"source":63,"target":88},{"source":86,"target":89},{"source":86,"target":63},{"source":87,"target":90},{"source":87,"target":63},{"source":88,"target":62},{"source":64,"target":3},{"source":64,"target":62},{"source":64,"target":91},{"source":64,"target":92},{"source":91,"target":60},{"source":91,"target":93},{"source":91,"target":64},{"source":93,"target":60},{"source":92,"target":62},{"source":4,"target":94},{"source":4,"target":48},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":0},{"source":94,"target":4},{"source":94,"target":7},{"source":94,"target":123},{"source":94,"target":124},{"source":123,"target":125},{"source":123,"target":94},{"source":124,"target":7},{"source":48,"target":4},{"source":48,"target":94},{"source":48,"target":126},{"source":48,"target":127},{"source":48,"target":128},{"source":48,"target":129},{"source":126,"target":100},{"source":126,"target":130},{"source":126,"target":48},{"source":130,"target":100},{"source":127,"target":48},{"source":127,"target":131},{"source":127,"target":48},{"source":131,"target":48},{"source":128,"target":96},{"source":128,"target":132},{"source":128,"target":48},{"source":132,"target":96},{"source":129,"target":94},{"source":95,"target":4},{"source":95,"target":48},{"source":95,"target":133},{"source":133,"target":48},{"source":96,"target":4},{"source":96,"target":48},{"source":96,"target":134},{"source":96,"target":135},{"source":134,"target":48},{"source":134,"target":136},{"source":134,"target":96},{"source":136,"target":48},{"source":135,"target":48},{"source":97,"target":4},{"source":97,"target":48},{"source":97,"target":137},{"source":97,"target":138},{"source":137,"target":48},{"source":137,"target":139},{"source":137,"target":97},{"source":139,"target":48},{"source":138,"target":48},{"source":98,"target":4},{"source":98,"target":97},{"source":98,"target":140},{"source":140,"target":97},{"source":99,"target":4},{"source":99,"target":48},{"source":99,"target":141},{"source":141,"target":48},{"source":100,"target":4},{"source":100,"target":94},{"source":100,"target":142},{"source":142,"target":94},{"source":101,"target":4},{"source":101,"target":100},{"source":101,"target":143},{"source":143,"target":100},{"source":102,"target":4},{"source":102,"target":100},{"source":102,"target":144},{"source":144,"target":100},{"source":103,"target":4},{"source":103,"target":102},{"source":103,"target":145},{"source":103,"target":146},{"source":145,"target":147},{"source":145,"target":103},{"source":146,"target":102},{"source":104,"target":4},{"source":104,"target":100},{"source":104,"target":148},{"source":104,"target":149},{"source":148,"target":100},{"source":148,"target":150},{"source":148,"target":104},{"source":150,"target":100},{"source":149,"target":100},{"source":105,"target":4},{"source":105,"target":104},{"source":105,"target":151},{"source":105,"target":152},{"source":151,"target":109},{"source":151,"target":153},{"source":151,"target":105},{"source":153,"target":109},{"source":152,"target":104},{"source":106,"target":4},{"source":106,"target":104},{"source":106,"target":154},{"source":106,"target":155},{"source":154,"target":103},{"source":154,"target":156},{"source":154,"target":106},{"source":156,"target":103},{"source":155,"target":104},{"source":107,"target":4},{"source":107,"target":104},{"source":107,"target":157},{"source":107,"target":158},{"source":157,"target":114},{"source":157,"target":159},{"source":157,"target":107},{"source":159,"target":114},{"source":158,"target":104},{"source":108,"target":4},{"source":108,"target":101},{"source":108,"target":160},{"source":108,"target":161},{"source":160,"target":162},{"source":160,"target":108},{"source":161,"target":101},{"source":109,"target":4},{"source":109,"target":108},{"source":109,"target":163},{"source":109,"target":164},{"source":109,"target":165},{"source":163,"target":166},{"source":163,"target":109},{"source":164,"target":167},{"source":164,"target":109},{"source":165,"target":108},{"source":110,"target":4},{"source":110,"target":108},{"source":110,"target":168},{"source":168,"target":108},{"source":111,"target":4},{"source":111,"target":108},{"source":111,"target":169},{"source":169,"target":108},{"source":112,"target":4},{"source":112,"target":100},{"source":112,"target":170},{"source":170,"target":100},{"source":113,"target":4},{"source":113,"target":112},{"source":113,"target":171},{"source":113,"target":172},{"source":171,"target":173},{"source":171,"target":113},{"source":172,"target":112},{"source":114,"target":4},{"source":114,"target":100},{"source":114,"target":174},{"source":114,"target":175},{"source":114,"target":176},{"source":174,"target":177},{"source":174,"target":114},{"source":175,"target":178},{"source":175,"target":114},{"source":176,"target":100},{"source":115,"target":4},{"source":115,"target":101},{"source":115,"target":179},{"source":115,"target":180},{"source":115,"target":181},{"source":179,"target":100},{"source":179,"target":182},{"source":179,"target":115},{"source":182,"target":100},{"source":180,"target":100},{"source":180,"target":183},{"source":180,"target":115},{"source":183,"target":100},{"source":181,"target":101},{"source":116,"target":4},{"source":116,"target":115},{"source":116,"target":184},{"source":184,"target":115},{"source":117,"target":4},{"source":117,"target":115},{"source":117,"target":185},{"source":117,"target":186},{"source":185,"target":187},{"source":185,"target":117},{"source":186,"target":115},{"source":118,"target":4},{"source":118,"target":115},{"source":118,"target":188},{"source":188,"target":115},{"source":119,"target":4},{"source":119,"target":115},{"source":119,"target":189},{"source":189,"target":115},{"source":120,"target":4},{"source":120,"target":115},{"source":120,"target":190},{"source":190,"target":115},{"source":121,"target":4},{"source":121,"target":115},{"source":121,"target":191},{"source":191,"target":115},{"source":122,"target":4},{"source":122,"target":121},{"source":122,"target":192},{"source":192,"target":121},{"source":5,"target":37},{"source":5,"target":50},{"source":5,"target":193},{"source":5,"target":194},{"source":5,"target":195},{"source":5,"target":196},{"source":5,"target":197},{"source":5,"target":198},{"source":5,"target":199},{"source":5,"target":200},{"source":5,"target":201},{"source":5,"target":202},{"source":5,"target":203},{"source":5,"target":204},{"source":5,"target":205},{"source":5,"target":206},{"source":5,"target":207},{"source":5,"target":208},{"source":5,"target":209},{"source":5,"target":210},{"source":5,"target":211},{"source":5,"target":0},{"source":37,"target":5},{"source":37,"target":7},{"source":37,"target":212},{"source":212,"target":7},{"source":50,"target":5},{"source":50,"target":37},{"source":50,"target":213},{"source":50,"target":214},{"source":50,"target":215},{"source":50,"target":216},{"source":50,"target":217},{"source":213,"target":193},{"source":213,"target":218},{"source":213,"target":50},{"source":218,"target":193},{"source":214,"target":196},{"source":214,"target":219},{"source":214,"target":50},{"source":219,"target":196},{"source":215,"target":50},{"source":215,"target":220},{"source":215,"target":50},{"source":220,"target":50},{"source":216,"target":195},{"source":216,"target":221},{"source":216,"target":50},{"source":221,"target":195},{"source":217,"target":37},{"source":193,"target":5},{"source":193,"target":50},{"source":193,"target":222},{"source":193,"target":223},{"source":222,"target":50},{"source":222,"target":224},{"source":222,"target":193},{"source":224,"target":50},{"source":223,"target":50},{"source":194,"target":5},{"source":194,"target":50},{"source":194,"target":225},{"source":194,"target":226},{"source":225,"target":50},{"source":225,"target":227},{"source":225,"target":194},{"source":227,"target":50},{"source":226,"target":50},{"source":195,"target":5},{"source":195,"target":50},{"source":195,"target":228},{"source":228,"target":50},{"source":196,"target":5},{"source":196,"target":37},{"source":196,"target":229},{"source":229,"target":37},{"source":197,"target":5},{"source":197,"target":196},{"source":197,"target":230},{"source":197,"target":231},{"source":230,"target":196},{"source":230,"target":232},{"source":230,"target":197},{"source":232,"target":196},{"source":231,"target":196},{"source":198,"target":5},{"source":198,"target":196},{"source":198,"target":233},{"source":198,"target":234},{"source":198,"target":235},{"source":198,"target":236},{"source":198,"target":237},{"source":233,"target":238},{"source":233,"target":198},{"source":234,"target":239},{"source":234,"target":198},{"source":235,"target":199},{"source":235,"target":240},{"source":235,"target":198},{"source":240,"target":199},{"source":236,"target":200},{"source":236,"target":241},{"source":236,"target":198},{"source":241,"target":200},{"source":237,"target":196},{"source":199,"target":5},{"source":199,"target":196},{"source":199,"target":242},{"source":242,"target":196},{"source":200,"target":5},{"source":200,"target":196},{"source":200,"target":243},{"source":200,"target":244},{"source":243,"target":245},{"source":243,"target":200},{"source":244,"target":196},{"source":201,"target":5},{"source":201,"target":196},{"source":201,"target":246},{"source":201,"target":247},{"source":246,"target":248},{"source":246,"target":201},{"source":247,"target":196},{"source":202,"target":5},{"source":202,"target":196},{"source":202,"target":249},{"source":202,"target":250},{"source":202,"target":251},{"source":249,"target":252},{"source":249,"target":202},{"source":250,"target":253},{"source":250,"target":202},{"source":251,"target":196},{"source":203,"target":5},{"source":203,"target":196},{"source":203,"target":254},{"source":254,"target":196},{"source":204,"target":5},{"source":204,"target":196},{"source":204,"target":255},{"source":255,"target":196},{"source":205,"target":5},{"source":205,"target":196},{"source":205,"target":256},{"source":205,"target":257},{"source":205,"target":258},{"source":256,"target":196},{"source":256,"target":259},{"source":256,"target":205},{"source":259,"target":196},{"source":257,"target":196},{"source":257,"target":260},{"source":257,"target":205},{"source":260,"target":196},{"source":258,"target":196},{"source":206,"target":5},{"source":206,"target":205},{"source":206,"target":261},{"source":261,"target":205},{"source":207,"target":5},{"source":207,"target":205},{"source":207,"target":262},{"source":262,"target":205},{"source":208,"target":5},{"source":208,"target":205},{"source":208,"target":263},{"source":263,"target":205},{"source":209,"target":5},{"source":209,"target":205},{"source":209,"target":264},{"source":264,"target":205},{"source":210,"target":5},{"source":210,"target":205},{"source":210,"target":265},{"source":265,"target":205},{"source":211,"target":5},{"source":211,"target":205},{"source":211,"target":266},{"source":266,"target":205}],"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="art_relaxed" nsURI="http://art_relaxed" nsPrefix="art_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//AspectModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//distrib_relaxed/Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//type_relaxed/Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//type_relaxed/ComponentType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//group_relaxed/Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalityElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AspectModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pid" eType="#//String"/> </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"/> <eSubpackages name="instance_relaxed" nsURI="http://art/instance_relaxed" nsPrefix="instance_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="ComponentInstance" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//type_relaxed/ComponentType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superComponent" eType="#//instance_relaxed/CompositeInstance" eOpposite="#//instance_relaxed/CompositeInstance/subComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//instance_relaxed/AttributeInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1" eType="#//instance_relaxed/TransmissionBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implem" eType="#//implem_relaxed/ComponentImplementation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//group_relaxed/InstanceGroup" eOpposite="#//group_relaxed/InstanceGroup/instances"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveInstance" eSuperTypes="#//instance_relaxed/ComponentInstance"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeInstance" eSuperTypes="#//instance_relaxed/ComponentInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponent" upperBound="-1" eType="#//instance_relaxed/ComponentInstance" containment="true" eOpposite="#//instance_relaxed/ComponentInstance/superComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegation" upperBound="-1" eType="#//instance_relaxed/DelegationBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InstanceState"> <eLiterals name="OFF"/> <eLiterals name="ON" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true" eSuperTypes="#//AspectModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="serverInstance" lowerBound="1" eType="#//instance_relaxed/ComponentInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransmissionBinding" eSuperTypes="#//instance_relaxed/Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" eType="#//type_relaxed/AbstractPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="server" lowerBound="1" eType="#//type_relaxed/AbstractPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegationBinding" eSuperTypes="#//instance_relaxed/Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//type_relaxed/AbstractPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exported" lowerBound="1" eType="#//type_relaxed/AbstractPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeInstance" abstract="true" eSuperTypes="#//AspectModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuedAttribute" eSuperTypes="#//instance_relaxed/AttributeInstance"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//type_relaxed/BasicAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryValuedAttribute" eSuperTypes="#//instance_relaxed/AttributeInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//instance_relaxed/Entry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//type_relaxed/Dictionary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entry" abstract="true" eSuperTypes="#//AspectModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultEntry" eSuperTypes="#//instance_relaxed/Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//type_relaxed/DictionaryDefaultValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherEntry" eSuperTypes="#//instance_relaxed/Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//String"/> </eClassifiers> </eSubpackages> <eSubpackages name="type_relaxed" nsURI="http://art/type_relaxed" nsPrefix="type_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="ComponentType" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" upperBound="-1" eType="#//type_relaxed/AbstractPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//type_relaxed/Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//group_relaxed/TypeGroup" eOpposite="#//group_relaxed/TypeGroup/types"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implem" eType="#//implem_relaxed/TypeImplementation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//type_relaxed/ComponentType"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeType" eSuperTypes="#//type_relaxed/ComponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Service" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" upperBound="-1" eType="#//type_relaxed/Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//type_relaxed/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//type_relaxed/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionalService" eSuperTypes="#//type_relaxed/Service"/> <eClassifiers xsi:type="ecore:EClass" name="ControlService" eSuperTypes="#//type_relaxed/Service"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractPort" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//type_relaxed/Service"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//CardinalityElement #//type_relaxed/AbstractPort"/> <eClassifiers xsi:type="ecore:EClass" name="PortCollection" eSuperTypes="#//type_relaxed/AbstractPort"> <eStructuralFeatures xsi:type="ecore:EReference" name="ids" lowerBound="1" upperBound="-1" eType="#//type_relaxed/PortId" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortId" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EEnum" name="PortRole"> <eLiterals name="client"/> <eLiterals name="server" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BasicAttribute" eSuperTypes="#//type_relaxed/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dictionary" eSuperTypes="#//type_relaxed/Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="#//type_relaxed/DictionaryDefaultValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryDefaultValue" eSuperTypes="#//AspectModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/> </eClassifiers> </eSubpackages> <eSubpackages name="implem_relaxed" nsURI="http://art/implem_relaxed" nsPrefix="implem_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="ComponentImplementation" abstract="true" eSuperTypes="#//AspectModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="FractalComponent" eSuperTypes="#//implem_relaxed/ComponentImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="controllerDesc" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentDesc" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OSGiComponent" eSuperTypes="#//implem_relaxed/ComponentImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementingClass" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeImplementation" abstract="true" eSuperTypes="#//AspectModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="OSGiType" eSuperTypes="#//implem_relaxed/TypeImplementation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateInstanceBundle" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="group_relaxed" nsURI="http://art/group_relaxed" nsPrefix="group_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="Group" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypeGroup" eSuperTypes="#//group_relaxed/Group"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//type_relaxed/ComponentType" eOpposite="#//type_relaxed/ComponentType/groups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subGroups" upperBound="-1" eType="#//group_relaxed/TypeGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceGroup" eSuperTypes="#//group_relaxed/Group"> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//instance_relaxed/ComponentInstance" eOpposite="#//instance_relaxed/ComponentInstance/groups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subGroups" upperBound="-1" eType="#//group_relaxed/InstanceGroup" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="distrib_relaxed" nsURI="http://art/distrib_relaxed" nsPrefix="distrib_relaxed"> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//instance_relaxed/ComponentInstance" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/BackupTheBerlios/diva-unix-svn/trunk/divastudio/plugins/org.kermeta.art.model/model/aom/metamodel@runtime_relaxed.ecore
ecore
art_relaxed NamedElement name ModelElement System nodes services types dataTypes groups DataType TypedElement type CardinalityElement lower upper AspectModelElement pid String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer instance_relaxed ComponentInstance type state superComponent attribute binding implem groups PrimitiveInstance CompositeInstance subComponent delegation InstanceState OFF OFF ON ON Binding serverInstance id TransmissionBinding client server DelegationBinding source exported AttributeInstance ValuedAttribute value attribute DictionaryValuedAttribute entries attribute Entry value DefaultEntry key OtherEntry key type_relaxed ComponentType port attribute groups implem PrimitiveType CompositeType Service operation Operation input output Parameter FunctionalService ControlService AbstractPort service role protocol uri Port PortCollection ids PortId PortRole client client server server Attribute BasicAttribute defaultValue Dictionary valueType keys DictionaryDefaultValue key value implem_relaxed ComponentImplementation FractalComponent controllerDesc contentDesc OSGiComponent implementingClass TypeImplementation OSGiType generateInstanceBundle true group_relaxed Group TypeGroup types subGroups InstanceGroup instances subGroups distrib_relaxed Node uri components
null
{"directed":true,"nodes":[{"nsPrefix":"art_relaxed","nsURI":"http://art_relaxed","name":"art_relaxed","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalityElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AspectModelElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":10,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"instance_relaxed","nsURI":"http://art/instance_relaxed","name":"instance_relaxed","id":11,"eClass":"EPackage"},{"nsPrefix":"type_relaxed","nsURI":"http://art/type_relaxed","name":"type_relaxed","id":12,"eClass":"EPackage"},{"nsPrefix":"implem_relaxed","nsURI":"http://art/implem_relaxed","name":"implem_relaxed","id":13,"eClass":"EPackage"},{"nsPrefix":"group_relaxed","nsURI":"http://art/group_relaxed","name":"group_relaxed","id":14,"eClass":"EPackage"},{"nsPrefix":"distrib_relaxed","nsURI":"http://art/distrib_relaxed","name":"distrib_relaxed","id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":"services","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":"types","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":"dataTypes","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pid","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentInstance","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveInstance","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeInstance","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InstanceState","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransmissionBinding","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegationBinding","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInstance","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuedAttribute","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryValuedAttribute","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultEntry","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherEntry","instanceClass":null,"abstract":false,"id":58,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"state","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"binding","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":"implem","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementation","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceGroup","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"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":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"OFF","id":83,"value":0,"literal":"OFF","eClass":"EEnumLiteral"},{"name":"ON","id":84,"value":1,"literal":"ON","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":"serverInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","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":false,"unsettable":false,"transient":false,"unique":true,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPort","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":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":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exported","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":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":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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicAttribute","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dictionary","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"id":113,"eClass":"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":114,"derived":false},{"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":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryDefaultValue","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalService","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlService","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortCollection","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortId","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortRole","instanceClass":null,"id":133,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":134,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeGroup","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeImplementation","instanceClass":null,"abstract":true,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"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":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":"protocol","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ids","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"name":"client","id":175,"value":0,"literal":"client","eClass":"EEnumLiteral"},{"name":"server","id":176,"value":1,"literal":"server","eClass":"EEnumLiteral"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FractalComponent","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSGiComponent","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSGiType","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controllerDesc","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentDesc","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementingClass","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateInstanceBundle","changeable":true,"lowerBound":1,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":8},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":8},{"source":17,"target":7},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":19},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":20,"target":26},{"source":20,"target":27},{"source":20,"target":3},{"source":27,"target":26},{"source":21,"target":28},{"source":21,"target":29},{"source":21,"target":3},{"source":29,"target":28},{"source":22,"target":30},{"source":22,"target":31},{"source":22,"target":3},{"source":31,"target":30},{"source":23,"target":4},{"source":23,"target":32},{"source":23,"target":3},{"source":32,"target":4},{"source":24,"target":33},{"source":24,"target":34},{"source":24,"target":3},{"source":34,"target":33},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":35},{"source":35,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":36,"target":4},{"source":36,"target":38},{"source":36,"target":5},{"source":38,"target":4},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":10},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":10},{"source":40,"target":10},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":10},{"source":41,"target":2},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":8},{"source":44,"target":45},{"source":44,"target":7},{"source":45,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":0},{"source":46,"target":11},{"source":46,"target":2},{"source":46,"target":59},{"source":46,"target":60},{"source":46,"target":61},{"source":46,"target":62},{"source":46,"target":63},{"source":46,"target":64},{"source":46,"target":65},{"source":46,"target":66},{"source":59,"target":30},{"source":59,"target":67},{"source":59,"target":46},{"source":67,"target":30},{"source":60,"target":8},{"source":60,"target":68},{"source":60,"target":46},{"source":68,"target":8},{"source":61,"target":48},{"source":61,"target":69},{"source":61,"target":46},{"source":61,"target":70},{"source":69,"target":48},{"source":62,"target":53},{"source":62,"target":71},{"source":62,"target":46},{"source":71,"target":53},{"source":63,"target":51},{"source":63,"target":72},{"source":63,"target":46},{"source":72,"target":51},{"source":64,"target":73},{"source":64,"target":74},{"source":64,"target":46},{"source":74,"target":73},{"source":65,"target":75},{"source":65,"target":76},{"source":65,"target":46},{"source":65,"target":77},{"source":76,"target":75},{"source":66,"target":2},{"source":47,"target":11},{"source":47,"target":46},{"source":47,"target":78},{"source":78,"target":46},{"source":48,"target":11},{"source":48,"target":46},{"source":48,"target":70},{"source":48,"target":79},{"source":48,"target":80},{"source":70,"target":46},{"source":70,"target":81},{"source":70,"target":48},{"source":70,"target":61},{"source":81,"target":46},{"source":79,"target":52},{"source":79,"target":82},{"source":79,"target":48},{"source":82,"target":52},{"source":80,"target":46},{"source":49,"target":11},{"source":49,"target":83},{"source":49,"target":84},{"source":83,"target":49},{"source":84,"target":49},{"source":50,"target":11},{"source":50,"target":7},{"source":50,"target":85},{"source":50,"target":86},{"source":50,"target":87},{"source":85,"target":46},{"source":85,"target":88},{"source":85,"target":50},{"source":88,"target":46},{"source":86,"target":8},{"source":86,"target":89},{"source":86,"target":50},{"source":89,"target":8},{"source":87,"target":7},{"source":51,"target":11},{"source":51,"target":50},{"source":51,"target":90},{"source":51,"target":91},{"source":51,"target":92},{"source":90,"target":93},{"source":90,"target":94},{"source":90,"target":51},{"source":94,"target":93},{"source":91,"target":93},{"source":91,"target":95},{"source":91,"target":51},{"source":95,"target":93},{"source":92,"target":50},{"source":52,"target":11},{"source":52,"target":50},{"source":52,"target":96},{"source":52,"target":97},{"source":52,"target":98},{"source":96,"target":93},{"source":96,"target":99},{"source":96,"target":52},{"source":99,"target":93},{"source":97,"target":93},{"source":97,"target":100},{"source":97,"target":52},{"source":100,"target":93},{"source":98,"target":50},{"source":53,"target":11},{"source":53,"target":7},{"source":53,"target":101},{"source":101,"target":7},{"source":54,"target":11},{"source":54,"target":53},{"source":54,"target":102},{"source":54,"target":103},{"source":54,"target":104},{"source":102,"target":8},{"source":102,"target":105},{"source":102,"target":54},{"source":105,"target":8},{"source":103,"target":106},{"source":103,"target":107},{"source":103,"target":54},{"source":107,"target":106},{"source":104,"target":53},{"source":55,"target":11},{"source":55,"target":53},{"source":55,"target":108},{"source":55,"target":109},{"source":55,"target":110},{"source":108,"target":56},{"source":108,"target":111},{"source":108,"target":55},{"source":111,"target":56},{"source":109,"target":112},{"source":109,"target":113},{"source":109,"target":55},{"source":113,"target":112},{"source":110,"target":53},{"source":56,"target":11},{"source":56,"target":7},{"source":56,"target":114},{"source":56,"target":115},{"source":114,"target":8},{"source":114,"target":116},{"source":114,"target":56},{"source":116,"target":8},{"source":115,"target":7},{"source":57,"target":11},{"source":57,"target":56},{"source":57,"target":117},{"source":57,"target":118},{"source":117,"target":119},{"source":117,"target":120},{"source":117,"target":57},{"source":120,"target":119},{"source":118,"target":56},{"source":58,"target":11},{"source":58,"target":56},{"source":58,"target":121},{"source":58,"target":122},{"source":121,"target":8},{"source":121,"target":123},{"source":121,"target":58},{"source":123,"target":8},{"source":122,"target":56},{"source":12,"target":30},{"source":12,"target":124},{"source":12,"target":125},{"source":12,"target":28},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":93},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":106},{"source":12,"target":112},{"source":12,"target":119},{"source":12,"target":0},{"source":30,"target":12},{"source":30,"target":2},{"source":30,"target":135},{"source":30,"target":136},{"source":30,"target":137},{"source":30,"target":138},{"source":30,"target":139},{"source":135,"target":93},{"source":135,"target":140},{"source":135,"target":30},{"source":140,"target":93},{"source":136,"target":134},{"source":136,"target":141},{"source":136,"target":30},{"source":141,"target":134},{"source":137,"target":142},{"source":137,"target":143},{"source":137,"target":30},{"source":137,"target":144},{"source":143,"target":142},{"source":138,"target":145},{"source":138,"target":146},{"source":138,"target":30},{"source":146,"target":145},{"source":139,"target":2},{"source":124,"target":12},{"source":124,"target":30},{"source":124,"target":147},{"source":147,"target":30},{"source":125,"target":12},{"source":125,"target":30},{"source":125,"target":148},{"source":148,"target":30},{"source":28,"target":12},{"source":28,"target":2},{"source":28,"target":149},{"source":28,"target":150},{"source":149,"target":126},{"source":149,"target":151},{"source":149,"target":28},{"source":151,"target":126},{"source":150,"target":2},{"source":126,"target":12},{"source":126,"target":2},{"source":126,"target":152},{"source":126,"target":153},{"source":126,"target":154},{"source":152,"target":127},{"source":152,"target":155},{"source":152,"target":126},{"source":155,"target":127},{"source":153,"target":127},{"source":153,"target":156},{"source":153,"target":126},{"source":156,"target":127},{"source":154,"target":2},{"source":127,"target":12},{"source":127,"target":5},{"source":127,"target":157},{"source":157,"target":5},{"source":128,"target":12},{"source":128,"target":28},{"source":128,"target":158},{"source":158,"target":28},{"source":129,"target":12},{"source":129,"target":28},{"source":129,"target":159},{"source":159,"target":28},{"source":93,"target":12},{"source":93,"target":1},{"source":93,"target":160},{"source":93,"target":161},{"source":93,"target":162},{"source":93,"target":163},{"source":93,"target":164},{"source":160,"target":28},{"source":160,"target":165},{"source":160,"target":93},{"source":165,"target":28},{"source":161,"target":8},{"source":161,"target":166},{"source":161,"target":93},{"source":166,"target":8},{"source":162,"target":8},{"source":162,"target":167},{"source":162,"target":93},{"source":167,"target":8},{"source":163,"target":8},{"source":163,"target":168},{"source":163,"target":93},{"source":168,"target":8},{"source":164,"target":1},{"source":130,"target":12},{"source":130,"target":6},{"source":130,"target":93},{"source":130,"target":169},{"source":130,"target":170},{"source":169,"target":6},{"source":170,"target":93},{"source":131,"target":12},{"source":131,"target":93},{"source":131,"target":171},{"source":131,"target":172},{"source":171,"target":132},{"source":171,"target":173},{"source":171,"target":131},{"source":173,"target":132},{"source":172,"target":93},{"source":132,"target":12},{"source":132,"target":1},{"source":132,"target":174},{"source":174,"target":1},{"source":133,"target":12},{"source":133,"target":175},{"source":133,"target":176},{"source":175,"target":133},{"source":176,"target":133},{"source":134,"target":12},{"source":134,"target":5},{"source":134,"target":177},{"source":177,"target":5},{"source":106,"target":12},{"source":106,"target":134},{"source":106,"target":178},{"source":106,"target":179},{"source":178,"target":8},{"source":178,"target":180},{"source":178,"target":106},{"source":180,"target":8},{"source":179,"target":134},{"source":112,"target":12},{"source":112,"target":134},{"source":112,"target":181},{"source":112,"target":182},{"source":112,"target":183},{"source":181,"target":4},{"source":181,"target":184},{"source":181,"target":112},{"source":184,"target":4},{"source":182,"target":119},{"source":182,"target":185},{"source":182,"target":112},{"source":185,"target":119},{"source":183,"target":134},{"source":119,"target":12},{"source":119,"target":7},{"source":119,"target":186},{"source":119,"target":187},{"source":119,"target":188},{"source":186,"target":8},{"source":186,"target":189},{"source":186,"target":119},{"source":189,"target":8},{"source":187,"target":8},{"source":187,"target":190},{"source":187,"target":119},{"source":190,"target":8},{"source":188,"target":7},{"source":13,"target":73},{"source":13,"target":191},{"source":13,"target":192},{"source":13,"target":145},{"source":13,"target":193},{"source":13,"target":0},{"source":73,"target":13},{"source":73,"target":7},{"source":73,"target":194},{"source":194,"target":7},{"source":191,"target":13},{"source":191,"target":73},{"source":191,"target":195},{"source":191,"target":196},{"source":191,"target":197},{"source":195,"target":8},{"source":195,"target":198},{"source":195,"target":191},{"source":198,"target":8},{"source":196,"target":8},{"source":196,"target":199},{"source":196,"target":191},{"source":199,"target":8},{"source":197,"target":73},{"source":192,"target":13},{"source":192,"target":73},{"source":192,"target":200},{"source":192,"target":201},{"source":200,"target":8},{"source":200,"target":202},{"source":200,"target":192},{"source":202,"target":8},{"source":201,"target":73},{"source":145,"target":13},{"source":145,"target":7},{"source":145,"target":203},{"source":203,"target":7},{"source":193,"target":13},{"source":193,"target":145},{"source":193,"target":204},{"source":193,"target":205},{"source":204,"target":9},{"source":204,"target":206},{"source":204,"target":193},{"source":206,"target":9},{"source":205,"target":145},{"source":14,"target":33},{"source":14,"target":142},{"source":14,"target":75},{"source":14,"target":0},{"source":33,"target":14},{"source":33,"target":1},{"source":33,"target":207},{"source":207,"target":1},{"source":142,"target":14},{"source":142,"target":33},{"source":142,"target":144},{"source":142,"target":208},{"source":142,"target":209},{"source":144,"target":30},{"source":144,"target":210},{"source":144,"target":142},{"source":144,"target":137},{"source":210,"target":30},{"source":208,"target":142},{"source":208,"target":211},{"source":208,"target":142},{"source":211,"target":142},{"source":209,"target":33},{"source":75,"target":14},{"source":75,"target":33},{"source":75,"target":77},{"source":75,"target":212},{"source":75,"target":213},{"source":77,"target":46},{"source":77,"target":214},{"source":77,"target":75},{"source":77,"target":65},{"source":214,"target":46},{"source":212,"target":75},{"source":212,"target":215},{"source":212,"target":75},{"source":215,"target":75},{"source":213,"target":33},{"source":15,"target":26},{"source":15,"target":0},{"source":26,"target":15},{"source":26,"target":1},{"source":26,"target":216},{"source":26,"target":217},{"source":26,"target":218},{"source":216,"target":8},{"source":216,"target":219},{"source":216,"target":26},{"source":219,"target":8},{"source":217,"target":46},{"source":217,"target":220},{"source":217,"target":26},{"source":220,"target":46},{"source":218,"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="testmodel" nsURI="http://www.example.org/Testmodel" nsPrefix="testmodel"> <eClassifiers xsi:type="ecore:EClass" name="SuperInterface" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="SuperAbstractClass" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SuperClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface1" abstract="true" interface="true" eSuperTypes="#//SuperInterface"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface2" abstract="true" interface="true" eSuperTypes="#//SuperAbstractClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface3" abstract="true" interface="true" eSuperTypes="#//SuperClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass1" abstract="true" eSuperTypes="#//SuperInterface"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass2" abstract="true" eSuperTypes="#//SuperAbstractClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass3" abstract="true" eSuperTypes="#//SuperClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass1" eSuperTypes="#//SuperInterface"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass2" eSuperTypes="#//SuperAbstractClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass3" eSuperTypes="#//SuperClass"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface4" abstract="true" interface="true" eSuperTypes="#//SubInterface1 #//SubInterface2"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface5" abstract="true" interface="true" eSuperTypes="#//SubInterface1 #//SubAbstractClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface6" abstract="true" interface="true" eSuperTypes="#//SubInterface1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubInterface7" abstract="true" interface="true" eSuperTypes="#//SubAbstractClass1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass4" abstract="true" eSuperTypes="#//SubInterface1 #//SubInterface2"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass5" abstract="true" eSuperTypes="#//SubInterface1 #//SubAbstractClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass6" abstract="true" eSuperTypes="#//SubInterface1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubAbstractClass7" abstract="true" eSuperTypes="#//SubAbstractClass1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass4" eSuperTypes="#//SubInterface1 #//SubInterface2"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass5" eSuperTypes="#//SubInterface1 #//SubAbstractClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass6" eSuperTypes="#//SubInterface1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="SubClass7" eSuperTypes="#//SubAbstractClass1 #//SubClass1"/> <eClassifiers xsi:type="ecore:EClass" name="A"> <eOperations name="aOp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="#//A"> <eOperations name="bOp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="#//B"> <eOperations name="aOp"/> <eOperations name="bOp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source"> <eStructuralFeatures xsi:type="ecore:EReference" name="zero_one_no_no" eType="#//Target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zero_many_no_no" ordered="false" upperBound="-1" eType="#//Target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zero_one_no_yes" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zero_many_no_yes" ordered="false" upperBound="-1" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_one_no_no" eType="#//Target" eOpposite="#//Target/one_one_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_many_no_no" ordered="false" upperBound="-1" eType="#//Target" eOpposite="#//Target/one_many_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="many_many_no_no" ordered="false" upperBound="-1" eType="#//Target" eOpposite="#//Target/many_many_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_many_no_yes" ordered="false" upperBound="-1" eType="#//Target" containment="true" eOpposite="#//Target/one_many_no_yes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_one_no_yes" eType="#//Target" containment="true" eOpposite="#//Target/one_one_no_yes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target"> <eStructuralFeatures xsi:type="ecore:EReference" name="one_one_no_no" eType="#//Source" eOpposite="#//Source/one_one_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_many_no_no" eType="#//Source" eOpposite="#//Source/one_many_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="many_many_no_no" ordered="false" upperBound="-1" eType="#//Source" eOpposite="#//Source/many_many_no_no"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_many_no_yes" eType="#//Source" eOpposite="#//Source/one_many_no_yes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="one_one_no_yes" eType="#//Source" eOpposite="#//Source/one_one_no_yes"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/crossecore/crossecore-generator/model/Testmodel.ecore
ecore
testmodel SuperInterface SuperAbstractClass SuperClass SubInterface1 SubInterface2 SubInterface3 SubAbstractClass1 SubAbstractClass2 SubAbstractClass3 SubClass1 SubClass2 SubClass3 SubInterface4 SubInterface5 SubInterface6 SubInterface7 SubAbstractClass4 SubAbstractClass5 SubAbstractClass6 SubAbstractClass7 SubClass4 SubClass5 SubClass6 SubClass7 A aOp a B bOp b C aOp bOp c Source zero_one_no_no zero_many_no_no zero_one_no_yes zero_many_no_yes one_one_no_no one_many_no_no many_many_no_no one_many_no_yes one_one_no_yes Target one_one_no_no one_many_no_no many_many_no_no one_many_no_yes one_one_no_yes
null
{"directed":true,"nodes":[{"nsPrefix":"testmodel","nsURI":"http://www.example.org/Testmodel","name":"testmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperInterface","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperAbstractClass","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface1","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface2","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface3","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass1","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass2","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass3","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass1","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass2","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass3","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface4","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface5","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface6","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubInterface7","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass4","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass5","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass6","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubAbstractClass7","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass4","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass5","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass6","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubClass7","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"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"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aOp","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":"a","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"bOp","lowerBound":0,"id":66,"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":"b","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aOp","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"bOp","lowerBound":0,"id":71,"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":"c","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"zero_one_no_no","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":false,"unsettable":false,"transient":false,"unique":true,"name":"zero_many_no_no","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":"zero_one_no_yes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"zero_many_no_yes","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":"one_one_no_no","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"one_many_no_no","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":false,"unsettable":false,"transient":false,"unique":true,"name":"many_many_no_no","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"one_many_no_yes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"one_one_no_yes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"one_one_no_no","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"one_many_no_no","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"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":"many_many_no_no","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"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":"one_many_no_yes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"one_one_no_yes","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":30},{"source":30,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":31},{"source":31,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":32},{"source":32,"target":3},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":33},{"source":33,"target":1},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":34},{"source":34,"target":2},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":35},{"source":35,"target":3},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":36},{"source":36,"target":1},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":37},{"source":37,"target":2},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":38},{"source":38,"target":3},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":5},{"source":13,"target":39},{"source":13,"target":40},{"source":39,"target":4},{"source":40,"target":5},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":7},{"source":14,"target":41},{"source":14,"target":42},{"source":41,"target":4},{"source":42,"target":7},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":10},{"source":15,"target":43},{"source":15,"target":44},{"source":43,"target":4},{"source":44,"target":10},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":10},{"source":16,"target":45},{"source":16,"target":46},{"source":45,"target":7},{"source":46,"target":10},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":5},{"source":17,"target":47},{"source":17,"target":48},{"source":47,"target":4},{"source":48,"target":5},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":7},{"source":18,"target":49},{"source":18,"target":50},{"source":49,"target":4},{"source":50,"target":7},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":10},{"source":19,"target":51},{"source":19,"target":52},{"source":51,"target":4},{"source":52,"target":10},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":10},{"source":20,"target":53},{"source":20,"target":54},{"source":53,"target":7},{"source":54,"target":10},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":5},{"source":21,"target":55},{"source":21,"target":56},{"source":55,"target":4},{"source":56,"target":5},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":7},{"source":22,"target":57},{"source":22,"target":58},{"source":57,"target":4},{"source":58,"target":7},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":10},{"source":23,"target":59},{"source":23,"target":60},{"source":59,"target":4},{"source":60,"target":10},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":10},{"source":24,"target":61},{"source":24,"target":62},{"source":61,"target":7},{"source":62,"target":10},{"source":25,"target":0},{"source":25,"target":63},{"source":25,"target":64},{"source":63,"target":25},{"source":64,"target":65},{"source":64,"target":25},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":66},{"source":26,"target":67},{"source":26,"target":68},{"source":66,"target":26},{"source":67,"target":69},{"source":67,"target":26},{"source":68,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":70},{"source":27,"target":71},{"source":27,"target":72},{"source":27,"target":73},{"source":70,"target":27},{"source":71,"target":27},{"source":72,"target":74},{"source":72,"target":27},{"source":73,"target":26},{"source":28,"target":0},{"source":28,"target":75},{"source":28,"target":76},{"source":28,"target":77},{"source":28,"target":78},{"source":28,"target":79},{"source":28,"target":80},{"source":28,"target":81},{"source":28,"target":82},{"source":28,"target":83},{"source":75,"target":29},{"source":75,"target":84},{"source":75,"target":28},{"source":84,"target":29},{"source":76,"target":29},{"source":76,"target":85},{"source":76,"target":28},{"source":85,"target":29},{"source":77,"target":29},{"source":77,"target":86},{"source":77,"target":28},{"source":86,"target":29},{"source":78,"target":29},{"source":78,"target":87},{"source":78,"target":28},{"source":87,"target":29},{"source":79,"target":29},{"source":79,"target":88},{"source":79,"target":28},{"source":79,"target":89},{"source":88,"target":29},{"source":80,"target":29},{"source":80,"target":90},{"source":80,"target":28},{"source":80,"target":91},{"source":90,"target":29},{"source":81,"target":29},{"source":81,"target":92},{"source":81,"target":28},{"source":81,"target":93},{"source":92,"target":29},{"source":82,"target":29},{"source":82,"target":94},{"source":82,"target":28},{"source":82,"target":95},{"source":94,"target":29},{"source":83,"target":29},{"source":83,"target":96},{"source":83,"target":28},{"source":83,"target":97},{"source":96,"target":29},{"source":29,"target":0},{"source":29,"target":89},{"source":29,"target":91},{"source":29,"target":93},{"source":29,"target":95},{"source":29,"target":97},{"source":89,"target":28},{"source":89,"target":98},{"source":89,"target":29},{"source":89,"target":79},{"source":98,"target":28},{"source":91,"target":28},{"source":91,"target":99},{"source":91,"target":29},{"source":91,"target":80},{"source":99,"target":28},{"source":93,"target":28},{"source":93,"target":100},{"source":93,"target":29},{"source":93,"target":81},{"source":100,"target":28},{"source":95,"target":28},{"source":95,"target":101},{"source":95,"target":29},{"source":95,"target":82},{"source":101,"target":28},{"source":97,"target":28},{"source":97,"target":102},{"source":97,"target":29},{"source":97,"target":83},{"source":102,"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="file" nsURI="http://www.smeup.org/asup/os/file" nsPrefix="os-file"> <eClassifiers xsi:type="ecore:EClass" name="DatabaseFile" abstract="true" eSuperTypes="#//File"> <eStructuralFeatures xsi:type="ecore:EReference" name="databaseFormat" eType="#//DatabaseFileFormat" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseFileField" eSuperTypes="#//FileFormatField"/> <eClassifiers xsi:type="ecore:EClass" name="DatabaseFileFormat"> <eOperations name="isEmpty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formatKey" eType="#//FileFormatKey" containment="true"/> <eGenericSuperTypes eClassifier="#//FileFormat"> <eTypeArguments eClassifier="#//DatabaseFileFormatDef"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseFileFormatDef"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/CompoundDataDef"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Record"/> <eTypeArguments eClassifier="#//DatabaseFileField"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisplayFile" eSuperTypes="#//File"> <eStructuralFeatures xsi:type="ecore:EReference" name="displayFormats" upperBound="-1" eType="#//DisplayFileFormat" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisplayFileField" eSuperTypes="#//FileFormatField"/> <eClassifiers xsi:type="ecore:EClass" name="DisplayFileFormat"> <eGenericSuperTypes eClassifier="#//FileFormat"> <eTypeArguments eClassifier="#//DisplayFileFormatDef"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DisplayFileFormatDef"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/CompoundDataDef"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Record"/> <eTypeArguments eClassifier="#//DisplayFileField"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalFile" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//meta/Facet"> <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="format" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" abstract="true" eSuperTypes="../../org.smeup.sys.os.type/model/os-type.ecore#//TypedObject"> <eOperations name="getClassURI" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> <eOperations name="getPackageInfoURI" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileFormat" abstract="true"> <eTypeParameters name="DD"> <eBounds eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/CompoundDataDef"> <eTypeArguments/> <eTypeArguments/> </eBounds> </eTypeParameters> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//term/DataTerm"> <eTypeArguments eTypeParameter="#//FileFormat/DD"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileFormatField" abstract="true"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//term/DataTerm"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/UnaryAtomicBufferedDataDef"> <eTypeArguments/> </eTypeArguments> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileFormatKey" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <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="keyFields" upperBound="-1" eType="#//FileFormatKeyField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileFormatKeyField"> <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="descend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileManager" abstract="true" interface="true"> <eOperations name="addFileOverride" lowerBound="1"> <eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/Context"/> <eParameters name="fileOverride" lowerBound="1" eType="#//FileOverride"/> </eOperations> <eOperations name="getFileOverride" lowerBound="1" eType="#//FileOverride"> <eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/Context"/> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="listFileOverride" lowerBound="1" upperBound="-1" eType="#//FileOverride"> <eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/Context"/> </eOperations> <eOperations name="removeFileOverride" lowerBound="1" eType="#//FileOverride"> <eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/Context"/> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeAllFileOverride"> <eParameters name="context" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/Context"/> </eOperations> <eOperations name="getFileFormat" lowerBound="1"> <eGenericType eClassifier="#//FileFormat"> <eTypeArguments/> </eGenericType> <eParameters name="file" lowerBound="1" eType="#//File"/> <eParameters name="formatName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileMember" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//ObjectNameable"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" lowerBound="1" eType="#//FileMembered"/> <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="rows" upperBound="-1" eType="#//FileMemberRow" containment="true" eOpposite="#//FileMemberRow/fileMember"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="FileMemberManager" abstract="true" interface="true"> <eOperations name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="file" lowerBound="1" eType="#//FileMembered"/> <eParameters name="member" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="list" upperBound="-1" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="file" lowerBound="1" eType="#//FileMembered"/> </eOperations> <eOperations name="lookup" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="file" lowerBound="1" eType="#//FileMembered"/> <eParameters name="member" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="lookup" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="scope" eType="ecore:EEnum ../../org.smeup.sys.il.memo/model/il-memo.ecore#//Scope"/> <eParameters name="library" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="member" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="lookup" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="library" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="member" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="lookupFirst" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="file" lowerBound="1" eType="#//FileMembered"/> </eOperations> <eOperations name="lookupLast" eType="#//FileMember"> <eParameters name="contextProvider" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//ctx/ContextProvider"/> <eParameters name="file" lowerBound="1" eType="#//FileMembered"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileMemberRow" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileMember" lowerBound="1" eType="#//FileMember" eOpposite="#//FileMember/rows"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileMembered" abstract="true" interface="true" eSuperTypes="#//File"> <eOperations name="getLibrary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileOverride" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eOperations name="getLibrary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileTo" lowerBound="1" eType="#//File"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTo" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalFile" eSuperTypes="#//DatabaseFile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tables" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalFile" eSuperTypes="#//DatabaseFile"/> <eClassifiers xsi:type="ecore:EClass" name="PrinterFile" eSuperTypes="#//File"> <eStructuralFeatures xsi:type="ecore:EReference" name="printerFormats" upperBound="-1" eType="#//PrinterFileFormat" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrinterFileFormat"> <eGenericSuperTypes eClassifier="#//FileFormat"> <eTypeArguments eClassifier="#//PrinterFileFormatDef"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrinterFileFormatDef"> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//def/CompoundDataDef"> <eTypeArguments eClassifier="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Record"/> <eTypeArguments eClassifier="#//PrinterFileField"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrinterFileField" eSuperTypes="#//FileFormatField"/> <eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//FileMembered"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/smeup/asup/org.smeup.sys.os.file/model/os-file.ecore
ecore
file DatabaseFile databaseFormat DatabaseFileField DatabaseFileFormat isEmpty formatKey DatabaseFileFormatDef DisplayFile displayFormats DisplayFileField DisplayFileFormat DisplayFileFormatDef ExternalFile name format rule File getClassURI getPackageInfoURI FileFormat DD FileFormatField FileFormatKey unique keyFields FileFormatKeyField name descend FileManager addFileOverride context fileOverride getFileOverride context name listFileOverride context removeFileOverride context name removeAllFileOverride context getFileFormat file formatName FileMember file name rows text type FileMemberManager delete contextProvider file member list contextProvider file lookup contextProvider file member lookup contextProvider scope library file member lookup contextProvider library file member lookupFirst contextProvider file lookupLast contextProvider file FileMemberRow sequence date content fileMember FileMembered getLibrary getName FileOverride getLibrary name fileTo memberTo LogicalFile creationStatement tables PhysicalFile PrinterFile printerFormats PrinterFileFormat PrinterFileFormatDef PrinterFileField SourceFile fileType
null
{"directed":true,"nodes":[{"nsPrefix":"os-file","nsURI":"http://www.smeup.org/asup/os/file","name":"file","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseFile","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseFileField","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseFileFormat","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseFileFormatDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayFile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayFileField","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayFileFormat","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayFileFormatDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalFile","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFormat","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFormatField","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFormatKey","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileFormatKeyField","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileManager","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileMember","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileMemberManager","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileMemberRow","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileMembered","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileOverride","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalFile","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalFile","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterFile","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterFileFormat","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterFileFormatDef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterFileField","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":27,"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":"databaseFormat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEmpty","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formatKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"displayFormats","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"},{"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":"name","changeable":true,"lowerBound":1,"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":"format","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":"rule","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassURI","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPackageInfoURI","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"DD","id":62,"eClass":"ETypeParameter"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":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":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":"keyFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"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":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descend","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFileOverride","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileOverride","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listFileOverride","lowerBound":1,"id":82,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFileOverride","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAllFileOverride","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileFormat","lowerBound":1,"id":85,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"fileOverride","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":91,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":92,"many":false,"required":true,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":106,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"formatName","lowerBound":1,"id":107,"many":false,"required":true,"eClass":"EParameter"},{"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"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":"fileMember","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"delete","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"list","lowerBound":0,"id":124,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookupFirst","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookupLast","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":131,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":132,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":1,"id":133,"many":false,"required":true,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":138,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":139,"many":false,"required":true,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":143,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":144,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":1,"id":145,"many":false,"required":true,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":150,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scope","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"library","lowerBound":1,"id":152,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":153,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":1,"id":154,"many":false,"required":true,"eClass":"EParameter"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":161,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"library","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"member","lowerBound":1,"id":164,"many":false,"required":true,"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":"contextProvider","lowerBound":1,"id":170,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":171,"many":false,"required":true,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextProvider","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":176,"many":false,"required":true,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"sequence","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibrary","lowerBound":1,"id":187,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":188,"many":false,"required":true,"eClass":"EOperation"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLibrary","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fileTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberTo","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationStatement","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"tables","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"printerFormats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileType","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":10},{"source":1,"target":28},{"source":1,"target":29},{"source":28,"target":3},{"source":28,"target":30},{"source":28,"target":1},{"source":30,"target":3},{"source":29,"target":10},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":31},{"source":31,"target":12},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":32,"target":35},{"source":32,"target":3},{"source":33,"target":13},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":13},{"source":34,"target":37},{"source":34,"target":11},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":38,"target":39},{"source":38,"target":40},{"source":40,"target":2},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":7},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":7},{"source":42,"target":10},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":44},{"source":44,"target":12},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":45},{"source":45,"target":46},{"source":45,"target":11},{"source":46,"target":8},{"source":8,"target":0},{"source":8,"target":47},{"source":47,"target":48},{"source":47,"target":49},{"source":49,"target":6},{"source":9,"target":0},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":50,"target":54},{"source":50,"target":9},{"source":51,"target":55},{"source":51,"target":9},{"source":52,"target":56},{"source":52,"target":9},{"source":10,"target":0},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":57,"target":60},{"source":57,"target":10},{"source":58,"target":61},{"source":58,"target":10},{"source":11,"target":0},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":64},{"source":64,"target":65},{"source":64,"target":66},{"source":63,"target":67},{"source":67,"target":62},{"source":12,"target":0},{"source":12,"target":68},{"source":68,"target":69},{"source":69,"target":70},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":74},{"source":71,"target":13},{"source":72,"target":14},{"source":72,"target":75},{"source":72,"target":13},{"source":75,"target":14},{"source":14,"target":0},{"source":14,"target":76},{"source":14,"target":77},{"source":76,"target":78},{"source":76,"target":14},{"source":77,"target":79},{"source":77,"target":14},{"source":15,"target":0},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":80,"target":15},{"source":80,"target":86},{"source":80,"target":87},{"source":86,"target":88},{"source":86,"target":80},{"source":87,"target":20},{"source":87,"target":89},{"source":87,"target":80},{"source":89,"target":20},{"source":81,"target":20},{"source":81,"target":90},{"source":81,"target":15},{"source":81,"target":91},{"source":81,"target":92},{"source":90,"target":20},{"source":91,"target":93},{"source":91,"target":81},{"source":92,"target":94},{"source":92,"target":81},{"source":82,"target":20},{"source":82,"target":95},{"source":82,"target":15},{"source":82,"target":96},{"source":95,"target":20},{"source":96,"target":97},{"source":96,"target":82},{"source":83,"target":20},{"source":83,"target":98},{"source":83,"target":15},{"source":83,"target":99},{"source":83,"target":100},{"source":98,"target":20},{"source":99,"target":101},{"source":99,"target":83},{"source":100,"target":102},{"source":100,"target":83},{"source":84,"target":15},{"source":84,"target":103},{"source":103,"target":104},{"source":103,"target":84},{"source":85,"target":11},{"source":85,"target":105},{"source":85,"target":15},{"source":85,"target":106},{"source":85,"target":107},{"source":105,"target":108},{"source":105,"target":11},{"source":106,"target":10},{"source":106,"target":109},{"source":106,"target":85},{"source":109,"target":10},{"source":107,"target":110},{"source":107,"target":85},{"source":16,"target":0},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":111,"target":19},{"source":111,"target":117},{"source":111,"target":16},{"source":117,"target":19},{"source":112,"target":118},{"source":112,"target":16},{"source":113,"target":18},{"source":113,"target":119},{"source":113,"target":16},{"source":113,"target":120},{"source":119,"target":18},{"source":114,"target":121},{"source":114,"target":16},{"source":115,"target":122},{"source":115,"target":16},{"source":17,"target":0},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":123,"target":130},{"source":123,"target":17},{"source":123,"target":131},{"source":123,"target":132},{"source":123,"target":133},{"source":131,"target":134},{"source":131,"target":123},{"source":132,"target":19},{"source":132,"target":135},{"source":132,"target":123},{"source":135,"target":19},{"source":133,"target":136},{"source":133,"target":123},{"source":124,"target":16},{"source":124,"target":137},{"source":124,"target":17},{"source":124,"target":138},{"source":124,"target":139},{"source":137,"target":16},{"source":138,"target":140},{"source":138,"target":124},{"source":139,"target":19},{"source":139,"target":141},{"source":139,"target":124},{"source":141,"target":19},{"source":125,"target":16},{"source":125,"target":142},{"source":125,"target":17},{"source":125,"target":143},{"source":125,"target":144},{"source":125,"target":145},{"source":142,"target":16},{"source":143,"target":146},{"source":143,"target":125},{"source":144,"target":19},{"source":144,"target":147},{"source":144,"target":125},{"source":147,"target":19},{"source":145,"target":148},{"source":145,"target":125},{"source":126,"target":16},{"source":126,"target":149},{"source":126,"target":17},{"source":126,"target":150},{"source":126,"target":151},{"source":126,"target":152},{"source":126,"target":153},{"source":126,"target":154},{"source":149,"target":16},{"source":150,"target":155},{"source":150,"target":126},{"source":151,"target":156},{"source":151,"target":126},{"source":152,"target":157},{"source":152,"target":126},{"source":153,"target":158},{"source":153,"target":126},{"source":154,"target":159},{"source":154,"target":126},{"source":127,"target":16},{"source":127,"target":160},{"source":127,"target":17},{"source":127,"target":161},{"source":127,"target":162},{"source":127,"target":163},{"source":127,"target":164},{"source":160,"target":16},{"source":161,"target":165},{"source":161,"target":127},{"source":162,"target":166},{"source":162,"target":127},{"source":163,"target":167},{"source":163,"target":127},{"source":164,"target":168},{"source":164,"target":127},{"source":128,"target":16},{"source":128,"target":169},{"source":128,"target":17},{"source":128,"target":170},{"source":128,"target":171},{"source":169,"target":16},{"source":170,"target":172},{"source":170,"target":128},{"source":171,"target":19},{"source":171,"target":173},{"source":171,"target":128},{"source":173,"target":19},{"source":129,"target":16},{"source":129,"target":174},{"source":129,"target":17},{"source":129,"target":175},{"source":129,"target":176},{"source":174,"target":16},{"source":175,"target":177},{"source":175,"target":129},{"source":176,"target":19},{"source":176,"target":178},{"source":176,"target":129},{"source":178,"target":19},{"source":18,"target":0},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":120},{"source":18,"target":182},{"source":179,"target":183},{"source":179,"target":18},{"source":180,"target":184},{"source":180,"target":18},{"source":181,"target":185},{"source":181,"target":18},{"source":120,"target":16},{"source":120,"target":186},{"source":120,"target":18},{"source":120,"target":113},{"source":186,"target":16},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":187},{"source":19,"target":188},{"source":19,"target":189},{"source":187,"target":190},{"source":187,"target":19},{"source":188,"target":191},{"source":188,"target":19},{"source":189,"target":10},{"source":20,"target":0},{"source":20,"target":192},{"source":20,"target":193},{"source":20,"target":194},{"source":20,"target":195},{"source":20,"target":196},{"source":192,"target":197},{"source":192,"target":20},{"source":193,"target":198},{"source":193,"target":20},{"source":194,"target":10},{"source":194,"target":199},{"source":194,"target":20},{"source":199,"target":10},{"source":195,"target":200},{"source":195,"target":20},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":201},{"source":21,"target":202},{"source":21,"target":203},{"source":201,"target":204},{"source":201,"target":21},{"source":202,"target":205},{"source":202,"target":21},{"source":203,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":206},{"source":206,"target":1},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":207},{"source":23,"target":208},{"source":207,"target":24},{"source":207,"target":209},{"source":207,"target":23},{"source":209,"target":24},{"source":208,"target":10},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":210},{"source":210,"target":211},{"source":210,"target":11},{"source":211,"target":25},{"source":25,"target":0},{"source":25,"target":212},{"source":212,"target":213},{"source":212,"target":214},{"source":214,"target":26},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":215},{"source":215,"target":12},{"source":27,"target":0},{"source":27,"target":19},{"source":27,"target":216},{"source":27,"target":217},{"source":216,"target":218},{"source":216,"target":27},{"source":217,"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="simplerobot" nsURI="simplerobot" nsPrefix="simplerobot"> <eClassifiers xsi:type="ecore:EClass" name="Robot"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Command" abstract="true" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="Singleton" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SingletonTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace" eSuperTypes="#//Command"> <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="BuildWall" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="col" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropMark" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="col" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfElseStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifbody" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsebody" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//Atomic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//ExpressionOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atomic" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Full" eSuperTypes="#//Atomic"/> <eClassifiers xsi:type="ecore:EClass" name="Mark" eSuperTypes="#//Atomic"/> <eClassifiers xsi:type="ecore:EClass" name="Ahead" eSuperTypes="#//Atomic"/> <eClassifiers xsi:type="ecore:EClass" name="Heading" eSuperTypes="#//Atomic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wind" lowerBound="1" eType="#//Orientation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Atomic"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//Atomic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Orientation"> <eLiterals name="south"/> <eLiterals name="north" value="1"/> <eLiterals name="east" value="2"/> <eLiterals name="west" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SingletonTypes"> <eLiterals name="step"/> <eLiterals name="turnLeft" value="1"/> <eLiterals name="drop" value="2"/> <eLiterals name="pick" value="3" literal="pick"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Text" instanceTypeName="Text"/> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceTypeName="Name"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="Integer"/> <eClassifiers xsi:type="ecore:EClass" name="String"> <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:EEnum" name="ExpressionOperator"> <eLiterals name="None"/> <eLiterals name="or" value="1"/> <eLiterals name="and" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/joostPieterse/glt/gltAss3/Robot/Robot.ecore
ecore
simplerobot Robot statements name Statement Command Comment Singleton type Trace text BuildWall row col DropMark row col WhileStatement cond body RepeatStatement times body IfElseStatement cond ifbody elsebody IfStatement cond body Expression a b operator Atomic Full Mark Ahead Heading wind Not e Orientation south south north north east east west west SingletonTypes step step turnLeft turnLeft drop drop pick pick Text java.lang.Object Text Name java.lang.Object Name Integer java.lang.Object Integer String text ExpressionOperator None None or or and and
null
{"directed":true,"nodes":[{"nsPrefix":"simplerobot","nsURI":"simplerobot","name":"simplerobot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Robot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":true,"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":"Singleton","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildWall","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropMark","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atomic","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Full","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mark","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ahead","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Heading","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Orientation","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SingletonTypes","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"Text","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Text","instanceClass":"java.lang.Object","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Name","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Name","instanceClass":"java.lang.Object","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpressionOperator","instanceClass":null,"id":26,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"row","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":"col","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"col","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifbody","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":"elsebody","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":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"unsettable":false,"transient":false,"unique":true,"name":"a","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":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"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":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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wind","changeable":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"south","id":86,"value":0,"literal":"south","eClass":"EEnumLiteral"},{"name":"north","id":87,"value":1,"literal":"north","eClass":"EEnumLiteral"},{"name":"east","id":88,"value":2,"literal":"east","eClass":"EEnumLiteral"},{"name":"west","id":89,"value":3,"literal":"west","eClass":"EEnumLiteral"},{"name":"step","id":90,"value":0,"literal":"step","eClass":"EEnumLiteral"},{"name":"turnLeft","id":91,"value":1,"literal":"turnLeft","eClass":"EEnumLiteral"},{"name":"drop","id":92,"value":2,"literal":"drop","eClass":"EEnumLiteral"},{"name":"pick","id":93,"value":3,"literal":"pick","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":"text","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"name":"None","id":96,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"or","id":97,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"and","id":98,"value":2,"literal":"and","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":1},{"source":29,"target":2},{"source":28,"target":30},{"source":28,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":31,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":32},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":21},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":21},{"source":34,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":39,"target":42},{"source":39,"target":7},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":44,"target":47},{"source":44,"target":8},{"source":45,"target":48},{"source":45,"target":8},{"source":46,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":49,"target":13},{"source":49,"target":52},{"source":49,"target":9},{"source":52,"target":13},{"source":50,"target":2},{"source":50,"target":53},{"source":50,"target":9},{"source":53,"target":2},{"source":51,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":54,"target":57},{"source":54,"target":10},{"source":55,"target":2},{"source":55,"target":58},{"source":55,"target":10},{"source":58,"target":2},{"source":56,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":59,"target":13},{"source":59,"target":63},{"source":59,"target":11},{"source":63,"target":13},{"source":60,"target":2},{"source":60,"target":64},{"source":60,"target":11},{"source":64,"target":2},{"source":61,"target":2},{"source":61,"target":65},{"source":61,"target":11},{"source":65,"target":2},{"source":62,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":66,"target":13},{"source":66,"target":69},{"source":66,"target":12},{"source":69,"target":13},{"source":67,"target":2},{"source":67,"target":70},{"source":67,"target":12},{"source":70,"target":2},{"source":68,"target":2},{"source":13,"target":0},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":14},{"source":71,"target":74},{"source":71,"target":13},{"source":74,"target":14},{"source":72,"target":13},{"source":72,"target":75},{"source":72,"target":13},{"source":75,"target":13},{"source":73,"target":26},{"source":73,"target":76},{"source":73,"target":13},{"source":76,"target":26},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":77},{"source":77,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":78},{"source":78,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":79},{"source":79,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":80},{"source":18,"target":81},{"source":80,"target":20},{"source":80,"target":82},{"source":80,"target":18},{"source":82,"target":20},{"source":81,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":83},{"source":19,"target":84},{"source":83,"target":14},{"source":83,"target":85},{"source":83,"target":19},{"source":85,"target":14},{"source":84,"target":14},{"source":20,"target":0},{"source":20,"target":86},{"source":20,"target":87},{"source":20,"target":88},{"source":20,"target":89},{"source":86,"target":20},{"source":87,"target":20},{"source":88,"target":20},{"source":89,"target":20},{"source":21,"target":0},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":21,"target":93},{"source":90,"target":21},{"source":91,"target":21},{"source":92,"target":21},{"source":93,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":94},{"source":94,"target":95},{"source":94,"target":25},{"source":26,"target":0},{"source":26,"target":96},{"source":26,"target":97},{"source":26,"target":98},{"source":96,"target":26},{"source":97,"target":26},{"source":98,"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="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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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="&quot;&quot;"> <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/gssi/metamodel-dataset-analysis-toolchain/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}
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="layers" nsURI="http://www.eclipse.org/papyrus/infra/gmfdiag/layers" nsPrefix="layers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Start the LayesStack.&#xD;&#xA;This method should be called after the LayersStack creation. It is not called from the constructor, because &#xD;&#xA;the initialisation can differ if the LayersStack is created by the user or by EMF after a reloading.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Layers"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="LayerNamedStyle" eSuperTypes="platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//NamedStyle"> <eStructuralFeatures xsi:type="ecore:EReference" name="layersStack" ordered="false" upperBound="-1" eType="#//LayersStack" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayersStack" eSuperTypes="#//LayersContainer"> <eOperations name="getComputePropertyValueCommand" ordered="false" lowerBound="1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getPropertiesComputePropertyValueCommand" upperBound="-1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" lowerBound="1" upperBound="-1" eType="#//Property"/> </eOperations> <eOperations name="getViewsComputePropertyValueCommand" upperBound="-1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="startAfterCreation" ordered="false" lowerBound="1"/> <eOperations name="attachLayers" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Start the LayersStack after a reloading by EMF. This method should be explicitly called after a reloading.&#xD;&#xA;The method usually start the layer behaviors."/> </eAnnotations> </eOperations> <eOperations name="attach" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Try to attach this Layer. If successful, the state go to &quot;attached&quot;. Otherwise, an exception is thrown.&#xD;&#xA;A Layer can be attached if its required attributes are set.&#xD;&#xA;Required attributes:&#xD;&#xA;&lt;ul>&#xD;&#xA; &lt;li>application&lt;/li>&#xD;&#xA; &lt;li>owningLayerStack&lt;/li>&#xD;&#xA; &lt;li>parent container&lt;/li>&#xD;&#xA; &lt;li>&lt;/li>&#xD;&#xA;&lt;/ul>&#xD;&#xA;Just after enterring in &quot;attached&quot; state, the enterAttachedState() method is called.&#xD;&#xA;If this Layer is successfully attached, then attach subLayers."/> </eAnnotations> </eOperations> <eOperations name="detach" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Detach the Layer. The state go to &quot;detached&quot;.&#xD;&#xA;Associated behavior are stopped."/> </eAnnotations> </eOperations> <eOperations name="enterAttachedState" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called by the class immediately after entering in attached state.&#xD;&#xA;The methodcan be used to start the layer behaviors."/> </eAnnotations> </eOperations> <eOperations name="exitAttachedState" ordered="false" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called just before this Layer leave the attached state.&#xD;&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" ordered="false" eType="#//LayerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" ordered="false" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" ordered="false" unique="false" lowerBound="1" eType="#//LayerState" defaultValueLiteral="detached"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerExpression" abstract="true" eSuperTypes="#//ApplicationDependantElement"> <eOperations name="getComputePropertyValueCommand" ordered="false" lowerBound="1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getViewsComputePropertyValueCommand" upperBound="-1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getPropertiesComputePropertyValueCommand" upperBound="-1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="view" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="property" lowerBound="1" upperBound="-1" eType="#//Property"/> </eOperations> <eOperations name="attachToLayersStack" ordered="false" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Method called to specify that this Layer should be initialized for the specified LayerStack.&#xD;&#xA;Init this Layer for the specified LayersStack.&#xD;&#xA;This method is called by the LayersStack when it detect that tha layer is attached to it.&#xD;&#xA;"/> </eAnnotations> <eParameters name="owningLayersStack" ordered="false" lowerBound="1" eType="#//LayersStack"/> </eOperations> <eOperations name="getLayersStack" ordered="false" lowerBound="1" eType="#//LayersStack" eExceptions="#//NotFoundException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A checked version of getOwningLayersStack.&#xD;&#xA;"/> </eAnnotations> </eOperations> <eOperations name="enterAttachedState" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called by the class immediately after entering in attached state.&#xD;&#xA;The methodcan be used to start the layer behaviors."/> </eAnnotations> </eOperations> <eOperations name="attach" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Try to attach this Layer. If successful, the state go to &quot;attached&quot;. Otherwise, an exception is thrown.&#xD;&#xA;A Layer can be attached if its required attributes are set.&#xD;&#xA;Required attributes:&#xD;&#xA;&lt;ul>&#xD;&#xA; &lt;li>application&lt;/li>&#xD;&#xA; &lt;li>owningLayerStack&lt;/li>&#xD;&#xA; &lt;li>parent container&lt;/li>&#xD;&#xA; &lt;li>&lt;/li>&#xD;&#xA;&lt;/ul>&#xD;&#xA;Just after enterring in &quot;attached&quot; state, the enterAttachedState() method is called.&#xD;&#xA;If this Layer is successfully attached, then attach subLayers."/> </eAnnotations> </eOperations> <eOperations name="detach" ordered="false" lowerBound="1" eExceptions="#//LayersException"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Detach the Layer. The state go to &quot;detached&quot;.&#xD;&#xA;Associated behavior are stopped."/> </eAnnotations> </eOperations> <eOperations name="exitAttachedState" ordered="false" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called just before this Layer leave the attached state.&#xD;&#xA;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLayerEnabledInternal" ordered="false" lowerBound="1" eType="#//boolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLayerEnabled" ordered="false" lowerBound="1" eType="#//boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBranchEnabled" ordered="false" lowerBound="1" eType="#//boolean" transient="true" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is the branch from this node to the root enabled ?&#xD;&#xA;A branch is enabled if all node of the branch are enabled.&#xD;&#xA;In other world, if an ancestor node is disable, the branch is disabled.&#xD;&#xA;Setting the value of this node set the value of the subnodes."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLayersStack" ordered="false" eType="#//LayersStack"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" ordered="false" unique="false" lowerBound="1" eType="#//LayerState" defaultValueLiteral="detached"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationDependantElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" ordered="false" eType="#//LayersStackApplication"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayersStackApplication" eSuperTypes="#//FolderElement"> <eOperations name="getLayersStackFor" ordered="false" lowerBound="1" eType="#//LayersStack"> <eParameters name="diagram" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eOperations> <eOperations name="removeLayersStackFor" ordered="false" lowerBound="1"> <eParameters name="diagram" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eOperations> <eOperations name="isLayersStackAttachedFor" ordered="false" lowerBound="1" eType="#//boolean"> <eParameters name="diagram" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eOperations> <eOperations name="createLayersStackFor" ordered="false" lowerBound="1" eType="#//LayersStack"> <eParameters name="diagram" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eOperations> <eOperations name="lookupLayersStackFor" ordered="false" lowerBound="1" eType="#//LayersStack" eExceptions="#//NotFoundException"> <eParameters name="diagram" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="layersStacks" ordered="false" upperBound="-1" eType="#//LayersStack" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerStackRegistry" ordered="false" lowerBound="1" eType="#//LayerStackDescriptorRegistry" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRegistry" ordered="false" lowerBound="1" eType="#//PropertyRegistry" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerDescriptorRegistry" ordered="false" lowerBound="1" eType="#//LayerDescriptorRegistry" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="factory" ordered="false" lowerBound="1" eType="#//LayerApplicationFactory" transient="true" containment="true" eOpposite="#//LayerApplicationFactory/application"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySetterRegistry" ordered="false" eType="#//PropertySetterRegistry" transient="true" containment="true" eOpposite="#//PropertySetterRegistry/application"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerOperatorDescriptorRegistry" ordered="false" eType="#//LayerOperatorDescriptorRegistry" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FolderElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="LayerStackDescriptorRegistry"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyRegistry"> <eOperations name="getPropertyIndex" ordered="false" lowerBound="1" eType="#//int" eExceptions="#//NotFoundException"> <eParameters name="propertyName" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="getProperty" ordered="false" lowerBound="1" eType="#//Property" eExceptions="#//NotFoundException"> <eParameters name="propertyName" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="addProperty" ordered="false" lowerBound="1"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRegistry" ordered="false" eType="#//TypeRegistry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertiesCount" ordered="false" lowerBound="1" eType="#//int" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//FolderElement"> <eOperations name="createInstance" ordered="false" lowerBound="1" eType="#//TypeInstance" eExceptions="#//BadStateException"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//TypeInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" ordered="false" lowerBound="1" eType="#//int" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//FolderElement"> <eOperations name="createInstance" ordered="false" lowerBound="1" eType="#//TypeInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="TypeInstance" abstract="true" eSuperTypes="#//ComputePropertyValueCommandItf"> <eOperations name="setValueFromString" ordered="false" lowerBound="1"> <eParameters name="value" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="setValueFromInstance" ordered="false" lowerBound="1"> <eParameters name="value" ordered="false" lowerBound="1" eType="#//TypeInstance"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputePropertyValueCommandItf" instanceClassName="org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand" abstract="true" interface="true"> <eOperations name="getCmdValue" ordered="false" lowerBound="1" eType="#//TypeInstance" eExceptions="#//LayersException"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LayersException" instanceClassName="org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.LayersException"/> <eClassifiers xsi:type="ecore:EDataType" name="int" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="BadStateException" instanceClassName="org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.BadStateException"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="LayersException"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRegistry"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//StringToTypeMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTypeMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NotFoundException" instanceClassName="org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.NotFoundException"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="LayersException"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerDescriptorRegistry"> <eStructuralFeatures xsi:type="ecore:EReference" name="layerDescriptors" ordered="false" upperBound="-1" eType="#//LayerDescriptor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRegistry" ordered="false" lowerBound="1" eType="#//PropertyRegistry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerApplicationFactory"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" ordered="false" eType="#//LayersStackApplication" transient="true" eOpposite="#//LayersStackApplication/factory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertySetterRegistry"> <eOperations name="getPropertySetter" ordered="false" lowerBound="1" eType="#//PropertySetter" eExceptions="#//NotFoundException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getPropertySetter" ordered="false" lowerBound="1" eType="#//PropertySetter" eExceptions="#//NotFoundException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="addPropertySetter" ordered="false" lowerBound="1"> <eParameters name="setter" ordered="false" lowerBound="1" eType="#//PropertySetter"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySetters" upperBound="-1" eType="#//PropertySetter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setterMap" ordered="false" upperBound="-1" eType="#//StringToPropertySetter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="application" ordered="false" eType="#//LayersStackApplication" transient="true" eOpposite="#//LayersStackApplication/propertySetterRegistry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertySetter" abstract="true"> <eOperations name="setValue" ordered="false" lowerBound="1"> <eParameters name="view" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eParameters name="value" ordered="false" lowerBound="1" eType="#//TypeInstance"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToPropertySetter" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//PropertySetter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerOperatorDescriptorRegistry"> <eOperations name="addLayerOperatorDescriptor" ordered="false" lowerBound="1"> <eParameters name="descriptor" ordered="false" lowerBound="1" eType="#//LayerOperatorDescriptor"/> </eOperations> <eOperations name="getLayerOperatorDescriptor" ordered="false" lowerBound="1" eType="#//LayerOperatorDescriptor" eExceptions="#//NotFoundException"> <eParameters name="name" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="addPropertyOperator" ordered="false" lowerBound="1"> <eParameters name="operator" ordered="false" lowerBound="1" eType="#//PropertyOperator"/> </eOperations> <eOperations name="getPropertyOperator" ordered="false" lowerBound="1" eType="#//PropertyOperator" eExceptions="#//NotFoundException"> <eParameters name="name" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="attachOperatorToDescriptor" ordered="false" lowerBound="1" eExceptions="#//NotFoundException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eParameters name="operatorName" ordered="false" lowerBound="1" eType="#//String"/> <eParameters name="layerDescriptorName" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eOperations name="createLayerOperator" ordered="false" lowerBound="1" eType="#//LayerOperator" eExceptions="#//LayersException"> <eParameters name="layerOperatorID" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" ordered="false" upperBound="-1" eType="#//LayerOperatorDescriptor" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyOperators" upperBound="-1" eType="#//PropertyOperator" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyCollectionSize" ordered="false" lowerBound="1" eType="#//int"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultOperator" ordered="false" lowerBound="1" eType="#//PropertyOperator" changeable="false" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerOperatorDescriptor"> <eOperations name="getPropertyOperator" ordered="false" lowerBound="1" eType="#//PropertyOperator" eExceptions="#//NotFoundException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="setPropertyOperator" ordered="false" lowerBound="1"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eParameters name="operator" ordered="false" lowerBound="1" eType="#//PropertyOperator"/> </eOperations> <eOperations name="createLayerOperator" ordered="false" lowerBound="1" eType="#//LayerOperator"/> <eOperations name="setPropertyCollectionSize" ordered="false" lowerBound="1"> <eParameters name="size" ordered="false" lowerBound="1" eType="#//int"/> <eParameters name="defaultPropertyOperator" ordered="false" lowerBound="1" eType="#//PropertyOperator"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyOperators" upperBound="-1" eType="#//PropertyOperator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyOperator"> <eOperations name="getComputePropertyValueCommand" ordered="false" lowerBound="1" eType="#//ComputePropertyValueCommand" eExceptions="#//LayersException"> <eParameters name="property" upperBound="-1" eType="#//ComputePropertyValueCommand"/> </eOperations> <eOperations name="resetOperatorInstance" ordered="false" lowerBound="1" eExceptions="#//LayersException"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorInstance" ordered="false" lowerBound="1" eType="#//PropertyOperator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classBundleID" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ComputePropertyValueCommand" instanceClassName="org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand"/> <eClassifiers xsi:type="ecore:EClass" name="LayerOperator" abstract="true" eSuperTypes="#//LayerExpression #//LayersContainer"> <eOperations name="isDescriptorSet" ordered="false" lowerBound="1" eType="#//boolean"/> <eOperations name="resetDescriptor" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1" eType="#//LayerExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerOperatorDescriptorName" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerOperatorDescriptor" ordered="false" lowerBound="1" eType="#//LayerOperatorDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayersContainer" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layers implementing this interface can contains others layers.&#xD;&#xA;The interface provide one method allowing to add a LayerExpression to the container."/> </eAnnotations> <eOperations name="addLayer" ordered="false" lowerBound="1"> <eParameters name="layer" ordered="false" lowerBound="1" eType="#//LayerExpression"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EEnum" name="LayerState"> <eLiterals name="detached"/> <eLiterals name="attached" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractLayer" abstract="true" eSuperTypes="#//LayerExpression"> <eOperations name="addPropertyInstance" ordered="false" lowerBound="1" eType="#//TypeInstance" eExceptions="#//LayersException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="removePropertyInstance" ordered="false" lowerBound="1"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getPropertyInstance" ordered="false" lowerBound="1" eType="#//TypeInstance" eExceptions="#//LayersException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="getPropertyInstance" ordered="false" lowerBound="1" eType="#//TypeInstance" eExceptions="#//LayersException"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyValues" unique="false" upperBound="-1" eType="#//TypeInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyValueMap" ordered="false" upperBound="-1" eType="#//StringToTypeInstanceMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerDescriptor" ordered="false" lowerBound="1" eType="#//LayerDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmf.runtime.notation/model/notation.ecore#//View"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedProperties" ordered="false" upperBound="-1" eType="#//Property" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToTypeInstanceMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//TypeInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//FolderElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//FolderElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="#//FolderElement"> <eOperations name="getEPackage" ordered="false" lowerBound="1" eType="#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsuri" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginID" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ePackageInstanceName" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTypeValid" ordered="false" lowerBound="1" eType="#//boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EPackage" instanceClassName="org.eclipse.emf.ecore.EPackage"/> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EClass" name="TopLayerOperator" eSuperTypes="#//LayerOperator"/> <eClassifiers xsi:type="ecore:EClass" name="StackedLayerOperator" eSuperTypes="#//LayerOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyIndex"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" ordered="false" lowerBound="1" eType="#//int"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToPropertyIndexMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//PropertyIndex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleLayerDescriptor" eSuperTypes="#//LayerDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="NullInstance" eSuperTypes="#//TypeInstance"> <eOperations name="getInstance" ordered="false" lowerBound="1" eType="#//NullInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer" eSuperTypes="#//AbstractLayer"/> <eClassifiers xsi:type="ecore:EClass" name="NullPropertySetter" eSuperTypes="#//PropertySetter"/> <eClassifiers xsi:type="ecore:EClass" name="TopLayerOperatorDescriptor" eSuperTypes="#//LayerOperatorDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="StackedLayerOperatorDescriptor" eSuperTypes="#//LayerOperatorDescriptor"/> <eClassifiers xsi:type="ecore:EEnum" name="EventLevel"> <eLiterals name="level1"/> <eLiterals name="allLevels" value="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllViewsDerivedLayer" eSuperTypes="#//AbstractLayer"/> <eClassifiers xsi:type="ecore:EClass" name="CSSPropertySetter" eSuperTypes="#//PropertySetter"/> <eClassifiers xsi:type="ecore:EClass" name="CSSType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="CSSInstance" eSuperTypes="#//TypeInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="stylesheet" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.infra.gmfdiag.css.model/Model/StyleSheets.ecore#//StyleSheet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CSSHidePropertySetter" eSuperTypes="#//PropertySetter"/> <eClassifiers xsi:type="ecore:EClass" name="CSSHideType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="CSSHideInstance" eSuperTypes="#//TypeInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="stylesheet" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.papyrus.infra.gmfdiag.css.model/Model/StyleSheets.ecore#//StyleSheet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" eType="#//String"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/perelengo/org.eclipse.papyrus.incubation/layers/plugins/org.eclipse.papyrus.infra.gmfdiag.layers.model/model/layers.ecore
ecore
layers LayerNamedStyle layersStack LayersStack getComputePropertyValueCommand view property getPropertiesComputePropertyValueCommand view property getViewsComputePropertyValueCommand view property startAfterCreation attachLayers attach detach enterAttachedState exitAttachedState layers name description diagram state detached LayerExpression getComputePropertyValueCommand view property getViewsComputePropertyValueCommand view property getPropertiesComputePropertyValueCommand view property attachToLayersStack owningLayersStack getLayersStack enterAttachedState attach detach exitAttachedState name description isLayerEnabledInternal isLayerEnabled true isBranchEnabled true owningLayersStack state detached ApplicationDependantElement application LayersStackApplication getLayersStackFor diagram removeLayersStackFor diagram isLayersStackAttachedFor diagram createLayersStackFor diagram lookupLayersStackFor diagram layersStacks layerStackRegistry propertyRegistry layerDescriptorRegistry factory propertySetterRegistry layerOperatorDescriptorRegistry FolderElement LayerStackDescriptorRegistry PropertyRegistry getPropertyIndex propertyName getProperty propertyName addProperty property properties typeRegistry propertiesCount Property createInstance type defaultValue name description index -1 Type createInstance name description String java.lang.String java.lang.String TypeInstance setValueFromString value setValueFromInstance value ComputePropertyValueCommandItf org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand getCmdValue LayersException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.LayersException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.LayersException int int int BadStateException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.BadStateException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.BadStateException TypeRegistry types StringToTypeMap java.util.Map$Entry java.util.Map$Entry value key NotFoundException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.NotFoundException org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.NotFoundException LayerDescriptorRegistry layerDescriptors LayerDescriptor propertyRegistry LayerApplicationFactory application PropertySetterRegistry getPropertySetter property getPropertySetter property addPropertySetter setter propertySetters setterMap application PropertySetter setValue view value property propertyName StringToPropertySetter java.util.Map$Entry java.util.Map$Entry key value LayerOperatorDescriptorRegistry addLayerOperatorDescriptor descriptor getLayerOperatorDescriptor name addPropertyOperator operator getPropertyOperator name attachOperatorToDescriptor property operatorName layerDescriptorName createLayerOperator layerOperatorID descriptors propertyOperators propertyCollectionSize defaultOperator LayerOperatorDescriptor getPropertyOperator property setPropertyOperator property operator createLayerOperator setPropertyCollectionSize size defaultPropertyOperator propertyOperators name PropertyOperator getComputePropertyValueCommand property resetOperatorInstance name classname operatorInstance classBundleID ComputePropertyValueCommand org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand LayerOperator isDescriptorSet resetDescriptor layers layerOperatorDescriptorName layerOperatorDescriptor LayersContainer addLayer layer boolean boolean boolean LayerState detached detached attached attached AbstractLayer addPropertyInstance property removePropertyInstance property getPropertyInstance property getPropertyInstance property propertyValues propertyValueMap layerDescriptor views attachedProperties StringToTypeInstanceMap java.util.Map$Entry java.util.Map$Entry key value Folder elements name Metamodel getEPackage name description nsuri pluginID ePackageInstanceName isTypeValid EPackage org.eclipse.emf.ecore.EPackage org.eclipse.emf.ecore.EPackage Object java.lang.Object java.lang.Object TopLayerOperator StackedLayerOperator PropertyIndex property index StringToPropertyIndexMap java.util.Map$Entry java.util.Map$Entry value key SimpleLayerDescriptor NullInstance getInstance Layer NullPropertySetter TopLayerOperatorDescriptor StackedLayerOperatorDescriptor EventLevel level1 level1 allLevels allLevels AllViewsDerivedLayer CSSPropertySetter CSSType CSSInstance stylesheet style CSSHidePropertySetter CSSHideType CSSHideInstance stylesheet style
null
{"directed":true,"nodes":[{"nsPrefix":"layers","nsURI":"http://www.eclipse.org/papyrus/infra/gmfdiag/layers","name":"layers","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerNamedStyle","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayersStack","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerExpression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationDependantElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayersStackApplication","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerStackDescriptorRegistry","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRegistry","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeInstance","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand","name":"ComputePropertyValueCommandItf","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.LayersException","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.LayersException","name":"LayersException","instanceClass":null,"id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"int","instanceClass":"int","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.BadStateException","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.BadStateException","name":"BadStateException","instanceClass":null,"id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRegistry","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTypeMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.NotFoundException","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.NotFoundException","name":"NotFoundException","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerDescriptorRegistry","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerDescriptor","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerApplicationFactory","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySetterRegistry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySetter","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToPropertySetter","instanceClass":"java.util.Map$Entry","abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerOperatorDescriptorRegistry","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerOperatorDescriptor","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOperator","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.command.ComputePropertyValueCommand","name":"ComputePropertyValueCommand","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerOperator","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayersContainer","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"boolean","instanceClass":"boolean","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayerState","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractLayer","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToTypeInstanceMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.EPackage","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.EPackage","name":"EPackage","instanceClass":"org.eclipse.emf.ecore.EPackage","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLayerOperator","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackedLayerOperator","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyIndex","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToPropertyIndexMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleLayerDescriptor","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullInstance","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullPropertySetter","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLayerOperatorDescriptor","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackedLayerOperatorDescriptor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventLevel","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllViewsDerivedLayer","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSPropertySetter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSType","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSInstance","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSHidePropertySetter","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSHideType","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSSHideInstance","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layersStack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getComputePropertyValueCommand","lowerBound":1,"id":61,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPropertiesComputePropertyValueCommand","lowerBound":0,"id":62,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getViewsComputePropertyValueCommand","lowerBound":0,"id":63,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"startAfterCreation","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"attachLayers","lowerBound":1,"id":65,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"attach","lowerBound":1,"id":66,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"detach","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"enterAttachedState","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"exitAttachedState","lowerBound":1,"id":69,"many":false,"required":true,"eClass":"EOperation"},{"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":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":71,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"diagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"detached","unsettable":false,"transient":false,"unique":false,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"view","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"view","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"property","lowerBound":1,"id":84,"many":true,"required":true,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"view","lowerBound":0,"id":89,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":90,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"getComputePropertyValueCommand","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getViewsComputePropertyValueCommand","lowerBound":0,"id":104,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPropertiesComputePropertyValueCommand","lowerBound":0,"id":105,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"attachToLayersStack","lowerBound":1,"id":106,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getLayersStack","lowerBound":1,"id":107,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"enterAttachedState","lowerBound":1,"id":108,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"attach","lowerBound":1,"id":109,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"detach","lowerBound":1,"id":110,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"exitAttachedState","lowerBound":1,"id":111,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"isLayerEnabledInternal","changeable":false,"lowerBound":1,"iD":false,"id":114,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isLayerEnabled","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isBranchEnabled","changeable":true,"lowerBound":1,"iD":false,"id":116,"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":"owningLayersStack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"detached","unsettable":false,"transient":false,"unique":false,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"view","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":122,"many":false,"required":true,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"view","lowerBound":0,"id":127,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"view","lowerBound":1,"id":133,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"property","lowerBound":1,"id":134,"many":true,"required":true,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"owningLayersStack","lowerBound":1,"id":138,"many":false,"required":true,"eClass":"EParameter"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"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":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getLayersStackFor","lowerBound":1,"id":154,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeLayersStackFor","lowerBound":1,"id":155,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isLayersStackAttachedFor","lowerBound":1,"id":156,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createLayersStackFor","lowerBound":1,"id":157,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lookupLayersStackFor","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layersStacks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":true,"unique":true,"name":"layerStackRegistry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"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":true,"unique":true,"name":"propertyRegistry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"layerDescriptorRegistry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"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":true,"unique":true,"name":"factory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"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":true,"unique":true,"name":"propertySetterRegistry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":true,"unique":true,"name":"layerOperatorDescriptorRegistry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"diagram","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"diagram","lowerBound":1,"id":170,"many":false,"required":true,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"diagram","lowerBound":1,"id":173,"many":false,"required":true,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"diagram","lowerBound":1,"id":176,"many":false,"required":true,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"diagram","lowerBound":1,"id":179,"many":false,"required":true,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"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":true,"unique":true,"name":"application","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertyIndex","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addProperty","lowerBound":1,"id":193,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"typeRegistry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"propertiesCount","changeable":false,"lowerBound":1,"iD":false,"id":196,"derived":true},{"id":197,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":198,"many":false,"required":true,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EParameter"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createInstance","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":213,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":214,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"createInstance","lowerBound":1,"id":224,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":225,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"setValueFromString","lowerBound":1,"id":231,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setValueFromInstance","lowerBound":1,"id":232,"many":false,"required":true,"eClass":"EOperation"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":234,"many":false,"required":true,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getCmdValue","lowerBound":1,"id":238,"many":false,"required":true,"eClass":"EOperation"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"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":243,"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"layerDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"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":"propertyRegistry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertySetter","lowerBound":1,"id":252,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertySetter","lowerBound":1,"id":253,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addPropertySetter","lowerBound":1,"id":254,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"propertySetters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"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":"setterMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":258,"many":false,"required":true,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":262,"many":false,"required":true,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"setter","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"setValue","lowerBound":1,"id":270,"many":false,"required":true,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"view","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":274,"many":false,"required":true,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":279,"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":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addLayerOperatorDescriptor","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getLayerOperatorDescriptor","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addPropertyOperator","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertyOperator","lowerBound":1,"id":286,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"attachOperatorToDescriptor","lowerBound":1,"id":287,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createLayerOperator","lowerBound":1,"id":288,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"propertyOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"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":"propertyCollectionSize","changeable":true,"lowerBound":1,"iD":false,"id":291,"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":true,"unique":true,"name":"defaultOperator","changeable":false,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"descriptor","lowerBound":1,"id":293,"many":false,"required":true,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":296,"many":false,"required":true,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"operator","lowerBound":1,"id":299,"many":false,"required":true,"eClass":"EParameter"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":302,"many":false,"required":true,"eClass":"EParameter"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":305,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"operatorName","lowerBound":1,"id":306,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"layerDescriptorName","lowerBound":1,"id":307,"many":false,"required":true,"eClass":"EParameter"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"layerOperatorID","lowerBound":1,"id":313,"many":false,"required":true,"eClass":"EParameter"},{"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":false,"upperBound":1,"unique":true,"name":"getPropertyOperator","lowerBound":1,"id":320,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setPropertyOperator","lowerBound":1,"id":321,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createLayerOperator","lowerBound":1,"id":322,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setPropertyCollectionSize","lowerBound":1,"id":323,"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":false,"unsettable":false,"transient":true,"unique":true,"name":"propertyOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":327,"many":false,"required":true,"eClass":"EParameter"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":330,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"operator","lowerBound":1,"id":331,"many":false,"required":true,"eClass":"EParameter"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"size","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"defaultPropertyOperator","lowerBound":1,"id":336,"many":false,"required":true,"eClass":"EParameter"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getComputePropertyValueCommand","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"resetOperatorInstance","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":343,"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":"classname","changeable":true,"lowerBound":1,"iD":false,"id":344,"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":"operatorInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"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":"classBundleID","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"property","lowerBound":0,"id":348,"many":true,"required":false,"eClass":"EParameter"},{"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":false,"upperBound":1,"unique":true,"name":"isDescriptorSet","lowerBound":1,"id":356,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"resetDescriptor","lowerBound":1,"id":357,"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":"layers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"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":"layerOperatorDescriptorName","changeable":true,"lowerBound":1,"iD":false,"id":359,"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":"layerOperatorDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addLayer","lowerBound":1,"id":367,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"layer","lowerBound":1,"id":368,"many":false,"required":true,"eClass":"EParameter"},{"id":369,"eClass":"EGenericType"},{"name":"detached","id":370,"value":0,"literal":"detached","eClass":"EEnumLiteral"},{"name":"attached","id":371,"value":1,"literal":"attached","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"addPropertyInstance","lowerBound":1,"id":372,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removePropertyInstance","lowerBound":1,"id":373,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertyInstance","lowerBound":1,"id":374,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPropertyInstance","lowerBound":1,"id":375,"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":false,"unsettable":false,"transient":false,"unique":false,"name":"propertyValues","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":"propertyValueMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"layerDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"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":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"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":"attachedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":true},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":383,"many":false,"required":true,"eClass":"EParameter"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":389,"many":false,"required":true,"eClass":"EParameter"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"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":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"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":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEPackage","lowerBound":1,"id":410,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":411,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":412,"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":"nsuri","changeable":true,"lowerBound":1,"iD":false,"id":413,"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":"pluginID","changeable":true,"lowerBound":1,"iD":false,"id":414,"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":"ePackageInstanceName","changeable":true,"lowerBound":1,"iD":false,"id":415,"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":"isTypeValid","changeable":true,"lowerBound":1,"iD":false,"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"},{"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":427,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getInstance","lowerBound":1,"id":436,"many":false,"required":true,"eClass":"EOperation"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"name":"level1","id":443,"value":0,"literal":"level1","eClass":"EEnumLiteral"},{"name":"allLevels","id":444,"value":-1,"literal":"allLevels","eClass":"EEnumLiteral"},{"id":445,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"stylesheet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"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":"style","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"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":"stylesheet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"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":"style","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":1,"target":0},{"source":1,"target":58},{"source":1,"target":59},{"source":58,"target":2},{"source":58,"target":60},{"source":58,"target":1},{"source":60,"target":2},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":61,"target":29},{"source":61,"target":76},{"source":61,"target":2},{"source":61,"target":77},{"source":61,"target":78},{"source":61,"target":14},{"source":61,"target":79},{"source":76,"target":29},{"source":77,"target":80},{"source":77,"target":61},{"source":78,"target":9},{"source":78,"target":81},{"source":78,"target":61},{"source":81,"target":9},{"source":79,"target":14},{"source":62,"target":29},{"source":62,"target":82},{"source":62,"target":2},{"source":62,"target":83},{"source":62,"target":84},{"source":62,"target":14},{"source":62,"target":85},{"source":82,"target":29},{"source":83,"target":86},{"source":83,"target":62},{"source":84,"target":9},{"source":84,"target":87},{"source":84,"target":62},{"source":87,"target":9},{"source":85,"target":14},{"source":63,"target":29},{"source":63,"target":88},{"source":63,"target":2},{"source":63,"target":89},{"source":63,"target":90},{"source":63,"target":14},{"source":63,"target":91},{"source":88,"target":29},{"source":89,"target":92},{"source":89,"target":63},{"source":90,"target":9},{"source":90,"target":93},{"source":90,"target":63},{"source":93,"target":9},{"source":91,"target":14},{"source":64,"target":2},{"source":65,"target":2},{"source":65,"target":14},{"source":65,"target":94},{"source":94,"target":14},{"source":66,"target":2},{"source":66,"target":14},{"source":66,"target":95},{"source":95,"target":14},{"source":67,"target":2},{"source":67,"target":14},{"source":67,"target":96},{"source":96,"target":14},{"source":68,"target":2},{"source":68,"target":14},{"source":68,"target":97},{"source":97,"target":14},{"source":69,"target":2},{"source":70,"target":3},{"source":70,"target":98},{"source":70,"target":2},{"source":98,"target":3},{"source":71,"target":11},{"source":71,"target":99},{"source":71,"target":2},{"source":99,"target":11},{"source":72,"target":11},{"source":72,"target":100},{"source":72,"target":2},{"source":100,"target":11},{"source":73,"target":101},{"source":73,"target":2},{"source":74,"target":33},{"source":74,"target":102},{"source":74,"target":2},{"source":102,"target":33},{"source":75,"target":31},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":3,"target":112},{"source":3,"target":113},{"source":3,"target":114},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":3,"target":119},{"source":103,"target":29},{"source":103,"target":120},{"source":103,"target":3},{"source":103,"target":121},{"source":103,"target":122},{"source":103,"target":14},{"source":103,"target":123},{"source":120,"target":29},{"source":121,"target":124},{"source":121,"target":103},{"source":122,"target":9},{"source":122,"target":125},{"source":122,"target":103},{"source":125,"target":9},{"source":123,"target":14},{"source":104,"target":29},{"source":104,"target":126},{"source":104,"target":3},{"source":104,"target":127},{"source":104,"target":128},{"source":104,"target":14},{"source":104,"target":129},{"source":126,"target":29},{"source":127,"target":130},{"source":127,"target":104},{"source":128,"target":9},{"source":128,"target":131},{"source":128,"target":104},{"source":131,"target":9},{"source":129,"target":14},{"source":105,"target":29},{"source":105,"target":132},{"source":105,"target":3},{"source":105,"target":133},{"source":105,"target":134},{"source":105,"target":14},{"source":105,"target":135},{"source":132,"target":29},{"source":133,"target":136},{"source":133,"target":105},{"source":134,"target":9},{"source":134,"target":137},{"source":134,"target":105},{"source":137,"target":9},{"source":135,"target":14},{"source":106,"target":3},{"source":106,"target":138},{"source":138,"target":2},{"source":138,"target":139},{"source":138,"target":106},{"source":139,"target":2},{"source":107,"target":2},{"source":107,"target":140},{"source":107,"target":3},{"source":107,"target":19},{"source":107,"target":141},{"source":140,"target":2},{"source":141,"target":19},{"source":108,"target":3},{"source":108,"target":14},{"source":108,"target":142},{"source":142,"target":14},{"source":109,"target":3},{"source":109,"target":14},{"source":109,"target":143},{"source":143,"target":14},{"source":110,"target":3},{"source":110,"target":14},{"source":110,"target":144},{"source":144,"target":14},{"source":111,"target":3},{"source":112,"target":11},{"source":112,"target":145},{"source":112,"target":3},{"source":145,"target":11},{"source":113,"target":11},{"source":113,"target":146},{"source":113,"target":3},{"source":146,"target":11},{"source":114,"target":32},{"source":114,"target":147},{"source":114,"target":3},{"source":147,"target":32},{"source":115,"target":32},{"source":115,"target":148},{"source":115,"target":3},{"source":148,"target":32},{"source":116,"target":32},{"source":116,"target":149},{"source":116,"target":3},{"source":149,"target":32},{"source":117,"target":2},{"source":117,"target":150},{"source":117,"target":3},{"source":150,"target":2},{"source":118,"target":33},{"source":118,"target":151},{"source":118,"target":3},{"source":151,"target":33},{"source":119,"target":4},{"source":4,"target":0},{"source":4,"target":152},{"source":152,"target":5},{"source":152,"target":153},{"source":152,"target":4},{"source":153,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":165},{"source":5,"target":166},{"source":154,"target":2},{"source":154,"target":167},{"source":154,"target":5},{"source":154,"target":168},{"source":167,"target":2},{"source":168,"target":169},{"source":168,"target":154},{"source":155,"target":5},{"source":155,"target":170},{"source":170,"target":171},{"source":170,"target":155},{"source":156,"target":32},{"source":156,"target":172},{"source":156,"target":5},{"source":156,"target":173},{"source":172,"target":32},{"source":173,"target":174},{"source":173,"target":156},{"source":157,"target":2},{"source":157,"target":175},{"source":157,"target":5},{"source":157,"target":176},{"source":175,"target":2},{"source":176,"target":177},{"source":176,"target":157},{"source":158,"target":2},{"source":158,"target":178},{"source":158,"target":5},{"source":158,"target":179},{"source":158,"target":19},{"source":158,"target":180},{"source":178,"target":2},{"source":179,"target":181},{"source":179,"target":158},{"source":180,"target":19},{"source":159,"target":2},{"source":159,"target":182},{"source":159,"target":5},{"source":182,"target":2},{"source":160,"target":7},{"source":160,"target":183},{"source":160,"target":5},{"source":183,"target":7},{"source":161,"target":8},{"source":161,"target":184},{"source":161,"target":5},{"source":184,"target":8},{"source":162,"target":20},{"source":162,"target":185},{"source":162,"target":5},{"source":185,"target":20},{"source":163,"target":22},{"source":163,"target":186},{"source":163,"target":5},{"source":163,"target":187},{"source":186,"target":22},{"source":164,"target":23},{"source":164,"target":188},{"source":164,"target":5},{"source":164,"target":189},{"source":188,"target":23},{"source":165,"target":26},{"source":165,"target":190},{"source":165,"target":5},{"source":190,"target":26},{"source":166,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":8,"target":194},{"source":8,"target":195},{"source":8,"target":196},{"source":191,"target":15},{"source":191,"target":197},{"source":191,"target":8},{"source":191,"target":198},{"source":191,"target":19},{"source":191,"target":199},{"source":197,"target":15},{"source":198,"target":11},{"source":198,"target":200},{"source":198,"target":191},{"source":200,"target":11},{"source":199,"target":19},{"source":192,"target":9},{"source":192,"target":201},{"source":192,"target":8},{"source":192,"target":202},{"source":192,"target":19},{"source":192,"target":203},{"source":201,"target":9},{"source":202,"target":11},{"source":202,"target":204},{"source":202,"target":192},{"source":204,"target":11},{"source":203,"target":19},{"source":193,"target":8},{"source":193,"target":205},{"source":205,"target":9},{"source":205,"target":206},{"source":205,"target":193},{"source":206,"target":9},{"source":194,"target":9},{"source":194,"target":207},{"source":194,"target":8},{"source":207,"target":9},{"source":195,"target":17},{"source":195,"target":208},{"source":195,"target":8},{"source":208,"target":17},{"source":196,"target":15},{"source":196,"target":209},{"source":196,"target":8},{"source":209,"target":15},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":210},{"source":9,"target":211},{"source":9,"target":212},{"source":9,"target":213},{"source":9,"target":214},{"source":9,"target":215},{"source":9,"target":216},{"source":210,"target":12},{"source":210,"target":217},{"source":210,"target":9},{"source":210,"target":16},{"source":210,"target":218},{"source":217,"target":12},{"source":218,"target":16},{"source":211,"target":10},{"source":211,"target":219},{"source":211,"target":9},{"source":219,"target":10},{"source":212,"target":12},{"source":212,"target":220},{"source":212,"target":9},{"source":220,"target":12},{"source":213,"target":11},{"source":213,"target":221},{"source":213,"target":9},{"source":221,"target":11},{"source":214,"target":11},{"source":214,"target":222},{"source":214,"target":9},{"source":222,"target":11},{"source":215,"target":15},{"source":215,"target":223},{"source":215,"target":9},{"source":223,"target":15},{"source":216,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":224},{"source":10,"target":225},{"source":10,"target":226},{"source":10,"target":227},{"source":224,"target":12},{"source":224,"target":228},{"source":224,"target":10},{"source":228,"target":12},{"source":225,"target":11},{"source":225,"target":229},{"source":225,"target":10},{"source":229,"target":11},{"source":226,"target":11},{"source":226,"target":230},{"source":226,"target":10},{"source":230,"target":11},{"source":227,"target":6},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":231},{"source":12,"target":232},{"source":12,"target":233},{"source":231,"target":12},{"source":231,"target":234},{"source":234,"target":11},{"source":234,"target":235},{"source":234,"target":231},{"source":235,"target":11},{"source":232,"target":12},{"source":232,"target":236},{"source":236,"target":12},{"source":236,"target":237},{"source":236,"target":232},{"source":237,"target":12},{"source":233,"target":13},{"source":13,"target":0},{"source":13,"target":238},{"source":238,"target":12},{"source":238,"target":239},{"source":238,"target":13},{"source":238,"target":14},{"source":238,"target":240},{"source":239,"target":12},{"source":240,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":241},{"source":241,"target":18},{"source":241,"target":242},{"source":241,"target":17},{"source":242,"target":18},{"source":18,"target":0},{"source":18,"target":243},{"source":18,"target":244},{"source":243,"target":10},{"source":243,"target":245},{"source":243,"target":18},{"source":245,"target":10},{"source":244,"target":11},{"source":244,"target":246},{"source":244,"target":18},{"source":246,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":247},{"source":247,"target":21},{"source":247,"target":248},{"source":247,"target":20},{"source":248,"target":21},{"source":21,"target":0},{"source":21,"target":249},{"source":249,"target":8},{"source":249,"target":250},{"source":249,"target":21},{"source":250,"target":8},{"source":22,"target":0},{"source":22,"target":187},{"source":187,"target":5},{"source":187,"target":251},{"source":187,"target":22},{"source":187,"target":163},{"source":251,"target":5},{"source":23,"target":0},{"source":23,"target":252},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":189},{"source":252,"target":24},{"source":252,"target":257},{"source":252,"target":23},{"source":252,"target":258},{"source":252,"target":19},{"source":252,"target":259},{"source":257,"target":24},{"source":258,"target":9},{"source":258,"target":260},{"source":258,"target":252},{"source":260,"target":9},{"source":259,"target":19},{"source":253,"target":24},{"source":253,"target":261},{"source":253,"target":23},{"source":253,"target":262},{"source":253,"target":19},{"source":253,"target":263},{"source":261,"target":24},{"source":262,"target":11},{"source":262,"target":264},{"source":262,"target":253},{"source":264,"target":11},{"source":263,"target":19},{"source":254,"target":23},{"source":254,"target":265},{"source":265,"target":24},{"source":265,"target":266},{"source":265,"target":254},{"source":266,"target":24},{"source":255,"target":24},{"source":255,"target":267},{"source":255,"target":23},{"source":267,"target":24},{"source":256,"target":25},{"source":256,"target":268},{"source":256,"target":23},{"source":268,"target":25},{"source":189,"target":5},{"source":189,"target":269},{"source":189,"target":23},{"source":189,"target":164},{"source":269,"target":5},{"source":24,"target":0},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":270,"target":24},{"source":270,"target":273},{"source":270,"target":274},{"source":273,"target":275},{"source":273,"target":270},{"source":274,"target":12},{"source":274,"target":276},{"source":274,"target":270},{"source":276,"target":12},{"source":271,"target":9},{"source":271,"target":277},{"source":271,"target":24},{"source":277,"target":9},{"source":272,"target":11},{"source":272,"target":278},{"source":272,"target":24},{"source":278,"target":11},{"source":25,"target":0},{"source":25,"target":279},{"source":25,"target":280},{"source":279,"target":11},{"source":279,"target":281},{"source":279,"target":25},{"source":281,"target":11},{"source":280,"target":24},{"source":280,"target":282},{"source":280,"target":25},{"source":282,"target":24},{"source":26,"target":0},{"source":26,"target":283},{"source":26,"target":284},{"source":26,"target":285},{"source":26,"target":286},{"source":26,"target":287},{"source":26,"target":288},{"source":26,"target":289},{"source":26,"target":290},{"source":26,"target":291},{"source":26,"target":292},{"source":283,"target":26},{"source":283,"target":293},{"source":293,"target":27},{"source":293,"target":294},{"source":293,"target":283},{"source":294,"target":27},{"source":284,"target":27},{"source":284,"target":295},{"source":284,"target":26},{"source":284,"target":296},{"source":284,"target":19},{"source":284,"target":297},{"source":295,"target":27},{"source":296,"target":11},{"source":296,"target":298},{"source":296,"target":284},{"source":298,"target":11},{"source":297,"target":19},{"source":285,"target":26},{"source":285,"target":299},{"source":299,"target":28},{"source":299,"target":300},{"source":299,"target":285},{"source":300,"target":28},{"source":286,"target":28},{"source":286,"target":301},{"source":286,"target":26},{"source":286,"target":302},{"source":286,"target":19},{"source":286,"target":303},{"source":301,"target":28},{"source":302,"target":11},{"source":302,"target":304},{"source":302,"target":286},{"source":304,"target":11},{"source":303,"target":19},{"source":287,"target":26},{"source":287,"target":305},{"source":287,"target":306},{"source":287,"target":307},{"source":287,"target":19},{"source":287,"target":308},{"source":305,"target":9},{"source":305,"target":309},{"source":305,"target":287},{"source":309,"target":9},{"source":306,"target":11},{"source":306,"target":310},{"source":306,"target":287},{"source":310,"target":11},{"source":307,"target":11},{"source":307,"target":311},{"source":307,"target":287},{"source":311,"target":11},{"source":308,"target":19},{"source":288,"target":30},{"source":288,"target":312},{"source":288,"target":26},{"source":288,"target":313},{"source":288,"target":14},{"source":288,"target":314},{"source":312,"target":30},{"source":313,"target":11},{"source":313,"target":315},{"source":313,"target":288},{"source":315,"target":11},{"source":314,"target":14},{"source":289,"target":27},{"source":289,"target":316},{"source":289,"target":26},{"source":316,"target":27},{"source":290,"target":28},{"source":290,"target":317},{"source":290,"target":26},{"source":317,"target":28},{"source":291,"target":15},{"source":291,"target":318},{"source":291,"target":26},{"source":318,"target":15},{"source":292,"target":28},{"source":292,"target":319},{"source":292,"target":26},{"source":319,"target":28},{"source":27,"target":0},{"source":27,"target":320},{"source":27,"target":321},{"source":27,"target":322},{"source":27,"target":323},{"source":27,"target":324},{"source":27,"target":325},{"source":320,"target":28},{"source":320,"target":326},{"source":320,"target":27},{"source":320,"target":327},{"source":320,"target":19},{"source":320,"target":328},{"source":326,"target":28},{"source":327,"target":9},{"source":327,"target":329},{"source":327,"target":320},{"source":329,"target":9},{"source":328,"target":19},{"source":321,"target":27},{"source":321,"target":330},{"source":321,"target":331},{"source":330,"target":9},{"source":330,"target":332},{"source":330,"target":321},{"source":332,"target":9},{"source":331,"target":28},{"source":331,"target":333},{"source":331,"target":321},{"source":333,"target":28},{"source":322,"target":30},{"source":322,"target":334},{"source":322,"target":27},{"source":334,"target":30},{"source":323,"target":27},{"source":323,"target":335},{"source":323,"target":336},{"source":335,"target":15},{"source":335,"target":337},{"source":335,"target":323},{"source":337,"target":15},{"source":336,"target":28},{"source":336,"target":338},{"source":336,"target":323},{"source":338,"target":28},{"source":324,"target":28},{"source":324,"target":339},{"source":324,"target":27},{"source":339,"target":28},{"source":325,"target":11},{"source":325,"target":340},{"source":325,"target":27},{"source":340,"target":11},{"source":28,"target":0},{"source":28,"target":341},{"source":28,"target":342},{"source":28,"target":343},{"source":28,"target":344},{"source":28,"target":345},{"source":28,"target":346},{"source":341,"target":29},{"source":341,"target":347},{"source":341,"target":28},{"source":341,"target":348},{"source":341,"target":14},{"source":341,"target":349},{"source":347,"target":29},{"source":348,"target":29},{"source":348,"target":350},{"source":348,"target":341},{"source":350,"target":29},{"source":349,"target":14},{"source":342,"target":28},{"source":342,"target":14},{"source":342,"target":351},{"source":351,"target":14},{"source":343,"target":11},{"source":343,"target":352},{"source":343,"target":28},{"source":352,"target":11},{"source":344,"target":11},{"source":344,"target":353},{"source":344,"target":28},{"source":353,"target":11},{"source":345,"target":28},{"source":345,"target":354},{"source":345,"target":28},{"source":354,"target":28},{"source":346,"target":11},{"source":346,"target":355},{"source":346,"target":28},{"source":355,"target":11},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":31},{"source":30,"target":356},{"source":30,"target":357},{"source":30,"target":358},{"source":30,"target":359},{"source":30,"target":360},{"source":30,"target":361},{"source":30,"target":362},{"source":356,"target":32},{"source":356,"target":363},{"source":356,"target":30},{"source":363,"target":32},{"source":357,"target":30},{"source":358,"target":3},{"source":358,"target":364},{"source":358,"target":30},{"source":364,"target":3},{"source":359,"target":11},{"source":359,"target":365},{"source":359,"target":30},{"source":365,"target":11},{"source":360,"target":27},{"source":360,"target":366},{"source":360,"target":30},{"source":366,"target":27},{"source":361,"target":3},{"source":362,"target":31},{"source":31,"target":0},{"source":31,"target":367},{"source":367,"target":31},{"source":367,"target":368},{"source":368,"target":3},{"source":368,"target":369},{"source":368,"target":367},{"source":369,"target":3},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":370},{"source":33,"target":371},{"source":370,"target":33},{"source":371,"target":33},{"source":34,"target":0},{"source":34,"target":3},{"source":34,"target":372},{"source":34,"target":373},{"source":34,"target":374},{"source":34,"target":375},{"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":372,"target":12},{"source":372,"target":382},{"source":372,"target":34},{"source":372,"target":383},{"source":372,"target":14},{"source":372,"target":384},{"source":382,"target":12},{"source":383,"target":9},{"source":383,"target":385},{"source":383,"target":372},{"source":385,"target":9},{"source":384,"target":14},{"source":373,"target":34},{"source":373,"target":386},{"source":386,"target":9},{"source":386,"target":387},{"source":386,"target":373},{"source":387,"target":9},{"source":374,"target":12},{"source":374,"target":388},{"source":374,"target":34},{"source":374,"target":389},{"source":374,"target":14},{"source":374,"target":390},{"source":388,"target":12},{"source":389,"target":9},{"source":389,"target":391},{"source":389,"target":374},{"source":391,"target":9},{"source":390,"target":14},{"source":375,"target":12},{"source":375,"target":392},{"source":375,"target":34},{"source":375,"target":393},{"source":375,"target":14},{"source":375,"target":394},{"source":392,"target":12},{"source":393,"target":11},{"source":393,"target":395},{"source":393,"target":375},{"source":395,"target":11},{"source":394,"target":14},{"source":376,"target":12},{"source":376,"target":396},{"source":376,"target":34},{"source":396,"target":12},{"source":377,"target":35},{"source":377,"target":397},{"source":377,"target":34},{"source":397,"target":35},{"source":378,"target":21},{"source":378,"target":398},{"source":378,"target":34},{"source":398,"target":21},{"source":379,"target":399},{"source":379,"target":34},{"source":380,"target":9},{"source":380,"target":400},{"source":380,"target":34},{"source":400,"target":9},{"source":381,"target":3},{"source":35,"target":0},{"source":35,"target":401},{"source":35,"target":402},{"source":401,"target":11},{"source":401,"target":403},{"source":401,"target":35},{"source":403,"target":11},{"source":402,"target":12},{"source":402,"target":404},{"source":402,"target":35},{"source":404,"target":12},{"source":36,"target":0},{"source":36,"target":6},{"source":36,"target":405},{"source":36,"target":406},{"source":36,"target":407},{"source":405,"target":6},{"source":405,"target":408},{"source":405,"target":36},{"source":408,"target":6},{"source":406,"target":11},{"source":406,"target":409},{"source":406,"target":36},{"source":409,"target":11},{"source":407,"target":6},{"source":37,"target":0},{"source":37,"target":6},{"source":37,"target":410},{"source":37,"target":411},{"source":37,"target":412},{"source":37,"target":413},{"source":37,"target":414},{"source":37,"target":415},{"source":37,"target":416},{"source":37,"target":417},{"source":410,"target":38},{"source":410,"target":418},{"source":410,"target":37},{"source":418,"target":38},{"source":411,"target":11},{"source":411,"target":419},{"source":411,"target":37},{"source":419,"target":11},{"source":412,"target":11},{"source":412,"target":420},{"source":412,"target":37},{"source":420,"target":11},{"source":413,"target":11},{"source":413,"target":421},{"source":413,"target":37},{"source":421,"target":11},{"source":414,"target":11},{"source":414,"target":422},{"source":414,"target":37},{"source":422,"target":11},{"source":415,"target":11},{"source":415,"target":423},{"source":415,"target":37},{"source":423,"target":11},{"source":416,"target":32},{"source":416,"target":424},{"source":416,"target":37},{"source":424,"target":32},{"source":417,"target":6},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":30},{"source":40,"target":425},{"source":425,"target":30},{"source":41,"target":0},{"source":41,"target":30},{"source":41,"target":426},{"source":426,"target":30},{"source":42,"target":0},{"source":42,"target":427},{"source":42,"target":428},{"source":427,"target":9},{"source":427,"target":429},{"source":427,"target":42},{"source":429,"target":9},{"source":428,"target":15},{"source":428,"target":430},{"source":428,"target":42},{"source":430,"target":15},{"source":43,"target":0},{"source":43,"target":431},{"source":43,"target":432},{"source":431,"target":42},{"source":431,"target":433},{"source":431,"target":43},{"source":433,"target":42},{"source":432,"target":11},{"source":432,"target":434},{"source":432,"target":43},{"source":434,"target":11},{"source":44,"target":0},{"source":44,"target":21},{"source":44,"target":435},{"source":435,"target":21},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":436},{"source":45,"target":437},{"source":436,"target":45},{"source":436,"target":438},{"source":436,"target":45},{"source":438,"target":45},{"source":437,"target":12},{"source":46,"target":0},{"source":46,"target":34},{"source":46,"target":439},{"source":439,"target":34},{"source":47,"target":0},{"source":47,"target":24},{"source":47,"target":440},{"source":440,"target":24},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":441},{"source":441,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":442},{"source":442,"target":27},{"source":50,"target":0},{"source":50,"target":443},{"source":50,"target":444},{"source":443,"target":50},{"source":444,"target":50},{"source":51,"target":0},{"source":51,"target":34},{"source":51,"target":445},{"source":445,"target":34},{"source":52,"target":0},{"source":52,"target":24},{"source":52,"target":446},{"source":446,"target":24},{"source":53,"target":0},{"source":53,"target":10},{"source":53,"target":447},{"source":447,"target":10},{"source":54,"target":0},{"source":54,"target":12},{"source":54,"target":448},{"source":54,"target":449},{"source":54,"target":450},{"source":448,"target":451},{"source":448,"target":54},{"source":449,"target":11},{"source":449,"target":452},{"source":449,"target":54},{"source":452,"target":11},{"source":450,"target":12},{"source":55,"target":0},{"source":55,"target":24},{"source":55,"target":453},{"source":453,"target":24},{"source":56,"target":0},{"source":56,"target":10},{"source":56,"target":454},{"source":454,"target":10},{"source":57,"target":0},{"source":57,"target":12},{"source":57,"target":455},{"source":57,"target":456},{"source":57,"target":457},{"source":455,"target":458},{"source":455,"target":57},{"source":456,"target":11},{"source":456,"target":459},{"source":456,"target":57},{"source":459,"target":11},{"source":457,"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="uml" nsURI="platform:/resource/uml/model/Uml.ecore" nsPrefix="uml"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: Add documentation for uml. Hint: You may copy this element in the Ecore editor to add documentation to EClasses, EOperations, ..."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//Attribute #//AssociationTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkg" lowerBound="1" eType="#//Package" eOpposite="#//Package/clazzes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true" eOpposite="#//Method/clazz"/> <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="associations" upperBound="-1" eType="#//Association" containment="true" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClazz" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subClazzes" upperBound="-1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="clazzes" upperBound="-1" eType="#//Clazz" containment="true" eOpposite="#//Clazz/pkg"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" upperBound="-1" eType="#//Enumeration" containment="true" eOpposite="#//Enumeration/pkg"/> <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="imports" upperBound="-1" eType="#//Import" eOpposite="#//Import/importedPkg"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//UMLContainer" eOpposite="#//UMLContainer/packages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPkg" lowerBound="1" eType="#//Package" eOpposite="#//Package/imports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="clazz" eType="#//Clazz" eOpposite="#//Clazz/attributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Attribute"> <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="Integer" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static_" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="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="clazz" eType="#//Clazz" eOpposite="#//Clazz/methods"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Attribute #//AssociationTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkg" lowerBound="1" eType="#//Package" eOpposite="#//Package/enumerations"/> <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="values" upperBound="-1" eType="#//EnumerationValue" containment="true" eOpposite="#//EnumerationValue/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationValue"> <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="enumeration" eType="#//Enumeration" eOpposite="#//Enumeration/values"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association"> <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="#//AssociationTarget" eOpposite="#//AssociationTarget/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Clazz" eOpposite="#//Clazz/associations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationTarget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//Association" eOpposite="#//Association/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Real" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="UMLContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/container"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eMoflon/emoflon-ibex-tests/UML/model/UML.ecore
ecore
uml Clazz pkg attributes methods name associations superClazz subClazzes Package clazzes enumerations name imports container Import importedPkg Attribute clazz DataType name Integer Method static_ false name clazz Enumeration pkg name values EnumerationValue name enumeration Association name target source AssociationTarget association Boolean Real String UMLContainer packages
null
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":"platform:/resource/uml/model/Uml.ecore","name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationTarget","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLContainer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"superClazz","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":"subClazzes","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":"clazzes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"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":"clazz","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPkg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"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":"packages","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":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"},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"static_","changeable":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"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":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":4},{"source":1,"target":11},{"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":16,"target":2},{"source":16,"target":25},{"source":16,"target":1},{"source":16,"target":26},{"source":25,"target":2},{"source":17,"target":4},{"source":17,"target":27},{"source":17,"target":1},{"source":17,"target":28},{"source":27,"target":4},{"source":18,"target":7},{"source":18,"target":29},{"source":18,"target":1},{"source":18,"target":30},{"source":29,"target":7},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":10},{"source":20,"target":32},{"source":20,"target":1},{"source":20,"target":33},{"source":32,"target":10},{"source":21,"target":1},{"source":21,"target":34},{"source":21,"target":1},{"source":34,"target":1},{"source":22,"target":1},{"source":22,"target":35},{"source":22,"target":1},{"source":35,"target":1},{"source":23,"target":4},{"source":24,"target":11},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":26,"target":1},{"source":26,"target":40},{"source":26,"target":2},{"source":26,"target":16},{"source":40,"target":1},{"source":36,"target":8},{"source":36,"target":41},{"source":36,"target":2},{"source":36,"target":42},{"source":41,"target":8},{"source":37,"target":43},{"source":37,"target":2},{"source":38,"target":3},{"source":38,"target":44},{"source":38,"target":2},{"source":38,"target":45},{"source":44,"target":3},{"source":39,"target":15},{"source":39,"target":46},{"source":39,"target":2},{"source":39,"target":47},{"source":46,"target":15},{"source":3,"target":0},{"source":3,"target":45},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":3},{"source":45,"target":38},{"source":48,"target":2},{"source":4,"target":0},{"source":4,"target":28},{"source":28,"target":1},{"source":28,"target":49},{"source":28,"target":4},{"source":28,"target":17},{"source":49,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":53},{"source":53,"target":5},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":30},{"source":54,"target":56},{"source":54,"target":7},{"source":55,"target":57},{"source":55,"target":7},{"source":30,"target":1},{"source":30,"target":58},{"source":30,"target":7},{"source":30,"target":18},{"source":58,"target":1},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":42},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":42,"target":2},{"source":42,"target":63},{"source":42,"target":8},{"source":42,"target":36},{"source":63,"target":2},{"source":59,"target":64},{"source":59,"target":8},{"source":60,"target":9},{"source":60,"target":65},{"source":60,"target":8},{"source":60,"target":66},{"source":65,"target":9},{"source":61,"target":4},{"source":62,"target":11},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":66},{"source":67,"target":68},{"source":67,"target":9},{"source":66,"target":8},{"source":66,"target":69},{"source":66,"target":9},{"source":66,"target":60},{"source":69,"target":8},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":33},{"source":70,"target":72},{"source":70,"target":10},{"source":71,"target":11},{"source":71,"target":73},{"source":71,"target":10},{"source":71,"target":74},{"source":73,"target":11},{"source":33,"target":1},{"source":33,"target":75},{"source":33,"target":10},{"source":33,"target":20},{"source":75,"target":1},{"source":11,"target":0},{"source":11,"target":74},{"source":74,"target":10},{"source":74,"target":76},{"source":74,"target":11},{"source":74,"target":71},{"source":76,"target":10},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":77},{"source":77,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":78},{"source":78,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":79},{"source":79,"target":5},{"source":15,"target":0},{"source":15,"target":47},{"source":47,"target":2},{"source":47,"target":80},{"source":47,"target":15},{"source":47,"target":39},{"source":80,"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="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/OclType" containment="true" eOpposite="/0/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodedType" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="/0/PropertyCallExp" eOpposite="/0/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="/0/CollectionExp" eOpposite="/0/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/LetExp" eOpposite="/0/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="/0/LoopExp" eOpposite="/0/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="/0/OperationCallExp" eOpposite="/0/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="/0/Attribute" eOpposite="/0/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/variableExp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="/0/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="/0/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="/0/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="/0/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="/0/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="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="/0/TuplePart" containment="true" eOpposite="/0/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="/0/TupleExp" eOpposite="/0/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/MapElement" containment="true" eOpposite="/0/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="/0/MapExp" eOpposite="/0/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/0/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="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="/0/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="/0/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="/0/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="/0/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="/0/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Iterator" containment="true" eOpposite="/0/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/0/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" containment="true" eOpposite="/0/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/0/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="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" containment="true" eOpposite="/0/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="/1/Element"> <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="/0/OclType" containment="true" eOpposite="/0/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/LetExp" eOpposite="/0/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="/0/IterateExp" eOpposite="/0/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="/0/VariableExp" eOpposite="/0/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="/0/LoopExp" eOpposite="/0/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Operation" eOpposite="/0/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="/0/OclContextDefinition" eOpposite="/0/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="/0/OclExpression" eOpposite="/0/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="/0/MapType" eOpposite="/0/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="/0/Attribute" eOpposite="/0/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="/0/MapType" eOpposite="/0/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="/0/CollectionType" eOpposite="/0/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="/0/TupleTypeAttribute" eOpposite="/0/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="/0/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="/0/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="/0/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="/0/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="/0/TupleTypeAttribute" containment="true" eOpposite="/0/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="/0/TupleType" eOpposite="/0/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="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="/0/OclModel" eOpposite="/0/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="/0/OclFeature" containment="true" eOpposite="/0/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="/0/OclContextDefinition" containment="true" eOpposite="/0/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/Parameter" containment="true" eOpposite="/0/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="/1/Element"> <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="/0/OclModel" eOpposite="/0/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/0/OclModelElement" eOpposite="/0/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="/0/OclModel" eOpposite="/0/OclModel/metamodel"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="Element" 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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="/1/LibraryRef" containment="true" eOpposite="/1/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="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/1/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="/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/ModuleElement" containment="true" eOpposite="/1/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxOutPatternElement" eSuperTypes="/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embeddedSyntax" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/EmbeddedSyntaxElement" containment="true" eOpposite="/1/EmbeddedSyntaxElement/outPatternElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxElement" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" eType="/1/EmbeddedSyntaxOutPatternElement" eOpposite="/1/EmbeddedSyntaxOutPatternElement/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredBy" ordered="false" upperBound="-1" eType="/1/EmbeddedSyntaxComplexProperty" eOpposite="/1/EmbeddedSyntaxComplexProperty/value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxTokenElement" eSuperTypes="/1/EmbeddedSyntaxElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxSimpleElement" eSuperTypes="/1/EmbeddedSyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="/1/EmbeddedSyntaxProperty" containment="true" eOpposite="/1/EmbeddedSyntaxProperty/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxProperty" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/EmbeddedSyntaxSimpleElement" eOpposite="/1/EmbeddedSyntaxSimpleElement/properties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxBooleanProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxDoubleProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxIntegerProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxStringProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxComplexProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="/1/EmbeddedSyntaxElement" eOpposite="/1/EmbeddedSyntaxElement/referredBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/1/Module" eOpposite="/1/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="/1/Query" eOpposite="/1/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="/1/Library" eOpposite="/1/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preConditions" ordered="false" upperBound="-1" eType="/1/Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postConditions" ordered="false" upperBound="-1" eType="/1/Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="/1/OutPattern" containment="true" eOpposite="/1/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="/1/ActionBlock" containment="true" eOpposite="/1/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="/1/RuleVariableDeclaration" containment="true" eOpposite="/1/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="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="/1/InPattern" containment="true" eOpposite="/1/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="/1/MatchedRule" eOpposite="/1/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="isDefault" ordered="false" unique="false" lowerBound="1" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="/1/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="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/0/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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/1/InPatternElement" containment="true" eOpposite="/1/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="/1/OutPatternElement" containment="true" eOpposite="/1/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="/0/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/1/InPattern" eOpposite="/1/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="/0/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="/1/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/1/OutPattern" eOpposite="/1/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="/1/InPatternElement" eOpposite="/1/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="/1/Binding" containment="true" eOpposite="/1/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="/0/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="/1/OutPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="/1/Unit" eOpposite="/1/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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/1/Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/sstupnikov/ModelUnifier.ATL/model/ATL-0.2.ecore
ecore
OCL OclExpression type encodedType ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute VariableExp referredVariable name 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 signature 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 definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration name 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 name Attribute initExpression type Operation parameters returnType body OclModel name metamodel elements model ATL Element location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements EmbeddedSyntaxOutPatternElement embeddedSyntax elements EmbeddedSyntaxElement outPatternElement referredBy type EmbeddedSyntaxTokenElement name EmbeddedSyntaxSimpleElement properties EmbeddedSyntaxProperty owner name EmbeddedSyntaxBooleanProperty value EmbeddedSyntaxDoubleProperty value EmbeddedSyntaxIntegerProperty value EmbeddedSyntaxStringProperty value EmbeddedSyntaxComplexProperty value ModuleElement module Helper query library definition preConditions postConditions Condition body Rule outPattern actionBlock variables name MatchedRule inPattern children superRule isAbstract isRefining isDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements rule filter OutPattern rule elements PatternElement InPatternElement mapsTo inPattern models SimpleInPatternElement DerivedInPatternElement value OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName RuleVariableDeclaration rule LibraryRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName value IfStat condition thenStatements elseStatements ForStat iterator collection statements PrimitiveTypes Boolean Double Integer String
null
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":57,"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":58,"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":"encodedType","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":60,"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":61,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":63,"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":64,"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":65,"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":66,"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":67,"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":68,"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":69,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"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":89,"derived":false},{"id":90,"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":91,"derived":false},{"id":92,"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":93,"derived":false},{"id":94,"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":95,"derived":false},{"id":96,"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":97,"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":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":111,"serializable":true,"eClass":"EDataType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":116,"serializable":true,"eClass":"EDataType"},{"id":117,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":120,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":128,"derived":false},{"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":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"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":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":153,"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":"signature","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"},{"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"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":165,"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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"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":169,"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":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"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":183,"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":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"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":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"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":203,"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":204,"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":205,"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":206,"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":207,"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":208,"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":209,"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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"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":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"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":216,"derived":false},{"id":217,"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":218,"derived":false},{"id":219,"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":220,"derived":false},{"id":221,"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":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"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":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"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":242,"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"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":276,"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":277,"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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":284,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxOutPatternElement","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxElement","instanceClass":null,"abstract":true,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxTokenElement","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxSimpleElement","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxProperty","instanceClass":null,"abstract":true,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxBooleanProperty","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxDoubleProperty","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxIntegerProperty","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxStringProperty","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxComplexProperty","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":312,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":313,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":314,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":317,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":318,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":319,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":320,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":323,"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":324,"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":325,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":330,"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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"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":339,"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":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":true,"ordered":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":345,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":346,"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":347,"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":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"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":"embeddedSyntax","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"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":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"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":"referredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"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":375,"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":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"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":408,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"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":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"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":414,"derived":false},{"id":415,"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":416,"derived":false},{"id":417,"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":418,"derived":false},{"id":419,"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":420,"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":421,"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":422,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":423,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":424,"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":"isDefault","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"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":437,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":438,"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":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"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":444,"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":455,"derived":false},{"id":456,"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":457,"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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"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":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"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":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":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":468,"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":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"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":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"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":477,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":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":482,"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":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"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":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"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":502,"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":503,"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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"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":509,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"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":516,"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":517,"derived":false},{"container":false,"ordered":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":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":523,"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":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":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":58,"target":35},{"source":58,"target":72},{"source":58,"target":1},{"source":58,"target":73},{"source":72,"target":35},{"source":59,"target":74},{"source":59,"target":75},{"source":59,"target":1},{"source":75,"target":74},{"source":60,"target":30},{"source":60,"target":76},{"source":60,"target":1},{"source":60,"target":77},{"source":76,"target":30},{"source":61,"target":21},{"source":61,"target":78},{"source":61,"target":1},{"source":61,"target":79},{"source":78,"target":21},{"source":62,"target":10},{"source":62,"target":80},{"source":62,"target":1},{"source":62,"target":81},{"source":80,"target":10},{"source":63,"target":29},{"source":63,"target":82},{"source":63,"target":1},{"source":63,"target":83},{"source":82,"target":29},{"source":64,"target":26},{"source":64,"target":84},{"source":64,"target":1},{"source":64,"target":85},{"source":84,"target":26},{"source":65,"target":23},{"source":65,"target":86},{"source":65,"target":1},{"source":65,"target":87},{"source":86,"target":23},{"source":66,"target":31},{"source":66,"target":88},{"source":66,"target":1},{"source":66,"target":89},{"source":88,"target":31},{"source":67,"target":30},{"source":67,"target":90},{"source":67,"target":1},{"source":67,"target":91},{"source":90,"target":30},{"source":68,"target":55},{"source":68,"target":92},{"source":68,"target":1},{"source":68,"target":93},{"source":92,"target":55},{"source":69,"target":30},{"source":69,"target":94},{"source":69,"target":1},{"source":69,"target":95},{"source":94,"target":30},{"source":70,"target":54},{"source":70,"target":96},{"source":70,"target":1},{"source":70,"target":97},{"source":96,"target":54},{"source":71,"target":57},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":98,"target":31},{"source":98,"target":101},{"source":98,"target":2},{"source":98,"target":102},{"source":101,"target":31},{"source":99,"target":74},{"source":99,"target":103},{"source":99,"target":2},{"source":103,"target":74},{"source":100,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":104},{"source":104,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":105},{"source":105,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":106},{"source":5,"target":107},{"source":106,"target":74},{"source":106,"target":108},{"source":106,"target":5},{"source":108,"target":74},{"source":107,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":109},{"source":6,"target":110},{"source":109,"target":111},{"source":109,"target":112},{"source":109,"target":6},{"source":112,"target":111},{"source":110,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":113},{"source":113,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":114},{"source":8,"target":115},{"source":114,"target":116},{"source":114,"target":117},{"source":114,"target":8},{"source":117,"target":116},{"source":115,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":118},{"source":9,"target":119},{"source":118,"target":120},{"source":118,"target":121},{"source":118,"target":9},{"source":121,"target":120},{"source":119,"target":7},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":81},{"source":10,"target":122},{"source":81,"target":1},{"source":81,"target":123},{"source":81,"target":10},{"source":81,"target":62},{"source":123,"target":1},{"source":122,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":124},{"source":124,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":125},{"source":125,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":126},{"source":126,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":127},{"source":127,"target":10},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":128},{"source":15,"target":129},{"source":128,"target":16},{"source":128,"target":130},{"source":128,"target":15},{"source":128,"target":131},{"source":130,"target":16},{"source":129,"target":1},{"source":16,"target":0},{"source":16,"target":31},{"source":16,"target":131},{"source":16,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":16},{"source":131,"target":128},{"source":133,"target":15},{"source":132,"target":31},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":18},{"source":134,"target":136},{"source":134,"target":17},{"source":134,"target":137},{"source":136,"target":18},{"source":135,"target":1},{"source":18,"target":0},{"source":18,"target":57},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":137,"target":17},{"source":137,"target":141},{"source":137,"target":18},{"source":137,"target":134},{"source":141,"target":17},{"source":138,"target":1},{"source":138,"target":142},{"source":138,"target":18},{"source":142,"target":1},{"source":139,"target":1},{"source":139,"target":143},{"source":139,"target":18},{"source":143,"target":1},{"source":140,"target":57},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":144},{"source":19,"target":145},{"source":144,"target":74},{"source":144,"target":146},{"source":144,"target":19},{"source":146,"target":74},{"source":145,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":147},{"source":147,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":79},{"source":21,"target":148},{"source":79,"target":1},{"source":79,"target":149},{"source":79,"target":21},{"source":79,"target":61},{"source":149,"target":1},{"source":148,"target":1},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":150},{"source":22,"target":151},{"source":150,"target":74},{"source":150,"target":152},{"source":150,"target":22},{"source":152,"target":74},{"source":151,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":87},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":87,"target":1},{"source":87,"target":156},{"source":87,"target":23},{"source":87,"target":65},{"source":156,"target":1},{"source":153,"target":74},{"source":153,"target":157},{"source":153,"target":23},{"source":157,"target":74},{"source":154,"target":74},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":74},{"source":155,"target":21},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":159},{"source":159,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":160},{"source":160,"target":23},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":85},{"source":26,"target":161},{"source":26,"target":162},{"source":85,"target":1},{"source":85,"target":163},{"source":85,"target":26},{"source":85,"target":64},{"source":163,"target":1},{"source":161,"target":32},{"source":161,"target":164},{"source":161,"target":26},{"source":161,"target":165},{"source":164,"target":32},{"source":162,"target":21},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":166},{"source":27,"target":167},{"source":166,"target":31},{"source":166,"target":168},{"source":166,"target":27},{"source":166,"target":169},{"source":168,"target":31},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":170},{"source":28,"target":171},{"source":170,"target":74},{"source":170,"target":172},{"source":170,"target":28},{"source":172,"target":74},{"source":171,"target":26},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":173},{"source":29,"target":83},{"source":29,"target":174},{"source":173,"target":31},{"source":173,"target":175},{"source":173,"target":29},{"source":173,"target":176},{"source":175,"target":31},{"source":83,"target":1},{"source":83,"target":177},{"source":83,"target":29},{"source":83,"target":63},{"source":177,"target":1},{"source":174,"target":1},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":91},{"source":30,"target":95},{"source":30,"target":77},{"source":30,"target":178},{"source":91,"target":1},{"source":91,"target":179},{"source":91,"target":30},{"source":91,"target":67},{"source":179,"target":1},{"source":95,"target":1},{"source":95,"target":180},{"source":95,"target":30},{"source":95,"target":69},{"source":180,"target":1},{"source":77,"target":1},{"source":77,"target":181},{"source":77,"target":30},{"source":77,"target":60},{"source":181,"target":1},{"source":178,"target":1},{"source":31,"target":0},{"source":31,"target":57},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":89},{"source":31,"target":176},{"source":31,"target":169},{"source":31,"target":102},{"source":31,"target":185},{"source":182,"target":74},{"source":182,"target":186},{"source":182,"target":31},{"source":186,"target":74},{"source":183,"target":74},{"source":183,"target":187},{"source":183,"target":31},{"source":187,"target":74},{"source":184,"target":35},{"source":184,"target":188},{"source":184,"target":31},{"source":184,"target":189},{"source":188,"target":35},{"source":89,"target":1},{"source":89,"target":190},{"source":89,"target":31},{"source":89,"target":66},{"source":190,"target":1},{"source":176,"target":29},{"source":176,"target":191},{"source":176,"target":31},{"source":176,"target":173},{"source":191,"target":29},{"source":169,"target":27},{"source":169,"target":192},{"source":169,"target":31},{"source":169,"target":166},{"source":192,"target":27},{"source":102,"target":2},{"source":102,"target":193},{"source":102,"target":31},{"source":102,"target":98},{"source":193,"target":2},{"source":185,"target":57},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":165},{"source":32,"target":194},{"source":165,"target":26},{"source":165,"target":195},{"source":165,"target":32},{"source":165,"target":161},{"source":195,"target":26},{"source":194,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":196},{"source":33,"target":197},{"source":196,"target":55},{"source":196,"target":198},{"source":196,"target":33},{"source":196,"target":199},{"source":198,"target":55},{"source":197,"target":31},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":200},{"source":34,"target":201},{"source":200,"target":35},{"source":200,"target":202},{"source":200,"target":34},{"source":200,"target":203},{"source":202,"target":35},{"source":201,"target":35},{"source":35,"target":0},{"source":35,"target":1},{"source":35,"target":204},{"source":35,"target":73},{"source":35,"target":205},{"source":35,"target":206},{"source":35,"target":207},{"source":35,"target":208},{"source":35,"target":203},{"source":35,"target":209},{"source":35,"target":189},{"source":35,"target":210},{"source":35,"target":211},{"source":204,"target":52},{"source":204,"target":212},{"source":204,"target":35},{"source":204,"target":213},{"source":212,"target":52},{"source":73,"target":1},{"source":73,"target":214},{"source":73,"target":35},{"source":73,"target":58},{"source":214,"target":1},{"source":205,"target":55},{"source":205,"target":215},{"source":205,"target":35},{"source":205,"target":216},{"source":215,"target":55},{"source":206,"target":50},{"source":206,"target":217},{"source":206,"target":35},{"source":206,"target":218},{"source":217,"target":50},{"source":207,"target":54},{"source":207,"target":219},{"source":207,"target":35},{"source":207,"target":220},{"source":219,"target":54},{"source":208,"target":50},{"source":208,"target":221},{"source":208,"target":35},{"source":208,"target":222},{"source":221,"target":50},{"source":203,"target":34},{"source":203,"target":223},{"source":203,"target":35},{"source":203,"target":200},{"source":223,"target":34},{"source":209,"target":48},{"source":209,"target":224},{"source":209,"target":35},{"source":209,"target":225},{"source":224,"target":48},{"source":189,"target":31},{"source":189,"target":226},{"source":189,"target":35},{"source":189,"target":184},{"source":226,"target":31},{"source":210,"target":74},{"source":210,"target":227},{"source":210,"target":35},{"source":227,"target":74},{"source":211,"target":1},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":228},{"source":228,"target":35},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":229},{"source":229,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":230},{"source":230,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":231},{"source":231,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":232},{"source":232,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":233},{"source":233,"target":39},{"source":42,"target":0},{"source":42,"target":34},{"source":42,"target":234},{"source":234,"target":34},{"source":43,"target":0},{"source":43,"target":34},{"source":43,"target":235},{"source":235,"target":34},{"source":44,"target":0},{"source":44,"target":34},{"source":44,"target":236},{"source":236,"target":34},{"source":45,"target":0},{"source":45,"target":34},{"source":45,"target":237},{"source":237,"target":34},{"source":46,"target":0},{"source":46,"target":35},{"source":46,"target":238},{"source":238,"target":35},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":239},{"source":47,"target":240},{"source":239,"target":48},{"source":239,"target":241},{"source":239,"target":47},{"source":239,"target":242},{"source":241,"target":48},{"source":240,"target":35},{"source":48,"target":0},{"source":48,"target":57},{"source":48,"target":225},{"source":48,"target":242},{"source":48,"target":243},{"source":48,"target":244},{"source":225,"target":35},{"source":225,"target":245},{"source":225,"target":48},{"source":225,"target":209},{"source":245,"target":35},{"source":242,"target":47},{"source":242,"target":246},{"source":242,"target":48},{"source":242,"target":239},{"source":246,"target":47},{"source":243,"target":74},{"source":243,"target":247},{"source":243,"target":48},{"source":247,"target":74},{"source":244,"target":57},{"source":49,"target":0},{"source":49,"target":35},{"source":49,"target":248},{"source":49,"target":249},{"source":248,"target":56},{"source":248,"target":250},{"source":248,"target":49},{"source":248,"target":251},{"source":250,"target":56},{"source":249,"target":35},{"source":50,"target":0},{"source":50,"target":35},{"source":50,"target":218},{"source":50,"target":222},{"source":50,"target":252},{"source":218,"target":35},{"source":218,"target":253},{"source":218,"target":50},{"source":218,"target":206},{"source":253,"target":35},{"source":222,"target":35},{"source":222,"target":254},{"source":222,"target":50},{"source":222,"target":208},{"source":254,"target":35},{"source":252,"target":35},{"source":51,"target":0},{"source":51,"target":57},{"source":51,"target":255},{"source":51,"target":256},{"source":51,"target":257},{"source":255,"target":53},{"source":255,"target":258},{"source":255,"target":51},{"source":255,"target":259},{"source":258,"target":53},{"source":256,"target":52},{"source":256,"target":260},{"source":256,"target":51},{"source":256,"target":261},{"source":260,"target":52},{"source":257,"target":57},{"source":52,"target":0},{"source":52,"target":57},{"source":52,"target":261},{"source":52,"target":213},{"source":52,"target":262},{"source":261,"target":51},{"source":261,"target":263},{"source":261,"target":52},{"source":261,"target":256},{"source":263,"target":51},{"source":213,"target":35},{"source":213,"target":264},{"source":213,"target":52},{"source":213,"target":204},{"source":264,"target":35},{"source":262,"target":57},{"source":53,"target":0},{"source":53,"target":57},{"source":53,"target":259},{"source":53,"target":265},{"source":53,"target":266},{"source":259,"target":51},{"source":259,"target":267},{"source":259,"target":53},{"source":259,"target":255},{"source":267,"target":51},{"source":265,"target":74},{"source":265,"target":268},{"source":265,"target":53},{"source":268,"target":74},{"source":266,"target":57},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":97},{"source":54,"target":220},{"source":54,"target":269},{"source":97,"target":1},{"source":97,"target":270},{"source":97,"target":54},{"source":97,"target":70},{"source":270,"target":1},{"source":220,"target":35},{"source":220,"target":271},{"source":220,"target":54},{"source":220,"target":207},{"source":271,"target":35},{"source":269,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":199},{"source":55,"target":216},{"source":55,"target":93},{"source":55,"target":272},{"source":199,"target":33},{"source":199,"target":273},{"source":199,"target":55},{"source":199,"target":196},{"source":273,"target":33},{"source":216,"target":35},{"source":216,"target":274},{"source":216,"target":55},{"source":216,"target":205},{"source":274,"target":35},{"source":93,"target":1},{"source":93,"target":275},{"source":93,"target":55},{"source":93,"target":68},{"source":275,"target":1},{"source":272,"target":53},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":276},{"source":56,"target":277},{"source":56,"target":251},{"source":56,"target":278},{"source":56,"target":279},{"source":276,"target":74},{"source":276,"target":280},{"source":276,"target":56},{"source":280,"target":74},{"source":277,"target":56},{"source":277,"target":281},{"source":277,"target":56},{"source":277,"target":278},{"source":281,"target":56},{"source":251,"target":49},{"source":251,"target":282},{"source":251,"target":56},{"source":251,"target":248},{"source":282,"target":49},{"source":278,"target":56},{"source":278,"target":283},{"source":278,"target":56},{"source":278,"target":277},{"source":283,"target":56},{"source":279,"target":57},{"source":284,"target":57},{"source":284,"target":285},{"source":284,"target":286},{"source":284,"target":287},{"source":284,"target":288},{"source":284,"target":289},{"source":284,"target":290},{"source":284,"target":291},{"source":284,"target":292},{"source":284,"target":293},{"source":284,"target":294},{"source":284,"target":295},{"source":284,"target":296},{"source":284,"target":297},{"source":284,"target":298},{"source":284,"target":299},{"source":284,"target":300},{"source":284,"target":301},{"source":284,"target":302},{"source":284,"target":303},{"source":284,"target":304},{"source":284,"target":305},{"source":284,"target":306},{"source":284,"target":307},{"source":284,"target":308},{"source":284,"target":309},{"source":284,"target":310},{"source":284,"target":311},{"source":284,"target":312},{"source":284,"target":313},{"source":284,"target":314},{"source":284,"target":315},{"source":284,"target":316},{"source":284,"target":317},{"source":284,"target":318},{"source":284,"target":319},{"source":284,"target":320},{"source":284,"target":321},{"source":284,"target":322},{"source":284,"target":323},{"source":57,"target":284},{"source":57,"target":324},{"source":57,"target":325},{"source":57,"target":326},{"source":324,"target":74},{"source":324,"target":327},{"source":324,"target":57},{"source":327,"target":74},{"source":325,"target":74},{"source":325,"target":328},{"source":325,"target":57},{"source":328,"target":74},{"source":326,"target":74},{"source":326,"target":329},{"source":326,"target":57},{"source":329,"target":74},{"source":285,"target":284},{"source":285,"target":57},{"source":285,"target":330},{"source":285,"target":331},{"source":285,"target":332},{"source":330,"target":317},{"source":330,"target":333},{"source":330,"target":285},{"source":330,"target":334},{"source":333,"target":317},{"source":331,"target":74},{"source":331,"target":335},{"source":331,"target":285},{"source":335,"target":74},{"source":332,"target":57},{"source":286,"target":284},{"source":286,"target":285},{"source":286,"target":336},{"source":286,"target":337},{"source":336,"target":300},{"source":336,"target":338},{"source":336,"target":286},{"source":336,"target":339},{"source":338,"target":300},{"source":337,"target":285},{"source":287,"target":284},{"source":287,"target":285},{"source":287,"target":340},{"source":287,"target":341},{"source":287,"target":342},{"source":340,"target":1},{"source":340,"target":343},{"source":340,"target":287},{"source":343,"target":1},{"source":341,"target":300},{"source":341,"target":344},{"source":341,"target":287},{"source":341,"target":345},{"source":344,"target":300},{"source":342,"target":285},{"source":288,"target":284},{"source":288,"target":285},{"source":288,"target":346},{"source":288,"target":347},{"source":288,"target":348},{"source":288,"target":349},{"source":288,"target":350},{"source":346,"target":111},{"source":346,"target":351},{"source":346,"target":288},{"source":351,"target":111},{"source":347,"target":56},{"source":347,"target":352},{"source":347,"target":288},{"source":352,"target":56},{"source":348,"target":56},{"source":348,"target":353},{"source":348,"target":288},{"source":353,"target":56},{"source":349,"target":299},{"source":349,"target":354},{"source":349,"target":288},{"source":349,"target":355},{"source":354,"target":299},{"source":350,"target":285},{"source":289,"target":284},{"source":289,"target":312},{"source":289,"target":356},{"source":289,"target":357},{"source":289,"target":358},{"source":356,"target":74},{"source":356,"target":359},{"source":356,"target":289},{"source":359,"target":74},{"source":357,"target":290},{"source":357,"target":360},{"source":357,"target":289},{"source":357,"target":361},{"source":360,"target":290},{"source":358,"target":312},{"source":290,"target":284},{"source":290,"target":57},{"source":290,"target":361},{"source":290,"target":362},{"source":290,"target":363},{"source":290,"target":364},{"source":361,"target":289},{"source":361,"target":365},{"source":361,"target":290},{"source":361,"target":357},{"source":365,"target":289},{"source":362,"target":298},{"source":362,"target":366},{"source":362,"target":290},{"source":362,"target":367},{"source":366,"target":298},{"source":363,"target":74},{"source":363,"target":368},{"source":363,"target":290},{"source":368,"target":74},{"source":364,"target":57},{"source":291,"target":284},{"source":291,"target":290},{"source":291,"target":369},{"source":291,"target":370},{"source":369,"target":74},{"source":369,"target":371},{"source":369,"target":291},{"source":371,"target":74},{"source":370,"target":290},{"source":292,"target":284},{"source":292,"target":290},{"source":292,"target":372},{"source":292,"target":373},{"source":372,"target":293},{"source":372,"target":374},{"source":372,"target":292},{"source":372,"target":375},{"source":374,"target":293},{"source":373,"target":290},{"source":293,"target":284},{"source":293,"target":57},{"source":293,"target":375},{"source":293,"target":376},{"source":293,"target":377},{"source":375,"target":292},{"source":375,"target":378},{"source":375,"target":293},{"source":375,"target":372},{"source":378,"target":292},{"source":376,"target":74},{"source":376,"target":379},{"source":376,"target":293},{"source":379,"target":74},{"source":377,"target":57},{"source":294,"target":284},{"source":294,"target":293},{"source":294,"target":380},{"source":294,"target":381},{"source":380,"target":111},{"source":380,"target":382},{"source":380,"target":294},{"source":382,"target":111},{"source":381,"target":293},{"source":295,"target":284},{"source":295,"target":293},{"source":295,"target":383},{"source":295,"target":384},{"source":383,"target":116},{"source":383,"target":385},{"source":383,"target":295},{"source":385,"target":116},{"source":384,"target":293},{"source":296,"target":284},{"source":296,"target":293},{"source":296,"target":386},{"source":296,"target":387},{"source":386,"target":120},{"source":386,"target":388},{"source":386,"target":296},{"source":388,"target":120},{"source":387,"target":293},{"source":297,"target":284},{"source":297,"target":293},{"source":297,"target":389},{"source":297,"target":390},{"source":389,"target":74},{"source":389,"target":391},{"source":389,"target":297},{"source":391,"target":74},{"source":390,"target":293},{"source":298,"target":284},{"source":298,"target":293},{"source":298,"target":367},{"source":298,"target":392},{"source":367,"target":290},{"source":367,"target":393},{"source":367,"target":298},{"source":367,"target":362},{"source":393,"target":290},{"source":392,"target":293},{"source":299,"target":284},{"source":299,"target":57},{"source":299,"target":355},{"source":299,"target":394},{"source":355,"target":288},{"source":355,"target":395},{"source":355,"target":299},{"source":355,"target":349},{"source":395,"target":288},{"source":394,"target":57},{"source":300,"target":284},{"source":300,"target":299},{"source":300,"target":345},{"source":300,"target":339},{"source":300,"target":396},{"source":300,"target":397},{"source":300,"target":398},{"source":300,"target":399},{"source":345,"target":287},{"source":345,"target":400},{"source":345,"target":300},{"source":345,"target":341},{"source":400,"target":287},{"source":339,"target":286},{"source":339,"target":401},{"source":339,"target":300},{"source":339,"target":336},{"source":401,"target":286},{"source":396,"target":51},{"source":396,"target":402},{"source":396,"target":300},{"source":402,"target":51},{"source":397,"target":301},{"source":397,"target":403},{"source":397,"target":300},{"source":403,"target":301},{"source":398,"target":301},{"source":398,"target":404},{"source":398,"target":300},{"source":404,"target":301},{"source":399,"target":299},{"source":301,"target":284},{"source":301,"target":57},{"source":301,"target":405},{"source":301,"target":406},{"source":405,"target":1},{"source":405,"target":407},{"source":405,"target":301},{"source":407,"target":1},{"source":406,"target":57},{"source":302,"target":284},{"source":302,"target":299},{"source":302,"target":408},{"source":302,"target":409},{"source":302,"target":410},{"source":302,"target":411},{"source":302,"target":412},{"source":408,"target":307},{"source":408,"target":413},{"source":408,"target":302},{"source":408,"target":414},{"source":413,"target":307},{"source":409,"target":318},{"source":409,"target":415},{"source":409,"target":302},{"source":409,"target":416},{"source":415,"target":318},{"source":410,"target":316},{"source":410,"target":417},{"source":410,"target":302},{"source":410,"target":418},{"source":417,"target":316},{"source":411,"target":74},{"source":411,"target":419},{"source":411,"target":302},{"source":419,"target":74},{"source":412,"target":299},{"source":303,"target":284},{"source":303,"target":302},{"source":303,"target":420},{"source":303,"target":421},{"source":303,"target":422},{"source":303,"target":423},{"source":303,"target":424},{"source":303,"target":425},{"source":303,"target":426},{"source":420,"target":306},{"source":420,"target":427},{"source":420,"target":303},{"source":420,"target":428},{"source":427,"target":306},{"source":421,"target":303},{"source":421,"target":429},{"source":421,"target":303},{"source":421,"target":422},{"source":429,"target":303},{"source":422,"target":303},{"source":422,"target":430},{"source":422,"target":303},{"source":422,"target":421},{"source":430,"target":303},{"source":423,"target":111},{"source":423,"target":431},{"source":423,"target":303},{"source":431,"target":111},{"source":424,"target":111},{"source":424,"target":432},{"source":424,"target":303},{"source":432,"target":111},{"source":425,"target":111},{"source":425,"target":433},{"source":425,"target":303},{"source":433,"target":111},{"source":426,"target":302},{"source":304,"target":284},{"source":304,"target":303},{"source":304,"target":434},{"source":304,"target":435},{"source":434,"target":111},{"source":434,"target":436},{"source":434,"target":304},{"source":436,"target":111},{"source":435,"target":303},{"source":305,"target":284},{"source":305,"target":302},{"source":305,"target":437},{"source":305,"target":438},{"source":305,"target":439},{"source":305,"target":440},{"source":437,"target":33},{"source":437,"target":441},{"source":437,"target":305},{"source":441,"target":33},{"source":438,"target":111},{"source":438,"target":442},{"source":438,"target":305},{"source":442,"target":111},{"source":439,"target":111},{"source":439,"target":443},{"source":439,"target":305},{"source":443,"target":111},{"source":440,"target":302},{"source":306,"target":284},{"source":306,"target":57},{"source":306,"target":444},{"source":306,"target":428},{"source":306,"target":445},{"source":306,"target":446},{"source":444,"target":309},{"source":444,"target":447},{"source":444,"target":306},{"source":444,"target":448},{"source":447,"target":309},{"source":428,"target":303},{"source":428,"target":449},{"source":428,"target":306},{"source":428,"target":420},{"source":449,"target":303},{"source":445,"target":1},{"source":445,"target":450},{"source":445,"target":306},{"source":450,"target":1},{"source":446,"target":57},{"source":307,"target":284},{"source":307,"target":57},{"source":307,"target":414},{"source":307,"target":451},{"source":307,"target":452},{"source":414,"target":302},{"source":414,"target":453},{"source":414,"target":307},{"source":414,"target":408},{"source":453,"target":302},{"source":451,"target":312},{"source":451,"target":454},{"source":451,"target":307},{"source":451,"target":455},{"source":454,"target":312},{"source":452,"target":57},{"source":308,"target":284},{"source":308,"target":31},{"source":308,"target":456},{"source":456,"target":31},{"source":309,"target":284},{"source":309,"target":308},{"source":309,"target":457},{"source":309,"target":448},{"source":309,"target":458},{"source":309,"target":459},{"source":457,"target":312},{"source":457,"target":460},{"source":457,"target":309},{"source":457,"target":461},{"source":460,"target":312},{"source":448,"target":306},{"source":448,"target":462},{"source":448,"target":309},{"source":448,"target":444},{"source":462,"target":306},{"source":458,"target":56},{"source":458,"target":463},{"source":458,"target":309},{"source":463,"target":56},{"source":459,"target":308},{"source":310,"target":284},{"source":310,"target":309},{"source":310,"target":464},{"source":464,"target":309},{"source":311,"target":284},{"source":311,"target":309},{"source":311,"target":465},{"source":311,"target":466},{"source":465,"target":1},{"source":465,"target":467},{"source":465,"target":311},{"source":467,"target":1},{"source":466,"target":309},{"source":312,"target":284},{"source":312,"target":308},{"source":312,"target":455},{"source":312,"target":461},{"source":312,"target":468},{"source":312,"target":469},{"source":312,"target":470},{"source":455,"target":307},{"source":455,"target":471},{"source":455,"target":312},{"source":455,"target":451},{"source":471,"target":307},{"source":461,"target":309},{"source":461,"target":472},{"source":461,"target":312},{"source":461,"target":457},{"source":472,"target":309},{"source":468,"target":315},{"source":468,"target":473},{"source":468,"target":312},{"source":468,"target":474},{"source":473,"target":315},{"source":469,"target":56},{"source":469,"target":475},{"source":469,"target":312},{"source":475,"target":56},{"source":470,"target":308},{"source":313,"target":284},{"source":313,"target":312},{"source":313,"target":476},{"source":476,"target":312},{"source":314,"target":284},{"source":314,"target":312},{"source":314,"target":477},{"source":314,"target":478},{"source":314,"target":479},{"source":477,"target":1},{"source":477,"target":480},{"source":477,"target":314},{"source":480,"target":1},{"source":478,"target":32},{"source":478,"target":481},{"source":478,"target":314},{"source":481,"target":32},{"source":479,"target":312},{"source":315,"target":284},{"source":315,"target":57},{"source":315,"target":482},{"source":315,"target":474},{"source":315,"target":483},{"source":315,"target":484},{"source":482,"target":1},{"source":482,"target":485},{"source":482,"target":315},{"source":485,"target":1},{"source":474,"target":312},{"source":474,"target":486},{"source":474,"target":315},{"source":474,"target":468},{"source":486,"target":312},{"source":483,"target":74},{"source":483,"target":487},{"source":483,"target":315},{"source":487,"target":74},{"source":484,"target":57},{"source":316,"target":284},{"source":316,"target":31},{"source":316,"target":418},{"source":316,"target":488},{"source":418,"target":302},{"source":418,"target":489},{"source":418,"target":316},{"source":418,"target":410},{"source":489,"target":302},{"source":488,"target":31},{"source":317,"target":284},{"source":317,"target":57},{"source":317,"target":334},{"source":317,"target":490},{"source":317,"target":491},{"source":334,"target":285},{"source":334,"target":492},{"source":334,"target":317},{"source":334,"target":330},{"source":492,"target":285},{"source":490,"target":74},{"source":490,"target":493},{"source":490,"target":317},{"source":493,"target":74},{"source":491,"target":57},{"source":318,"target":284},{"source":318,"target":57},{"source":318,"target":416},{"source":318,"target":494},{"source":318,"target":495},{"source":416,"target":302},{"source":416,"target":496},{"source":416,"target":318},{"source":416,"target":409},{"source":496,"target":302},{"source":494,"target":319},{"source":494,"target":497},{"source":494,"target":318},{"source":497,"target":319},{"source":495,"target":57},{"source":319,"target":284},{"source":319,"target":57},{"source":319,"target":498},{"source":498,"target":57},{"source":320,"target":284},{"source":320,"target":319},{"source":320,"target":499},{"source":320,"target":500},{"source":499,"target":1},{"source":499,"target":501},{"source":499,"target":320},{"source":501,"target":1},{"source":500,"target":319},{"source":321,"target":284},{"source":321,"target":319},{"source":321,"target":502},{"source":321,"target":503},{"source":321,"target":504},{"source":321,"target":505},{"source":502,"target":1},{"source":502,"target":506},{"source":502,"target":321},{"source":506,"target":1},{"source":503,"target":74},{"source":503,"target":507},{"source":503,"target":321},{"source":507,"target":74},{"source":504,"target":1},{"source":504,"target":508},{"source":504,"target":321},{"source":508,"target":1},{"source":505,"target":319},{"source":322,"target":284},{"source":322,"target":319},{"source":322,"target":509},{"source":322,"target":510},{"source":322,"target":511},{"source":322,"target":512},{"source":509,"target":1},{"source":509,"target":513},{"source":509,"target":322},{"source":513,"target":1},{"source":510,"target":319},{"source":510,"target":514},{"source":510,"target":322},{"source":514,"target":319},{"source":511,"target":319},{"source":511,"target":515},{"source":511,"target":322},{"source":515,"target":319},{"source":512,"target":319},{"source":323,"target":284},{"source":323,"target":319},{"source":323,"target":516},{"source":323,"target":517},{"source":323,"target":518},{"source":323,"target":519},{"source":516,"target":32},{"source":516,"target":520},{"source":516,"target":323},{"source":520,"target":32},{"source":517,"target":1},{"source":517,"target":521},{"source":517,"target":323},{"source":521,"target":1},{"source":518,"target":319},{"source":518,"target":522},{"source":518,"target":323},{"source":522,"target":319},{"source":519,"target":319},{"source":523,"target":111},{"source":523,"target":116},{"source":523,"target":120},{"source":523,"target":74},{"source":111,"target":523},{"source":116,"target":523},{"source":120,"target":523},{"source":74,"target":523}],"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="metadata" nsURI="http://org.eclipse.jst.jsf.common.metadata/metadata.ecore" nsPrefix="md"> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Entity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="metadatamodel"/> </eAnnotations> <eOperations name="findIncludeGroup" eType="#//EntityGroup"> <eParameters name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="accept"> <eParameters name="visitor" eType="#//IEntityVisitor"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="entityGroups" upperBound="-1" eType="#//EntityGroup" containment="true" eKeys="#//Entity/id #//Entity/type"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="entityGroup"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceModelProvider" unique="false" eType="#//IMetaDataSourceModelProvider" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentModelContext" eType="#//ModelContext" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityGroup" eSuperTypes="#//Entity"/> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="entity"/> </eAnnotations> <eOperations name="accept"> <eParameters name="visitor" eType="#//IEntityVisitor"/> </eOperations> <eOperations name="getModel" eType="#//Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childEntities" upperBound="-1" eType="#//Entity" containment="true" eKeys="#//Entity/id #//Entity/type"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="entity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="traits" upperBound="-1" eType="#//Trait" containment="true" eKeys="#//Trait/id"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="trait"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includeGroups" upperBound="-1" eType="#//IncludeEntityGroup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="include-entity-group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeEntityGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trait"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="trait"/> </eAnnotations> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="visitor.visit(this);"/> </eAnnotations> <eParameters name="visitor" eType="#//ITraitVisitor"/> </eOperations> <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="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceModelProvider" eType="#//IMetaDataSourceModelProvider" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ITraitVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="IEntityVisitor" instanceClassName="org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="IMetaDataSourceModelProvider" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider"/> <eClassifiers xsi:type="ecore:EDataType" name="ModelContext" instanceClassName="org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor"/> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/metadata.ecore
ecore
metadata Model findIncludeGroup groupId accept visitor entityGroups sourceModelProvider currentModelContext EntityGroup Entity accept visitor getModel childEntities traits id type includeGroups IncludeEntityGroup id modelUri Trait accept visitor id value sourceModelProvider ITraitVisitor org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor IEntityVisitor org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor IMetaDataSourceModelProvider org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider ModelContext org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor
null
{"directed":true,"nodes":[{"nsPrefix":"md","nsURI":"http://org.eclipse.jst.jsf.common.metadata/metadata.ecore","name":"metadata","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":"EntityGroup","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeEntityGroup","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trait","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.metadata.query.ITraitVisitor","name":"ITraitVisitor","instanceClass":null,"id":6,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.metadata.query.IEntityVisitor","name":"IEntityVisitor","instanceClass":null,"id":7,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.metadata.internal.IMetaDataSourceModelProvider","name":"IMetaDataSourceModelProvider","instanceClass":null,"id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.jst.jsf.common.metadata.internal.ModelKeyDescriptor","name":"ModelContext","instanceClass":null,"id":9,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findIncludeGroup","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":11,"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":"entityGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"sourceModelProvider","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"currentModelContext","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"groupId","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModel","lowerBound":0,"id":28,"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":"childEntities","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":"traits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includeGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","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"},{"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelUri","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"sourceModelProvider","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":2},{"source":10,"target":16},{"source":10,"target":1},{"source":10,"target":17},{"source":16,"target":2},{"source":17,"target":18},{"source":17,"target":10},{"source":11,"target":1},{"source":11,"target":19},{"source":19,"target":7},{"source":19,"target":20},{"source":19,"target":11},{"source":20,"target":7},{"source":12,"target":2},{"source":12,"target":21},{"source":12,"target":1},{"source":12,"target":22},{"source":12,"target":23},{"source":21,"target":2},{"source":13,"target":8},{"source":13,"target":24},{"source":13,"target":1},{"source":24,"target":8},{"source":14,"target":9},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":9},{"source":15,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":26},{"source":26,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":32,"target":7},{"source":32,"target":33},{"source":32,"target":27},{"source":33,"target":7},{"source":28,"target":1},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":1},{"source":29,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":22},{"source":29,"target":23},{"source":35,"target":3},{"source":30,"target":5},{"source":30,"target":36},{"source":30,"target":3},{"source":30,"target":37},{"source":36,"target":5},{"source":22,"target":38},{"source":22,"target":3},{"source":23,"target":39},{"source":23,"target":3},{"source":31,"target":4},{"source":31,"target":40},{"source":31,"target":3},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":44},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":37},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":5},{"source":45,"target":48},{"source":48,"target":6},{"source":48,"target":49},{"source":48,"target":45},{"source":49,"target":6},{"source":37,"target":50},{"source":37,"target":5},{"source":46,"target":51},{"source":46,"target":5},{"source":47,"target":8},{"source":47,"target":52},{"source":47,"target":5},{"source":52,"target":8},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"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="proofprocess" nsURI="http://org/ai4fm/proofprocess/v1.0.0.11" nsPrefix="proof"> <eClassifiers xsi:type="ecore:EClass" name="Intent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Loc" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Trace" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ProofStep"> <eStructuralFeatures xsi:type="ecore:EReference" name="inGoals" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outGoals" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Loc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//Trace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="intent" eType="#//Intent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="narrative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="inFeatures" upperBound="-1" eType="#//ProofFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outFeatures" upperBound="-1" eType="#//ProofFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofFeatureDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProofFeatureType"> <eLiterals name="USER" literal="USER"/> <eLiterals name="INFERRED" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//ProofFeatureDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ProofFeatureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="misc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofElem" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="info" lowerBound="1" eType="#//ProofInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofEntry" eSuperTypes="#//ProofElem"> <eStructuralFeatures xsi:type="ecore:EReference" name="proofStep" lowerBound="1" eType="#//ProofStep" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofSeq" eSuperTypes="#//ProofElem"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" lowerBound="1" upperBound="-1" eType="#//ProofElem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofParallel" eSuperTypes="#//ProofElem"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false" lowerBound="1" upperBound="-1" eType="#//ProofElem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//ProofEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofDecor" eSuperTypes="#//ProofElem"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" lowerBound="1" eType="#//ProofElem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attempt"> <eStructuralFeatures xsi:type="ecore:EReference" name="proof" lowerBound="1" eType="#//ProofElem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proof"> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" lowerBound="1" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attempts" lowerBound="1" upperBound="-1" eType="#//Attempt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProofStore"> <eStructuralFeatures xsi:type="ecore:EReference" name="proofs" upperBound="-1" eType="#//Proof" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intents" ordered="false" upperBound="-1" eType="#//Intent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false" upperBound="-1" eType="#//ProofFeatureDef" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ProofProcess-v1.0.0.11.ecore
ecore
proofprocess Intent name description Term Loc Trace ProofStep inGoals outGoals source trace ProofInfo intent narrative inFeatures outFeatures ProofFeatureDef name description ProofFeatureType USER USER INFERRED INFERRED ProofFeature name type params misc ProofElem info ProofEntry proofStep ProofSeq entries ProofParallel entries links ProofDecor entry Attempt proof Proof goals label attempts ProofStore proofs intents features
null
{"directed":true,"nodes":[{"nsPrefix":"proof","nsURI":"http://org/ai4fm/proofprocess/v1.0.0.11","name":"proofprocess","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofStep","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofInfo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofFeatureDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProofFeatureType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofElem","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofEntry","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofSeq","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofParallel","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofDecor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attempt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proof","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProofStore","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"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":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":"inGoals","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":true,"unsettable":false,"transient":false,"unique":true,"name":"outGoals","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"narrative","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":true,"unsettable":false,"transient":false,"unique":true,"name":"inFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"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":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"USER","id":42,"value":0,"literal":"USER","eClass":"EEnumLiteral"},{"name":"INFERRED","id":43,"value":1,"literal":"INFERRED","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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"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":45,"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":"params","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"misc","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"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":"proofStep","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"links","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proof","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goals","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attempts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proofs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"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":"intents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":22,"target":5},{"source":26,"target":2},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":5},{"source":27,"target":2},{"source":24,"target":3},{"source":24,"target":28},{"source":24,"target":5},{"source":28,"target":3},{"source":25,"target":4},{"source":25,"target":29},{"source":25,"target":5},{"source":29,"target":4},{"source":6,"target":0},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":30,"target":1},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":1},{"source":31,"target":35},{"source":31,"target":6},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":36,"target":9},{"source":33,"target":9},{"source":33,"target":37},{"source":33,"target":6},{"source":37,"target":9},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":39,"target":41},{"source":39,"target":7},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":8},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":9},{"source":48,"target":7},{"source":45,"target":8},{"source":45,"target":49},{"source":45,"target":9},{"source":49,"target":8},{"source":46,"target":2},{"source":46,"target":50},{"source":46,"target":9},{"source":50,"target":2},{"source":47,"target":51},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":52},{"source":52,"target":6},{"source":52,"target":53},{"source":52,"target":10},{"source":53,"target":6},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":54},{"source":11,"target":55},{"source":54,"target":5},{"source":54,"target":56},{"source":54,"target":11},{"source":56,"target":5},{"source":55,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":57},{"source":12,"target":58},{"source":57,"target":10},{"source":57,"target":59},{"source":57,"target":12},{"source":59,"target":10},{"source":58,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":60,"target":10},{"source":60,"target":63},{"source":60,"target":13},{"source":63,"target":10},{"source":61,"target":11},{"source":61,"target":64},{"source":61,"target":13},{"source":64,"target":11},{"source":62,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":65},{"source":14,"target":66},{"source":65,"target":10},{"source":65,"target":67},{"source":65,"target":14},{"source":67,"target":10},{"source":66,"target":10},{"source":15,"target":0},{"source":15,"target":68},{"source":68,"target":10},{"source":68,"target":69},{"source":68,"target":15},{"source":69,"target":10},{"source":16,"target":0},{"source":16,"target":70},{"source":16,"target":71},{"source":16,"target":72},{"source":70,"target":2},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":2},{"source":71,"target":74},{"source":71,"target":16},{"source":72,"target":15},{"source":72,"target":75},{"source":72,"target":16},{"source":75,"target":15},{"source":17,"target":0},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":76,"target":16},{"source":76,"target":79},{"source":76,"target":17},{"source":79,"target":16},{"source":77,"target":1},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":1},{"source":78,"target":7},{"source":78,"target":81},{"source":78,"target":17},{"source":81,"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="structuredText" nsURI="http://www.fordiac.org/ide/model/structuredtext/StructuredText" nsPrefix="structuredText"> <eClassifiers xsi:type="ecore:EClass" name="StructuredTextAlgorithm"> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="ecore:EClass platform:/resource/org.eclipse.fordiac.ide.model/model/lib.ecore#//VarDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementList"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statments" eType="#//StatementList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseif" upperBound="-1" eType="#//ElseIfClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//ElseClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseIfClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="case" upperBound="-1" eType="#//CaseClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//ElseClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="case" upperBound="-1" eType="#//Constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//PrimaryVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="by" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//StatementList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="OR" literal="OR"/> <eLiterals name="XOR" value="1" literal="XOR"/> <eLiterals name="AND" value="2" literal="AND"/> <eLiterals name="EQ" value="3" literal="="/> <eLiterals name="NE" value="4" literal="&lt;>"/> <eLiterals name="LT" value="5" literal="&lt;"/> <eLiterals name="LE" value="6" literal="&lt;="/> <eLiterals name="GT" value="7" literal=">"/> <eLiterals name="GE" value="8" literal=">="/> <eLiterals name="ADD" value="9" literal="+"/> <eLiterals name="SUB" value="10" literal="-"/> <eLiterals name="MUL" value="11" literal="*"/> <eLiterals name="DIV" value="12" literal="/"/> <eLiterals name="MOD" value="13" literal="MOD"/> <eLiterals name="POWER" value="14" literal="**"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator"> <eLiterals name="MINUS" literal="-"/> <eLiterals name="PLUS" value="1" literal="+"/> <eLiterals name="NOT" value="2" literal="NOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//Statement #//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="func" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InArgument" eSuperTypes="#//Argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutArgument" eSuperTypes="#//Argument"> <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="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimaryVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass platform:/resource/org.eclipse.fordiac.ide.model/model/lib.ecore#//VarDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//NumericLiteral"> <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="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <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="TimeLiteral" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="DurationLiteral" eSuperTypes="#//TimeLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//DurationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//Duration_Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Duration_Unit"> <eLiterals name="DAYS" literal="d"/> <eLiterals name="HOURS" value="1" literal="h"/> <eLiterals name="MINUTES" value="2" literal="m"/> <eLiterals name="SECONDS" value="3" literal="s"/> <eLiterals name="MILLIS" value="4" literal="ms"/> <eLiterals name="MICROS" value="5" literal="us"/> <eLiterals name="NANOS" value="6" literal="ns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateLiteral" eSuperTypes="#//TimeLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="DINT" literal="DINT"/> <eLiterals name="INT" value="1" literal="INT"/> <eLiterals name="SINT" value="2" literal="SINT"/> <eLiterals name="LINT" value="3" literal="LINT"/> <eLiterals name="UINT" value="4" literal="UINT"/> <eLiterals name="USINT" value="5" literal="USINT"/> <eLiterals name="UDINT" value="6" literal="UDINT"/> <eLiterals name="ULINT" value="7" literal="ULINT"/> <eLiterals name="REAL" value="8" literal="REAL"/> <eLiterals name="LREAL" value="9" literal="LREAL"/> <eLiterals name="STRING" value="10" literal="STRING"/> <eLiterals name="WSTRING" value="11" literal="WSTRING"/> <eLiterals name="CHAR" value="12" literal="CHAR"/> <eLiterals name="WCHAR" value="13" literal="WCHAR"/> <eLiterals name="TIME" value="14" literal="TIME"/> <eLiterals name="LTIME" value="15" literal="LTIME"/> <eLiterals name="T" value="16" literal="T"/> <eLiterals name="LT" value="17" literal="LT"/> <eLiterals name="TIME_OF_DAY" value="18" literal="TIME_OF_DAY"/> <eLiterals name="LTIME_OF_DAY" value="19" literal="LTIME_OF_DAY"/> <eLiterals name="TOD" value="20" literal="TOD"/> <eLiterals name="LTOD" value="21" literal="LTOD"/> <eLiterals name="DATE" value="22" literal="DATE"/> <eLiterals name="LDATE" value="23" literal="LDATE"/> <eLiterals name="D" value="24" literal="D"/> <eLiterals name="LD" value="25" literal="LD"/> <eLiterals name="DATE_AND_TIME" value="26" literal="DATE_AND_TIME"/> <eLiterals name="LDATE_AND_TIME" value="27" literal="LDATE_AND_TIME"/> <eLiterals name="DT" value="28" literal="DT"/> <eLiterals name="LDT" value="29" literal="LDT"/> <eLiterals name="BOOL" value="30" literal="BOOL"/> <eLiterals name="BYTE" value="31" literal="BYTE"/> <eLiterals name="WORD" value="32" literal="WORD"/> <eLiterals name="DWORD" value="33" literal="DWORD"/> <eLiterals name="LWORD" value="34" literal="LWORD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="platform:/resource/org.eclipse.fordiac.ide.model/model/lib.ecore#//VarDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ExitStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BinaryOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//UnaryOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdapterVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="adapter" eType="ecore:EClass platform:/resource/org.eclipse.fordiac.ide.model/model/lib.ecore#//AdapterDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass platform:/resource/org.eclipse.fordiac.ide.model/model/lib.ecore#//VarDeclaration"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ThomasKurz/4DIAC/plugins/org.eclipse.fordiac.ide.model.structuredtext/model/generated/StructuredText.ecore
ecore
structuredText StructuredTextAlgorithm localVariables statements StatementList statements Statement AssignmentStatement variable expression IfStatement expression statments elseif else ElseIfClause expression statements ElseClause statements CaseStatement expression case else CaseClause case statements ForStatement variable from to by statements WhileStatement expression statements RepeatStatement statements expression Expression BinaryOperator OR OR XOR XOR AND AND EQ = NE <> LT < LE <= GT > GE >= ADD + SUB - MUL * DIV / MOD MOD POWER ** UnaryOperator MINUS - PLUS + NOT NOT Call func args Argument var InArgument expr OutArgument not expr Variable PrimaryVariable var Constant type NumericLiteral IntLiteral value RealLiteral value BoolLiteral value StringLiteral length value TimeLiteral DurationLiteral negative value DurationValue value unit Duration_Unit DAYS d HOURS h MINUTES m SECONDS s MILLIS ms MICROS us NANOS ns DateLiteral value Type DINT DINT INT INT SINT SINT LINT LINT UINT UINT USINT USINT UDINT UDINT ULINT ULINT REAL REAL LREAL LREAL STRING STRING WSTRING WSTRING CHAR CHAR WCHAR WCHAR TIME TIME LTIME LTIME T T LT LT TIME_OF_DAY TIME_OF_DAY LTIME_OF_DAY LTIME_OF_DAY TOD TOD LTOD LTOD DATE DATE LDATE LDATE D D LD LD DATE_AND_TIME DATE_AND_TIME LDATE_AND_TIME LDATE_AND_TIME DT DT LDT LDT BOOL BOOL BYTE BYTE WORD WORD DWORD DWORD LWORD LWORD LocalVariable constant array initialValue SuperStatement ReturnStatement ExitStatement ContinueStatement BinaryExpression left operator right UnaryExpression operator expression ArrayVariable array index AdapterVariable adapter var
null
{"directed":true,"nodes":[{"nsPrefix":"structuredText","nsURI":"http://www.fordiac.org/ide/model/structuredtext/StructuredText","name":"structuredText","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredTextAlgorithm","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIfClause","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseClause","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseClause","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InArgument","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutArgument","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryVariable","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationLiteral","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationValue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Duration_Unit","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayVariable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterVariable","instanceClass":null,"abstract":false,"id":42,"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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statments","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":"elseif","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":"else","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"case","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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"case","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":"statements","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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"OR","id":101,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":102,"value":1,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"AND","id":103,"value":2,"literal":"AND","eClass":"EEnumLiteral"},{"name":"EQ","id":104,"value":3,"literal":"=","eClass":"EEnumLiteral"},{"name":"NE","id":105,"value":4,"literal":"<>","eClass":"EEnumLiteral"},{"name":"LT","id":106,"value":5,"literal":"<","eClass":"EEnumLiteral"},{"name":"LE","id":107,"value":6,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GT","id":108,"value":7,"literal":">","eClass":"EEnumLiteral"},{"name":"GE","id":109,"value":8,"literal":">=","eClass":"EEnumLiteral"},{"name":"ADD","id":110,"value":9,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUB","id":111,"value":10,"literal":"-","eClass":"EEnumLiteral"},{"name":"MUL","id":112,"value":11,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIV","id":113,"value":12,"literal":"/","eClass":"EEnumLiteral"},{"name":"MOD","id":114,"value":13,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"POWER","id":115,"value":14,"literal":"**","eClass":"EEnumLiteral"},{"name":"MINUS","id":116,"value":0,"literal":"-","eClass":"EEnumLiteral"},{"name":"PLUS","id":117,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"NOT","id":118,"value":2,"literal":"NOT","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":"func","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":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"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":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","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":"value","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"negative","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"name":"DAYS","id":167,"value":0,"literal":"d","eClass":"EEnumLiteral"},{"name":"HOURS","id":168,"value":1,"literal":"h","eClass":"EEnumLiteral"},{"name":"MINUTES","id":169,"value":2,"literal":"m","eClass":"EEnumLiteral"},{"name":"SECONDS","id":170,"value":3,"literal":"s","eClass":"EEnumLiteral"},{"name":"MILLIS","id":171,"value":4,"literal":"ms","eClass":"EEnumLiteral"},{"name":"MICROS","id":172,"value":5,"literal":"us","eClass":"EEnumLiteral"},{"name":"NANOS","id":173,"value":6,"literal":"ns","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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"DINT","id":177,"value":0,"literal":"DINT","eClass":"EEnumLiteral"},{"name":"INT","id":178,"value":1,"literal":"INT","eClass":"EEnumLiteral"},{"name":"SINT","id":179,"value":2,"literal":"SINT","eClass":"EEnumLiteral"},{"name":"LINT","id":180,"value":3,"literal":"LINT","eClass":"EEnumLiteral"},{"name":"UINT","id":181,"value":4,"literal":"UINT","eClass":"EEnumLiteral"},{"name":"USINT","id":182,"value":5,"literal":"USINT","eClass":"EEnumLiteral"},{"name":"UDINT","id":183,"value":6,"literal":"UDINT","eClass":"EEnumLiteral"},{"name":"ULINT","id":184,"value":7,"literal":"ULINT","eClass":"EEnumLiteral"},{"name":"REAL","id":185,"value":8,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"LREAL","id":186,"value":9,"literal":"LREAL","eClass":"EEnumLiteral"},{"name":"STRING","id":187,"value":10,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"WSTRING","id":188,"value":11,"literal":"WSTRING","eClass":"EEnumLiteral"},{"name":"CHAR","id":189,"value":12,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"WCHAR","id":190,"value":13,"literal":"WCHAR","eClass":"EEnumLiteral"},{"name":"TIME","id":191,"value":14,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"LTIME","id":192,"value":15,"literal":"LTIME","eClass":"EEnumLiteral"},{"name":"T","id":193,"value":16,"literal":"T","eClass":"EEnumLiteral"},{"name":"LT","id":194,"value":17,"literal":"LT","eClass":"EEnumLiteral"},{"name":"TIME_OF_DAY","id":195,"value":18,"literal":"TIME_OF_DAY","eClass":"EEnumLiteral"},{"name":"LTIME_OF_DAY","id":196,"value":19,"literal":"LTIME_OF_DAY","eClass":"EEnumLiteral"},{"name":"TOD","id":197,"value":20,"literal":"TOD","eClass":"EEnumLiteral"},{"name":"LTOD","id":198,"value":21,"literal":"LTOD","eClass":"EEnumLiteral"},{"name":"DATE","id":199,"value":22,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"LDATE","id":200,"value":23,"literal":"LDATE","eClass":"EEnumLiteral"},{"name":"D","id":201,"value":24,"literal":"D","eClass":"EEnumLiteral"},{"name":"LD","id":202,"value":25,"literal":"LD","eClass":"EEnumLiteral"},{"name":"DATE_AND_TIME","id":203,"value":26,"literal":"DATE_AND_TIME","eClass":"EEnumLiteral"},{"name":"LDATE_AND_TIME","id":204,"value":27,"literal":"LDATE_AND_TIME","eClass":"EEnumLiteral"},{"name":"DT","id":205,"value":28,"literal":"DT","eClass":"EEnumLiteral"},{"name":"LDT","id":206,"value":29,"literal":"LDT","eClass":"EEnumLiteral"},{"name":"BOOL","id":207,"value":30,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"BYTE","id":208,"value":31,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"WORD","id":209,"value":32,"literal":"WORD","eClass":"EEnumLiteral"},{"name":"DWORD","id":210,"value":33,"literal":"DWORD","eClass":"EEnumLiteral"},{"name":"LWORD","id":211,"value":34,"literal":"LWORD","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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"container":false,"ordered":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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"expression","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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adapter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":45},{"source":43,"target":1},{"source":44,"target":2},{"source":44,"target":46},{"source":44,"target":1},{"source":46,"target":2},{"source":2,"target":0},{"source":2,"target":47},{"source":47,"target":3},{"source":47,"target":48},{"source":47,"target":2},{"source":48,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":20},{"source":49,"target":52},{"source":49,"target":4},{"source":52,"target":20},{"source":50,"target":13},{"source":50,"target":53},{"source":50,"target":4},{"source":53,"target":13},{"source":51,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":54,"target":13},{"source":54,"target":59},{"source":54,"target":5},{"source":59,"target":13},{"source":55,"target":2},{"source":55,"target":60},{"source":55,"target":5},{"source":60,"target":2},{"source":56,"target":6},{"source":56,"target":61},{"source":56,"target":5},{"source":61,"target":6},{"source":57,"target":7},{"source":57,"target":62},{"source":57,"target":5},{"source":62,"target":7},{"source":58,"target":3},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":13},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":13},{"source":64,"target":2},{"source":64,"target":66},{"source":64,"target":6},{"source":66,"target":2},{"source":7,"target":0},{"source":7,"target":67},{"source":67,"target":2},{"source":67,"target":68},{"source":67,"target":7},{"source":68,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":69,"target":13},{"source":69,"target":73},{"source":69,"target":8},{"source":73,"target":13},{"source":70,"target":9},{"source":70,"target":74},{"source":70,"target":8},{"source":74,"target":9},{"source":71,"target":7},{"source":71,"target":75},{"source":71,"target":8},{"source":75,"target":7},{"source":72,"target":3},{"source":9,"target":0},{"source":9,"target":76},{"source":9,"target":77},{"source":76,"target":22},{"source":76,"target":78},{"source":76,"target":9},{"source":78,"target":22},{"source":77,"target":2},{"source":77,"target":79},{"source":77,"target":9},{"source":79,"target":2},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":80,"target":21},{"source":80,"target":86},{"source":80,"target":10},{"source":86,"target":21},{"source":81,"target":13},{"source":81,"target":87},{"source":81,"target":10},{"source":87,"target":13},{"source":82,"target":13},{"source":82,"target":88},{"source":82,"target":10},{"source":88,"target":13},{"source":83,"target":13},{"source":83,"target":89},{"source":83,"target":10},{"source":89,"target":13},{"source":84,"target":2},{"source":84,"target":90},{"source":84,"target":10},{"source":90,"target":2},{"source":85,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":91,"target":13},{"source":91,"target":94},{"source":91,"target":11},{"source":94,"target":13},{"source":92,"target":2},{"source":92,"target":95},{"source":92,"target":11},{"source":95,"target":2},{"source":93,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":96,"target":2},{"source":96,"target":99},{"source":96,"target":12},{"source":99,"target":2},{"source":97,"target":13},{"source":97,"target":100},{"source":97,"target":12},{"source":100,"target":13},{"source":98,"target":3},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":101,"target":14},{"source":102,"target":14},{"source":103,"target":14},{"source":104,"target":14},{"source":105,"target":14},{"source":106,"target":14},{"source":107,"target":14},{"source":108,"target":14},{"source":109,"target":14},{"source":110,"target":14},{"source":111,"target":14},{"source":112,"target":14},{"source":113,"target":14},{"source":114,"target":14},{"source":115,"target":14},{"source":15,"target":0},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":13},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":119,"target":123},{"source":119,"target":16},{"source":120,"target":17},{"source":120,"target":124},{"source":120,"target":16},{"source":124,"target":17},{"source":121,"target":3},{"source":122,"target":13},{"source":17,"target":0},{"source":17,"target":125},{"source":125,"target":126},{"source":125,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":127},{"source":18,"target":128},{"source":127,"target":13},{"source":127,"target":129},{"source":127,"target":18},{"source":129,"target":13},{"source":128,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":130,"target":133},{"source":130,"target":19},{"source":131,"target":20},{"source":131,"target":134},{"source":131,"target":19},{"source":134,"target":20},{"source":132,"target":17},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":135},{"source":135,"target":13},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":136},{"source":21,"target":137},{"source":136,"target":138},{"source":136,"target":21},{"source":137,"target":20},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":139},{"source":22,"target":140},{"source":139,"target":33},{"source":139,"target":141},{"source":139,"target":22},{"source":141,"target":33},{"source":140,"target":13},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":142},{"source":142,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":143},{"source":24,"target":144},{"source":143,"target":145},{"source":143,"target":24},{"source":144,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":146},{"source":25,"target":147},{"source":146,"target":148},{"source":146,"target":25},{"source":147,"target":23},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":149},{"source":26,"target":150},{"source":149,"target":151},{"source":149,"target":26},{"source":150,"target":22},{"source":27,"target":0},{"source":27,"target":22},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":152,"target":155},{"source":152,"target":27},{"source":153,"target":156},{"source":153,"target":27},{"source":154,"target":22},{"source":28,"target":0},{"source":28,"target":22},{"source":28,"target":157},{"source":157,"target":22},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":158},{"source":29,"target":159},{"source":29,"target":160},{"source":158,"target":161},{"source":158,"target":29},{"source":159,"target":30},{"source":159,"target":162},{"source":159,"target":29},{"source":162,"target":30},{"source":160,"target":28},{"source":30,"target":0},{"source":30,"target":163},{"source":30,"target":164},{"source":163,"target":165},{"source":163,"target":30},{"source":164,"target":31},{"source":164,"target":166},{"source":164,"target":30},{"source":166,"target":31},{"source":31,"target":0},{"source":31,"target":167},{"source":31,"target":168},{"source":31,"target":169},{"source":31,"target":170},{"source":31,"target":171},{"source":31,"target":172},{"source":31,"target":173},{"source":167,"target":31},{"source":168,"target":31},{"source":169,"target":31},{"source":170,"target":31},{"source":171,"target":31},{"source":172,"target":31},{"source":173,"target":31},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":174},{"source":32,"target":175},{"source":174,"target":176},{"source":174,"target":32},{"source":175,"target":28},{"source":33,"target":0},{"source":33,"target":177},{"source":33,"target":178},{"source":33,"target":179},{"source":33,"target":180},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":33,"target":188},{"source":33,"target":189},{"source":33,"target":190},{"source":33,"target":191},{"source":33,"target":192},{"source":33,"target":193},{"source":33,"target":194},{"source":33,"target":195},{"source":33,"target":196},{"source":33,"target":197},{"source":33,"target":198},{"source":33,"target":199},{"source":33,"target":200},{"source":33,"target":201},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":33,"target":210},{"source":33,"target":211},{"source":177,"target":33},{"source":178,"target":33},{"source":179,"target":33},{"source":180,"target":33},{"source":181,"target":33},{"source":182,"target":33},{"source":183,"target":33},{"source":184,"target":33},{"source":185,"target":33},{"source":186,"target":33},{"source":187,"target":33},{"source":188,"target":33},{"source":189,"target":33},{"source":190,"target":33},{"source":191,"target":33},{"source":192,"target":33},{"source":193,"target":33},{"source":194,"target":33},{"source":195,"target":33},{"source":196,"target":33},{"source":197,"target":33},{"source":198,"target":33},{"source":199,"target":33},{"source":200,"target":33},{"source":201,"target":33},{"source":202,"target":33},{"source":203,"target":33},{"source":204,"target":33},{"source":205,"target":33},{"source":206,"target":33},{"source":207,"target":33},{"source":208,"target":33},{"source":209,"target":33},{"source":210,"target":33},{"source":211,"target":33},{"source":34,"target":0},{"source":34,"target":212},{"source":34,"target":213},{"source":34,"target":214},{"source":34,"target":215},{"source":212,"target":216},{"source":212,"target":34},{"source":213,"target":217},{"source":213,"target":34},{"source":214,"target":22},{"source":214,"target":218},{"source":214,"target":34},{"source":218,"target":22},{"source":35,"target":0},{"source":35,"target":3},{"source":35,"target":219},{"source":219,"target":3},{"source":36,"target":0},{"source":36,"target":3},{"source":36,"target":220},{"source":220,"target":3},{"source":37,"target":0},{"source":37,"target":3},{"source":37,"target":221},{"source":221,"target":3},{"source":38,"target":0},{"source":38,"target":3},{"source":38,"target":222},{"source":222,"target":3},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":223},{"source":39,"target":224},{"source":39,"target":225},{"source":39,"target":226},{"source":223,"target":13},{"source":223,"target":227},{"source":223,"target":39},{"source":227,"target":13},{"source":224,"target":14},{"source":224,"target":228},{"source":224,"target":39},{"source":228,"target":14},{"source":225,"target":13},{"source":225,"target":229},{"source":225,"target":39},{"source":229,"target":13},{"source":226,"target":13},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":230},{"source":40,"target":231},{"source":40,"target":232},{"source":230,"target":15},{"source":230,"target":233},{"source":230,"target":40},{"source":233,"target":15},{"source":231,"target":13},{"source":231,"target":234},{"source":231,"target":40},{"source":234,"target":13},{"source":232,"target":13},{"source":41,"target":0},{"source":41,"target":20},{"source":41,"target":235},{"source":41,"target":236},{"source":41,"target":237},{"source":235,"target":20},{"source":235,"target":238},{"source":235,"target":41},{"source":238,"target":20},{"source":236,"target":13},{"source":236,"target":239},{"source":236,"target":41},{"source":239,"target":13},{"source":237,"target":20},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":240},{"source":42,"target":241},{"source":42,"target":242},{"source":240,"target":243},{"source":240,"target":42},{"source":241,"target":244},{"source":241,"target":42},{"source":242,"target":20}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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/agentlab/dsl15926/plugins/ru.agentlab.dsl15926.model/model/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}
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="xmdldb" nsURI="http://www.xmdl.org/xmdldb.ecore" nsPrefix="org.xmdl.db"> <eClassifiers xsi:type="ecore:EClass" name="DModel" eSuperTypes="#//DBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="xProject" lowerBound="1" eType="ecore:EClass xmdl.ecore#//XProject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xModel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dPackages" upperBound="-1" eType="#//DPackage" containment="true" eOpposite="#//DPackage/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DPackage" eSuperTypes="#//DBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xPackage" lowerBound="1" eType="ecore:EClass xmdl.ecore#//XPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//DModel" eOpposite="#//DModel/dPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dTables" upperBound="-1" eType="#//DTable" containment="true" eOpposite="#//DTable/dPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTable" eSuperTypes="#//Persistable #//DBase"> <eOperations name="getIndices" upperBound="-1" eType="#//DIndex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xClass" lowerBound="1" eType="ecore:EClass xmdl.ecore#//XClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dPackage" eType="#//DPackage" eOpposite="#//DPackage/dTables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dFields" upperBound="-1" eType="#//DField" containment="true" eOpposite="#//DField/dTable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DField" eSuperTypes="#//Persistable #//DBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="xAttribute" lowerBound="1" eType="ecore:EClass xmdl.ecore#//XAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dTable" eType="#//DTable" eOpposite="#//DTable/dFields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreign" eType="#//DField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XMDLDBModel" eSuperTypes="xmdl.ecore#//XModel"/> <eClassifiers xsi:type="ecore:EClass" name="DIndex"> <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="unique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dTable" lowerBound="1" eType="#//DTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dfields" upperBound="-1" eType="#//DField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Persistable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBase" abstract="true" interface="true"> <eOperations name="accept" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="visitor" eType="#//DVisitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DVisitor" abstract="true" interface="true"> <eOperations name="visitEnter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DModel"/> </eOperations> <eOperations name="visitLeave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DModel"/> </eOperations> <eOperations name="visitEnter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DPackage"/> </eOperations> <eOperations name="visitLeave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DPackage"/> </eOperations> <eOperations name="visitEnter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DTable"/> </eOperations> <eOperations name="visitLeave" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DTable"/> </eOperations> <eOperations name="visit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="d" eType="#//DField"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DVisitorBase" eSuperTypes="#//DVisitor"/> </ecore:EPackage>
github:ecore:/data/hakandilek/xmdl/xmdl/model/xmdldb.ecore
ecore
xmdldb DModel xProject name xModel dPackages DPackage name xPackage model dTables DTable getIndices xClass name dPackage dFields DField xAttribute dTable name length indices 0 foreign XMDLDBModel DIndex name unique true dTable dfields Persistable persistent true DBase accept visitor DVisitor visitEnter d visitLeave d visitEnter d visitLeave d visitEnter d visitLeave d visit d DVisitorBase
null
{"directed":true,"nodes":[{"nsPrefix":"org.xmdl.db","nsURI":"http://www.xmdl.org/xmdldb.ecore","name":"xmdldb","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DPackage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMDLDBModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIndex","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persistable","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBase","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DVisitor","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DVisitorBase","instanceClass":null,"abstract":false,"id":10,"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":"xProject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xModel","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xPackage","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":true,"unsettable":false,"transient":false,"unique":true,"name":"dTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"getIndices","lowerBound":0,"id":30,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"xClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"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":"dTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"xAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"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":44,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":0,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"indices","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":"foreign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"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":56,"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":"unique","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dTable","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":"dfields","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,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"persistent","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitEnter","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitLeave","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitEnter","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitLeave","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitEnter","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitLeave","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"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":1,"target":0},{"source":1,"target":8},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":18},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":19},{"source":14,"target":1},{"source":14,"target":20},{"source":19,"target":2},{"source":15,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":20},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":25},{"source":21,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":20,"target":1},{"source":20,"target":27},{"source":20,"target":2},{"source":20,"target":14},{"source":27,"target":1},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":2},{"source":23,"target":29},{"source":28,"target":3},{"source":24,"target":8},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":29},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":30,"target":6},{"source":30,"target":36},{"source":30,"target":3},{"source":36,"target":6},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":38},{"source":32,"target":3},{"source":29,"target":2},{"source":29,"target":39},{"source":29,"target":3},{"source":29,"target":23},{"source":39,"target":2},{"source":33,"target":4},{"source":33,"target":40},{"source":33,"target":3},{"source":33,"target":41},{"source":40,"target":4},{"source":34,"target":7},{"source":35,"target":8},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":42},{"source":4,"target":41},{"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":42,"target":49},{"source":42,"target":4},{"source":41,"target":3},{"source":41,"target":50},{"source":41,"target":4},{"source":41,"target":33},{"source":50,"target":3},{"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":4},{"source":46,"target":54},{"source":46,"target":4},{"source":54,"target":4},{"source":47,"target":7},{"source":48,"target":8},{"source":5,"target":0},{"source":5,"target":55},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":3},{"source":58,"target":62},{"source":58,"target":6},{"source":62,"target":3},{"source":59,"target":4},{"source":59,"target":63},{"source":59,"target":6},{"source":63,"target":4},{"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":66,"target":68},{"source":68,"target":9},{"source":68,"target":69},{"source":68,"target":66},{"source":69,"target":9},{"source":9,"target":0},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":70,"target":77},{"source":70,"target":9},{"source":70,"target":78},{"source":78,"target":1},{"source":78,"target":79},{"source":78,"target":70},{"source":79,"target":1},{"source":71,"target":80},{"source":71,"target":9},{"source":71,"target":81},{"source":81,"target":1},{"source":81,"target":82},{"source":81,"target":71},{"source":82,"target":1},{"source":72,"target":83},{"source":72,"target":9},{"source":72,"target":84},{"source":84,"target":2},{"source":84,"target":85},{"source":84,"target":72},{"source":85,"target":2},{"source":73,"target":86},{"source":73,"target":9},{"source":73,"target":87},{"source":87,"target":2},{"source":87,"target":88},{"source":87,"target":73},{"source":88,"target":2},{"source":74,"target":89},{"source":74,"target":9},{"source":74,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":74},{"source":91,"target":3},{"source":75,"target":92},{"source":75,"target":9},{"source":75,"target":93},{"source":93,"target":3},{"source":93,"target":94},{"source":93,"target":75},{"source":94,"target":3},{"source":76,"target":95},{"source":76,"target":9},{"source":76,"target":96},{"source":96,"target":4},{"source":96,"target":97},{"source":96,"target":76},{"source":97,"target":4},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":98},{"source":98,"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="context" nsURI="http://palladiosimulator.org/Solver/Context/1.0" nsPrefix="org.palladiosimulator.solver"> <eSubpackages name="computed_usage" nsURI="http://palladiosimulator.org/Solver/Context/Usage/1.0" nsPrefix="org.palladiosimulator.solver.context"> <eClassifiers xsi:type="ecore:EClass" name="ComputedUsageContext" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="branchProbabilities_ComputedUsageContext" ordered="false" upperBound="-1" eType="#//computed_usage/BranchProbability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopiterations_ComputedUsageContext" ordered="false" upperBound="-1" eType="#//computed_usage/LoopIteration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ComputedUsageContext" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input_ComputedUsageContext" ordered="false" lowerBound="1" eType="#//computed_usage/Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCallOutput_ComputedUsageContext" ordered="false" upperBound="-1" eType="#//computed_usage/ExternalCallOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCallInput_ComputedUsageContext" ordered="false" upperBound="-1" eType="#//computed_usage/ExternalCallInput" containment="true" eOpposite="#//computed_usage/ExternalCallInput/computedUsageContext_ExternalCallInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output_ComputedUsageContext" ordered="false" lowerBound="1" eType="#//computed_usage/Output" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchProbability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchtransition_BranchProbability" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/AbstractBranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopIteration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopaction_LoopIteration" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/AbstractLoopAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_LoopIteration" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/PCMRandomVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterChacterisations_Input" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//parameter/VariableUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallOutput"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterCharacterisations_ExternalCallOutput" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//parameter/VariableUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCallAction_ExternalCallOutput" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/ExternalCallAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallInput"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterCharacterisations_ExternalCallInput" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//parameter/VariableUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCallAction_ExternalCallInput" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/ExternalCallAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="computedUsageContext_ExternalCallInput" ordered="false" lowerBound="1" eType="#//computed_usage/ComputedUsageContext" eOpposite="#//computed_usage/ComputedUsageContext/externalCallInput_ComputedUsageContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterCharacterisations_Output" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//parameter/VariableUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedUsage"> <eStructuralFeatures xsi:type="ecore:EReference" name="usageContexts_ComputedUsage" ordered="false" upperBound="-1" eType="#//computed_usage/ComputedUsageContext" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="computed_allocation" nsURI="http://palladiosimulator.org/Solver/Context/Allocation/1.0" nsPrefix="org.palladiosimulator.solver.context"> <eClassifiers xsi:type="ecore:EClass" name="ComputedAllocationContext" eSuperTypes="../../org.palladiosimulator.pcm/model/pcm.ecore#//core/entity/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemands_ComputedAllocationContext" ordered="false" upperBound="-1" eType="#//computed_allocation/ResourceDemand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageContext_ComputedAllocationContext" ordered="false" lowerBound="1" eType="#//computed_usage/ComputedUsageContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocationContext_ComputedAllocationContext" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/AllocationContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemand"> <eStructuralFeatures xsi:type="ecore:EReference" name="parametricResourceDemand_ResourceDemand" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/seff_performance/ParametricResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_ResourceDemand" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/PCMRandomVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedAllocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="computedAllocationContexts_ComputedAllocation" ordered="false" upperBound="-1" eType="#//computed_allocation/ComputedAllocationContext" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="aggregatedUsageContext" nsURI="http://palladiosimulator.org/Solver/Context/AggregatedUsage/1.0" nsPrefix="org.palladiosimulator.solver.context"> <eClassifiers xsi:type="ecore:EClass" name="ServiceExecutionContext"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores context information for the execution of a service. The information is aggregated on the level of AssembyContexts and aggregates the calls to this service from different other components. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="globalExecutionFrequency" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Average frequency of executing this service when executing a UsageScenario. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allocationContext_ServiceExecutionContext" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/AllocationContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedSEFF_ServiceExecutionContext" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/ResourceDemandingSEFF"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedResourceDemands_ServiceExecutionContext" ordered="false" upperBound="-1" eType="#//aggregatedUsageContext/AggregatedResourceDemand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_ServiceExecutionContext" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sentAggregatedCommunications_ServiceExecutionContext" ordered="false" upperBound="-1" eType="#//aggregatedUsageContext/AggregatedCommunication" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The AggregatedCommunication in which this service is the sender. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receivedAggregatedCommunication_AggregatedCommunication" ordered="false" upperBound="-1" eType="#//aggregatedUsageContext/AggregatedCommunication" eOpposite="#//aggregatedUsageContext/AggregatedCommunication/receiver_AggregatedCommunication"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The AggregatedCommunication in which this service is the receiver. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedResourceDemand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregatedResourceDemand" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The aggregated resource demand of this service, where the single resource demands are weighted by their frequency (including the frequency of the service itself) and averaged. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceType_AggregatedResourceDemand" ordered="false" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourcetype/ResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedCommunication"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="AggregatedCommunication holds the communication information for the communication of two services, where the owning service is the sender and the referenced receiver_AggregatedCommunication is the receiver.&#xD;&#xA;&#xD;&#xA;If two services A and B communicate in different roles with each other, i.e. sometimes A calls B, sometimes B calls A, there will be two AggregatedCommunication, one with A as the sender, one with B as the sender. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="averageMessageSize" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="averageMessageFrequency" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Average message frequency of this communication when executing a UsageScenario. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver_AggregatedCommunication" ordered="false" lowerBound="1" eType="#//aggregatedUsageContext/ServiceExecutionContext" eOpposite="#//aggregatedUsageContext/ServiceExecutionContext/receivedAggregatedCommunication_AggregatedCommunication"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The receiver of this communication."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usedCommunicationLinkResourceSpecification_AggregatedCommunication" ordered="false" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/CommunicationLinkResourceSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The usedCommunicationLinkResourceSpecification is null if this is a local communication. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedAggregatedUsage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Combines the ServiceExecutionContexts from one UsageScenario. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceExecutionContexts_ComputedAggregatedUsage" ordered="false" upperBound="-1" eType="#//aggregatedUsageContext/ServiceExecutionContext" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Analyzer-Solver/bundles/org.palladiosimulator.solver.context/model/context.ecore
ecore
context computed_usage ComputedUsageContext branchProbabilities_ComputedUsageContext loopiterations_ComputedUsageContext assemblyContext_ComputedUsageContext input_ComputedUsageContext externalCallOutput_ComputedUsageContext externalCallInput_ComputedUsageContext output_ComputedUsageContext BranchProbability probability branchtransition_BranchProbability LoopIteration loopaction_LoopIteration specification_LoopIteration Input parameterChacterisations_Input ExternalCallOutput parameterCharacterisations_ExternalCallOutput externalCallAction_ExternalCallOutput ExternalCallInput parameterCharacterisations_ExternalCallInput externalCallAction_ExternalCallInput computedUsageContext_ExternalCallInput Output parameterCharacterisations_Output ComputedUsage usageContexts_ComputedUsage computed_allocation ComputedAllocationContext resourceDemands_ComputedAllocationContext usageContext_ComputedAllocationContext allocationContext_ComputedAllocationContext ResourceDemand parametricResourceDemand_ResourceDemand specification_ResourceDemand ComputedAllocation computedAllocationContexts_ComputedAllocation aggregatedUsageContext ServiceExecutionContext globalExecutionFrequency allocationContext_ServiceExecutionContext describedSEFF_ServiceExecutionContext aggregatedResourceDemands_ServiceExecutionContext usageScenario_ServiceExecutionContext sentAggregatedCommunications_ServiceExecutionContext receivedAggregatedCommunication_AggregatedCommunication AggregatedResourceDemand aggregatedResourceDemand resourceType_AggregatedResourceDemand AggregatedCommunication averageMessageSize averageMessageFrequency receiver_AggregatedCommunication usedCommunicationLinkResourceSpecification_AggregatedCommunication ComputedAggregatedUsage serviceExecutionContexts_ComputedAggregatedUsage
null
{"directed":true,"nodes":[{"nsPrefix":"org.palladiosimulator.solver","nsURI":"http://palladiosimulator.org/Solver/Context/1.0","name":"context","id":0,"eClass":"EPackage"},{"nsPrefix":"org.palladiosimulator.solver.context","nsURI":"http://palladiosimulator.org/Solver/Context/Usage/1.0","name":"computed_usage","id":1,"eClass":"EPackage"},{"nsPrefix":"org.palladiosimulator.solver.context","nsURI":"http://palladiosimulator.org/Solver/Context/Allocation/1.0","name":"computed_allocation","id":2,"eClass":"EPackage"},{"nsPrefix":"org.palladiosimulator.solver.context","nsURI":"http://palladiosimulator.org/Solver/Context/AggregatedUsage/1.0","name":"aggregatedUsageContext","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedUsageContext","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchProbability","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopIteration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallOutput","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallInput","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedUsage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branchProbabilities_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"loopiterations_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"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":"input_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalCallOutput_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalCallInput_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"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":"output_ComputedUsageContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"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":"computedUsageContext_ExternalCallInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"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":"probability","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"branchtransition_BranchProbability","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopaction_LoopIteration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification_LoopIteration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterChacterisations_Input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"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":"parameterCharacterisations_ExternalCallOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"externalCallAction_ExternalCallOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"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":"parameterCharacterisations_ExternalCallInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"externalCallAction_ExternalCallInput","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterCharacterisations_Output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"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":"usageContexts_ComputedUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedAllocationContext","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemand","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedAllocation","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceDemands_ComputedAllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"usageContext_ComputedAllocationContext","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":false,"unsettable":false,"transient":false,"unique":true,"name":"allocationContext_ComputedAllocationContext","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parametricResourceDemand_ResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"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":"specification_ResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computedAllocationContexts_ComputedAllocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceExecutionContext","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedResourceDemand","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedCommunication","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedAggregatedUsage","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"globalExecutionFrequency","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocationContext_ServiceExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"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":"describedSEFF_ServiceExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"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":"aggregatedResourceDemands_ServiceExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"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":"usageScenario_ServiceExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sentAggregatedCommunications_ServiceExecutionContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"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":"receivedAggregatedCommunication_AggregatedCommunication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"receiver_AggregatedCommunication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"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":"aggregatedResourceDemand","changeable":true,"lowerBound":1,"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":"resourceType_AggregatedResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":"averageMessageSize","changeable":true,"lowerBound":1,"iD":false,"id":90,"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":"averageMessageFrequency","changeable":true,"lowerBound":1,"iD":false,"id":91,"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":"usedCommunicationLinkResourceSpecification_AggregatedCommunication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceExecutionContexts_ComputedAggregatedUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":0},{"source":4,"target":1},{"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":12,"target":5},{"source":12,"target":20},{"source":12,"target":4},{"source":20,"target":5},{"source":13,"target":6},{"source":13,"target":21},{"source":13,"target":4},{"source":21,"target":6},{"source":14,"target":22},{"source":14,"target":4},{"source":15,"target":7},{"source":15,"target":23},{"source":15,"target":4},{"source":23,"target":7},{"source":16,"target":8},{"source":16,"target":24},{"source":16,"target":4},{"source":24,"target":8},{"source":17,"target":9},{"source":17,"target":25},{"source":17,"target":4},{"source":17,"target":26},{"source":25,"target":9},{"source":18,"target":10},{"source":18,"target":27},{"source":18,"target":4},{"source":27,"target":10},{"source":5,"target":1},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":30},{"source":28,"target":5},{"source":29,"target":31},{"source":29,"target":5},{"source":6,"target":1},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":35},{"source":33,"target":6},{"source":7,"target":1},{"source":7,"target":36},{"source":36,"target":37},{"source":36,"target":7},{"source":8,"target":1},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":41},{"source":39,"target":8},{"source":9,"target":1},{"source":9,"target":42},{"source":9,"target":43},{"source":9,"target":26},{"source":42,"target":44},{"source":42,"target":9},{"source":43,"target":45},{"source":43,"target":9},{"source":26,"target":4},{"source":26,"target":46},{"source":26,"target":9},{"source":26,"target":17},{"source":46,"target":4},{"source":10,"target":1},{"source":10,"target":47},{"source":47,"target":48},{"source":47,"target":10},{"source":11,"target":1},{"source":11,"target":49},{"source":49,"target":4},{"source":49,"target":50},{"source":49,"target":11},{"source":50,"target":4},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":0},{"source":51,"target":2},{"source":51,"target":54},{"source":51,"target":55},{"source":51,"target":56},{"source":51,"target":57},{"source":54,"target":52},{"source":54,"target":58},{"source":54,"target":51},{"source":58,"target":52},{"source":55,"target":4},{"source":55,"target":59},{"source":55,"target":51},{"source":59,"target":4},{"source":56,"target":60},{"source":56,"target":51},{"source":52,"target":2},{"source":52,"target":61},{"source":52,"target":62},{"source":61,"target":63},{"source":61,"target":52},{"source":62,"target":64},{"source":62,"target":52},{"source":53,"target":2},{"source":53,"target":65},{"source":65,"target":51},{"source":65,"target":66},{"source":65,"target":53},{"source":66,"target":51},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":0},{"source":67,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":73},{"source":67,"target":74},{"source":67,"target":75},{"source":67,"target":76},{"source":67,"target":77},{"source":71,"target":78},{"source":71,"target":67},{"source":72,"target":79},{"source":72,"target":67},{"source":73,"target":80},{"source":73,"target":67},{"source":74,"target":68},{"source":74,"target":81},{"source":74,"target":67},{"source":81,"target":68},{"source":75,"target":82},{"source":75,"target":67},{"source":76,"target":69},{"source":76,"target":83},{"source":76,"target":67},{"source":83,"target":69},{"source":77,"target":69},{"source":77,"target":84},{"source":77,"target":67},{"source":77,"target":85},{"source":84,"target":69},{"source":68,"target":3},{"source":68,"target":86},{"source":68,"target":87},{"source":86,"target":88},{"source":86,"target":68},{"source":87,"target":89},{"source":87,"target":68},{"source":69,"target":3},{"source":69,"target":90},{"source":69,"target":91},{"source":69,"target":85},{"source":69,"target":92},{"source":90,"target":93},{"source":90,"target":69},{"source":91,"target":94},{"source":91,"target":69},{"source":85,"target":67},{"source":85,"target":95},{"source":85,"target":69},{"source":85,"target":77},{"source":95,"target":67},{"source":92,"target":96},{"source":92,"target":69},{"source":70,"target":3},{"source":70,"target":97},{"source":97,"target":67},{"source":97,"target":98},{"source":97,"target":70},{"source":98,"target":67}],"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="graphics" nsURI="http:///dk/au/daimi/ascoveco/cpn/model/graphics.ecore" nsPrefix="dk.au.daimi.ascoveco.cpn.model.graphics"> <eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Coordinate" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" upperBound="-1" eType="#//Coordinate" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Coordinate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="#//NonNegativeDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="#//NonNegativeDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//CSS2Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="#//URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientColor" eType="#//CSS2Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientRotation" eType="#//Rotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="family" lowerBound="1" eType="#//CSS2FontFamily"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" lowerBound="1" eType="#//CSS2FontStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="#//CSS2FontWeight"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="#//CSS2FontSize"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" eType="#//Decoration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" lowerBound="1" eType="#//Align"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" lowerBound="1" eType="#//NonNegativeDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//HasGraphics" eOpposite="#//HasGraphics/graphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HasGraphics" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphics" containment="true" resolveProxies="false" eOpposite="#//Graphics/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" lowerBound="1" eType="#//Shape"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="#//CSS2Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="#//NonNegativeDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" lowerBound="1" eType="#//Style"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Coordinate" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//Coordinate" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Align"> <eLiterals name="Left"/> <eLiterals name="Right" value="1"/> <eLiterals name="Center" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Shape"> <eLiterals name="Line"/> <eLiterals name="Curve" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Style"> <eLiterals name="Solid"/> <eLiterals name="Dash" value="1"/> <eLiterals name="Dot" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="CSS2Color" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="CSS2FontFamily" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="CSS2FontStyle" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="CSS2FontWeight" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="CSS2FontSize" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="NonNegativeDecimal" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/> <eClassifiers xsi:type="ecore:EDataType" name="Rotation" instanceClassName="dk.au.daimi.ascoveco.cpn.model.graphics.Rotation"/> <eClassifiers xsi:type="ecore:EDataType" name="Decoration" instanceClassName="dk.au.daimi.ascoveco.cpn.model.graphics.Decoration"/> </ecore:EPackage>
github:ecore:/data/dennBelka/xpdl-to-cpn/Simulator/dk.au.daimi.ascoveco.cpn.model/model/graphics.ecore
ecore
graphics AnnotationGraphics fill offset line font ArcGraphics line position Coordinate x y Fill color image gradientColor gradientRotation Font family style weight size decoration align rotation Graphics parent HasGraphics graphics Line shape color width style NodeGraphics position dimension line fill Align Left Left Right Right Center Center Shape Line Line Curve Curve Style Solid Solid Dash Dash Dot Dot CSS2Color java.lang.String java.lang.String CSS2FontFamily java.lang.String java.lang.String CSS2FontStyle java.lang.String java.lang.String CSS2FontWeight java.lang.String java.lang.String CSS2FontSize java.lang.String java.lang.String NonNegativeDecimal double double URL java.net.URL java.net.URL Rotation dk.au.daimi.ascoveco.cpn.model.graphics.Rotation dk.au.daimi.ascoveco.cpn.model.graphics.Rotation Decoration dk.au.daimi.ascoveco.cpn.model.graphics.Decoration dk.au.daimi.ascoveco.cpn.model.graphics.Decoration
null
{"directed":true,"nodes":[{"nsPrefix":"dk.au.daimi.ascoveco.cpn.model.graphics","nsURI":"http:///dk/au/daimi/ascoveco/cpn/model/graphics.ecore","name":"graphics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasGraphics","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"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,"instanceClassName":null,"name":"Align","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Style","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CSS2Color","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CSS2FontFamily","instanceClass":"java.lang.String","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CSS2FontStyle","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CSS2FontWeight","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"CSS2FontSize","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"NonNegativeDecimal","instanceClass":"double","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"dk.au.daimi.ascoveco.cpn.model.graphics.Rotation","defaultValue":null,"instanceClassName":"dk.au.daimi.ascoveco.cpn.model.graphics.Rotation","name":"Rotation","instanceClass":null,"id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"dk.au.daimi.ascoveco.cpn.model.graphics.Decoration","defaultValue":null,"instanceClassName":"dk.au.daimi.ascoveco.cpn.model.graphics.Decoration","name":"Decoration","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"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":false,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":false,"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":"font","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","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":"gradientColor","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":"gradientRotation","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","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":"weight","changeable":true,"lowerBound":1,"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":"size","changeable":true,"lowerBound":1,"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":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shape","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":false,"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":"line","changeable":true,"resolveProxies":false,"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":"fill","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"Left","id":83,"value":0,"literal":"Left","eClass":"EEnumLiteral"},{"name":"Right","id":84,"value":1,"literal":"Right","eClass":"EEnumLiteral"},{"name":"Center","id":85,"value":2,"literal":"Center","eClass":"EEnumLiteral"},{"name":"Line","id":86,"value":0,"literal":"Line","eClass":"EEnumLiteral"},{"name":"Curve","id":87,"value":1,"literal":"Curve","eClass":"EEnumLiteral"},{"name":"Solid","id":88,"value":0,"literal":"Solid","eClass":"EEnumLiteral"},{"name":"Dash","id":89,"value":1,"literal":"Dash","eClass":"EEnumLiteral"},{"name":"Dot","id":90,"value":2,"literal":"Dot","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":1,"target":0},{"source":1,"target":6},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":22,"target":4},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":4},{"source":23,"target":3},{"source":23,"target":28},{"source":23,"target":1},{"source":28,"target":3},{"source":24,"target":8},{"source":24,"target":29},{"source":24,"target":1},{"source":29,"target":8},{"source":25,"target":5},{"source":25,"target":30},{"source":25,"target":1},{"source":30,"target":5},{"source":26,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":2},{"source":34,"target":8},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":2},{"source":35,"target":3},{"source":33,"target":6},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":18},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":18},{"source":37,"target":18},{"source":37,"target":39},{"source":37,"target":3},{"source":39,"target":18},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":40,"target":13},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":13},{"source":41,"target":19},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":19},{"source":42,"target":13},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":13},{"source":43,"target":20},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":20},{"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":5,"target":54},{"source":48,"target":14},{"source":48,"target":55},{"source":48,"target":5},{"source":55,"target":14},{"source":49,"target":15},{"source":49,"target":56},{"source":49,"target":5},{"source":56,"target":15},{"source":50,"target":16},{"source":50,"target":57},{"source":50,"target":5},{"source":57,"target":16},{"source":51,"target":17},{"source":51,"target":58},{"source":51,"target":5},{"source":58,"target":17},{"source":52,"target":21},{"source":52,"target":59},{"source":52,"target":5},{"source":59,"target":21},{"source":53,"target":10},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":10},{"source":54,"target":18},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":18},{"source":6,"target":0},{"source":6,"target":62},{"source":62,"target":7},{"source":62,"target":63},{"source":62,"target":6},{"source":62,"target":64},{"source":63,"target":7},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":6},{"source":64,"target":65},{"source":64,"target":7},{"source":64,"target":62},{"source":65,"target":6},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":11},{"source":66,"target":70},{"source":66,"target":8},{"source":70,"target":11},{"source":67,"target":13},{"source":67,"target":71},{"source":67,"target":8},{"source":71,"target":13},{"source":68,"target":18},{"source":68,"target":72},{"source":68,"target":8},{"source":72,"target":18},{"source":69,"target":12},{"source":69,"target":73},{"source":69,"target":8},{"source":73,"target":12},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":74,"target":3},{"source":74,"target":79},{"source":74,"target":9},{"source":79,"target":3},{"source":75,"target":3},{"source":75,"target":80},{"source":75,"target":9},{"source":80,"target":3},{"source":76,"target":8},{"source":76,"target":81},{"source":76,"target":9},{"source":81,"target":8},{"source":77,"target":4},{"source":77,"target":82},{"source":77,"target":9},{"source":82,"target":4},{"source":78,"target":6},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":83,"target":10},{"source":84,"target":10},{"source":85,"target":10},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":11},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":88,"target":12},{"source":89,"target":12},{"source":90,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"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="pilot" nsURI="http://www.openhealthtools.org/mdht/uml/cda/pilot" nsPrefix="pilot"> <eClassifiers xsi:type="ecore:EClass" name="TuberculosisFollowUpProgressNote" eSuperTypes="../../org.openhealthtools.mdht.uml.cda/model/cda.ecore#//ClinicalDocument"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.6.1.1.1.1.1.2.3"/> <details key="constraints.validation.error" value="TuberculosisFollowUpProgressNoteTemplateId TuberculosisFollowUpProgressNotePatientNames TuberculosisFollowUpProgressNoteTbResultsSection"/> </eAnnotations> <eOperations name="TuberculosisFollowUpProgressNotePatientNames" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.recordTarget.patientRole.patient.name->exists(&#xD;&#xA; name : datatypes::PN | not name.given->isEmpty() and not name.family->isEmpty())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.recordTarget.patientRole.patient.name->exists(&#xD;&#xA; name : datatypes::PN | not name.given->isEmpty() and not name.family->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> <eOperations name="TuberculosisFollowUpProgressNoteTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.6.1.1.1.1.1.2.3')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.6.1.1.1.1.1.2.3')"/> </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> <eOperations name="TuberculosisFollowUpProgressNoteTbResultsSection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(pilot::TBResultsSection))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->one(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(pilot::TBResultsSection))"/> </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> <eOperations name="getTbResultsSection" ordered="false" lowerBound="1" eType="#//TBResultsSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(pilot::TBResultsSection))->asSequence()->first().oclAsType(pilot::TBResultsSection)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getAllSections()->select(section : cda::Section | not section.oclIsUndefined() and section.oclIsKindOf(pilot::TBResultsSection))->asSequence()->first().oclAsType(pilot::TBResultsSection)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TBResultsSection" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultsSection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tuberculosis results section represents the name of the laboratory tests, the date that the specimens for the laboratory tests were taken from the subject of the case report, and the date that the tests were performed on the specimen. It represents the result of the laboratory tests and observation ranges and susceptibility results. In addition, it captures the name of organization where the specimens were collected."/> </eAnnotations> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="title.mixed" value="Relevant diagnostic tests and/or laboratory data"/> <details key="code.codeSystem" value="2.16.840.1.113883.6.1"/> <details key="code.displayName" value="Relevant diagnostic tests and/or laboratory data"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.2.6"/> <details key="constraints.validation.error" value="TBResultsSectionTemplateId ResultsSectionCode TBResultsSectionText TBResultsSectionTitle"/> <details key="code.codeSystemName" value="LOINC"/> <details key="code.code" value="30954-2"/> <details key="constraints.validation.info" value="TBResultsSectionTbResultOrganizer TBResultsSectionTbResultObservation"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultsSectionTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.6')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.2.6')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultsSection/ResultsSectionTemplateId"/> <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> </contents> <contents xsi:type="ecore:EOperation" name="ResultsSectionCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CE) and &#xD;&#xA;let value : datatypes::CE = self.code.oclAsType(datatypes::CE) in (&#xD;&#xA;value.code = '30954-2' and value.codeSystem = '2.16.840.1.113883.6.1'))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CE) and &#xD;&#xA;let value : datatypes::CE = self.code.oclAsType(datatypes::CE) in (&#xD;&#xA;value.code = '30954-2' and value.codeSystem = '2.16.840.1.113883.6.1'))"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultsSection/ResultsSectionCode"/> <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> </contents> </eAnnotations> <eOperations name="TBResultsSectionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.text.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not self.text.oclIsUndefined()"/> </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> <eOperations name="TBResultsSectionTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (self.title.getText() = 'Relevant diagnostic tests and/or laboratory data')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.title.oclIsUndefined() or self.title.isNullFlavorUndefined()) implies (self.title.getText() = 'Relevant diagnostic tests and/or laboratory data')"/> </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> <eOperations name="TBResultsSectionTbResultOrganizer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(pilot::TBResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.organizer.oclIsUndefined() and entry.organizer.oclIsKindOf(pilot::TBResultOrganizer) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </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> <eOperations name="TBResultsSectionTbResultObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(pilot::TBResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.entry->exists(entry : cda::Entry | not entry.observation.oclIsUndefined() and entry.observation.oclIsKindOf(pilot::TBResultObservation) and entry.typeCode = vocab::x_ActRelationshipEntry::DRIV)"/> </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> <eOperations name="getTbResultOrganizers" ordered="false" lowerBound="1" upperBound="-1" eType="#//TBResultOrganizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(pilot::TBResultOrganizer)).oclAsType(pilot::TBResultOrganizer)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getOrganizers()->select(organizer : cda::Organizer | not organizer.oclIsUndefined() and organizer.oclIsKindOf(pilot::TBResultOrganizer)).oclAsType(pilot::TBResultOrganizer)"/> </eAnnotations> </eOperations> <eOperations name="getTbResultObservations" ordered="false" lowerBound="1" upperBound="-1" eType="#//TBResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(pilot::TBResultObservation)).oclAsType(pilot::TBResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(pilot::TBResultObservation)).oclAsType(pilot::TBResultObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TBResultOrganizer" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultOrganizer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The tuberculosis result organizer identifies an observation set, contained within the result organizer as a set of result observations. It contains information applicable to all of the contained result observations. It is particularly useful to group a number of tests, such as culture results, that are performed on a common specimen."/> </eAnnotations> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="code.codeSystem" value="2.16.840.1.113883.6.1"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.21"/> <details key="constraints.validation.error" value="TBResultOrganizerTemplateId ResultOrganizerCode TBResultOrganizerTbResultObservation"/> <details key="code.codeSystemName" value="LOINC"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultOrganizerTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.21')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.21')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultOrganizer/ResultOrganizerTemplateId"/> <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> </contents> <contents xsi:type="ecore:EOperation" name="ResultOrganizerCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CD) and &#xD;&#xA;let value : datatypes::CD = self.code.oclAsType(datatypes::CD) in (&#xD;&#xA;value.codeSystem = '2.16.840.1.113883.6.1' and not value.code.oclIsUndefined()))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CD) and &#xD;&#xA;let value : datatypes::CD = self.code.oclAsType(datatypes::CD) in (&#xD;&#xA;value.codeSystem = '2.16.840.1.113883.6.1' and not value.code.oclIsUndefined()))"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultOrganizer/ResultOrganizerCode"/> <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> </contents> </eAnnotations> <eOperations name="TBResultOrganizerTbResultObservation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.component->one(component : cda::Component4 | not component.observation.oclIsUndefined() and component.observation.oclIsKindOf(pilot::TBResultObservation))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.component->one(component : cda::Component4 | not component.observation.oclIsUndefined() and component.observation.oclIsKindOf(pilot::TBResultObservation))"/> </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> <eOperations name="getTbResultObservation" ordered="false" lowerBound="1" eType="#//TBResultObservation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(pilot::TBResultObservation))->asSequence()->first().oclAsType(pilot::TBResultObservation)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.getObservations()->select(observation : cda::Observation | not observation.oclIsUndefined() and observation.oclIsKindOf(pilot::TBResultObservation))->asSequence()->first().oclAsType(pilot::TBResultObservation)"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TBResultObservation" eSuperTypes="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation"> <eAnnotations source="http://www.openhealthtools.org/mdht/uml/cda/annotation"> <details key="statusCode.code" value="completed"/> <details key="code.codeSystem" value="2.16.840.1.113883.6.1"/> <details key="templateId.root" value="2.16.840.1.113883.10.20.15.3.13"/> <details key="constraints.validation.error" value="TBResultObservationTemplateId TBResultObservationClassCode ResultObservationCode ResultObservationStatusCode"/> <details key="code.codeSystemName" value="LOINC"/> <details key="classCode" value="OBS"/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="ResultObservationTemplateId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.13')"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.templateId->exists(id : datatypes::II | id.root = '2.16.840.1.113883.10.20.15.3.13')"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation/ResultObservationTemplateId"/> <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> </contents> <contents xsi:type="ecore:EOperation" name="ResultObservationCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CD) and &#xD;&#xA;let value : datatypes::CD = self.code.oclAsType(datatypes::CD) in (&#xD;&#xA;value.codeSystem = '2.16.840.1.113883.6.1' and not value.code.oclIsUndefined()))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(datatypes::CD) and &#xD;&#xA;let value : datatypes::CD = self.code.oclAsType(datatypes::CD) in (&#xD;&#xA;value.codeSystem = '2.16.840.1.113883.6.1' and not value.code.oclIsUndefined()))"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation/ResultObservationCode"/> <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> </contents> <contents xsi:type="ecore:EOperation" name="ResultObservationStatusCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.statusCode.oclIsUndefined() or self.statusCode.isNullFlavorUndefined()) implies (not self.statusCode.oclIsUndefined() and self.statusCode.oclIsKindOf(datatypes::CS) and &#xD;&#xA;let value : datatypes::CS = self.statusCode.oclAsType(datatypes::CS) in (&#xD;&#xA;value.code = 'completed'))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="(self.statusCode.oclIsUndefined() or self.statusCode.isNullFlavorUndefined()) implies (not self.statusCode.oclIsUndefined() and self.statusCode.oclIsKindOf(datatypes::CS) and &#xD;&#xA;let value : datatypes::CS = self.statusCode.oclAsType(datatypes::CS) in (&#xD;&#xA;value.code = 'completed'))"/> </eAnnotations> <eAnnotations source="redefines" references="../../org.openhealthtools.mdht.uml.cda.ccd/model/ccd.ecore#//ResultObservation/ResultObservationStatusCode"/> <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> </contents> </eAnnotations> <eOperations name="TBResultObservationClassCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.classCode=vocab::ActClassObservation::OBS"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="self.classCode=vocab::ActClassObservation::OBS"/> </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> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mdht/mdht-models/deprecated/org.openhealthtools.mdht.uml.cda.pilot/model/pilot.ecore
ecore
pilot TuberculosisFollowUpProgressNote TuberculosisFollowUpProgressNotePatientNames diagnostics context TuberculosisFollowUpProgressNoteTemplateId diagnostics context TuberculosisFollowUpProgressNoteTbResultsSection diagnostics context getTbResultsSection TBResultsSection ResultsSectionTemplateId diagnostics context ResultsSectionCode diagnostics context TBResultsSectionText diagnostics context TBResultsSectionTitle diagnostics context TBResultsSectionTbResultOrganizer diagnostics context TBResultsSectionTbResultObservation diagnostics context getTbResultOrganizers getTbResultObservations TBResultOrganizer ResultOrganizerTemplateId diagnostics context ResultOrganizerCode diagnostics context TBResultOrganizerTbResultObservation diagnostics context getTbResultObservation TBResultObservation ResultObservationTemplateId diagnostics context ResultObservationCode diagnostics context ResultObservationStatusCode diagnostics context TBResultObservationClassCode diagnostics context
null
{"directed":true,"nodes":[{"nsPrefix":"pilot","nsURI":"http://www.openhealthtools.org/mdht/uml/cda/pilot","name":"pilot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuberculosisFollowUpProgressNote","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TBResultsSection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TBResultOrganizer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TBResultObservation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"TuberculosisFollowUpProgressNotePatientNames","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TuberculosisFollowUpProgressNoteTemplateId","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TuberculosisFollowUpProgressNoteTbResultsSection","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getTbResultsSection","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EParameter"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultsSectionText","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultsSectionTitle","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultsSectionTbResultOrganizer","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultsSectionTbResultObservation","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getTbResultOrganizers","lowerBound":1,"id":36,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getTbResultObservations","lowerBound":1,"id":37,"many":true,"required":true,"eClass":"EOperation"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultsSectionTemplateId","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultsSectionCode","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultOrganizerTbResultObservation","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getTbResultObservation","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EOperation"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultOrganizerTemplateId","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultOrganizerCode","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TBResultObservationClassCode","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultObservationTemplateId","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultObservationCode","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResultObservationStatusCode","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":5,"target":11},{"source":5,"target":12},{"source":11,"target":13},{"source":11,"target":5},{"source":12,"target":14},{"source":12,"target":5},{"source":14,"target":15},{"source":14,"target":16},{"source":6,"target":17},{"source":6,"target":1},{"source":6,"target":18},{"source":6,"target":19},{"source":18,"target":20},{"source":18,"target":6},{"source":19,"target":21},{"source":19,"target":6},{"source":21,"target":22},{"source":21,"target":23},{"source":7,"target":24},{"source":7,"target":1},{"source":7,"target":25},{"source":7,"target":26},{"source":25,"target":27},{"source":25,"target":7},{"source":26,"target":28},{"source":26,"target":7},{"source":28,"target":29},{"source":28,"target":30},{"source":8,"target":2},{"source":8,"target":31},{"source":8,"target":1},{"source":31,"target":2},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":39,"target":40},{"source":39,"target":41},{"source":39,"target":42},{"source":41,"target":43},{"source":41,"target":39},{"source":42,"target":44},{"source":42,"target":39},{"source":44,"target":45},{"source":44,"target":46},{"source":47,"target":48},{"source":47,"target":49},{"source":47,"target":50},{"source":49,"target":51},{"source":49,"target":47},{"source":50,"target":52},{"source":50,"target":47},{"source":52,"target":53},{"source":52,"target":54},{"source":32,"target":55},{"source":32,"target":2},{"source":32,"target":56},{"source":32,"target":57},{"source":56,"target":58},{"source":56,"target":32},{"source":57,"target":59},{"source":57,"target":32},{"source":59,"target":60},{"source":59,"target":61},{"source":33,"target":62},{"source":33,"target":2},{"source":33,"target":63},{"source":33,"target":64},{"source":63,"target":65},{"source":63,"target":33},{"source":64,"target":66},{"source":64,"target":33},{"source":66,"target":67},{"source":66,"target":68},{"source":34,"target":69},{"source":34,"target":2},{"source":34,"target":70},{"source":34,"target":71},{"source":70,"target":72},{"source":70,"target":34},{"source":71,"target":73},{"source":71,"target":34},{"source":73,"target":74},{"source":73,"target":75},{"source":35,"target":76},{"source":35,"target":2},{"source":35,"target":77},{"source":35,"target":78},{"source":77,"target":79},{"source":77,"target":35},{"source":78,"target":80},{"source":78,"target":35},{"source":80,"target":81},{"source":80,"target":82},{"source":36,"target":3},{"source":36,"target":83},{"source":36,"target":2},{"source":83,"target":3},{"source":37,"target":4},{"source":37,"target":84},{"source":37,"target":2},{"source":84,"target":4},{"source":3,"target":0},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":88,"target":89},{"source":88,"target":90},{"source":88,"target":91},{"source":90,"target":92},{"source":90,"target":88},{"source":91,"target":93},{"source":91,"target":88},{"source":93,"target":94},{"source":93,"target":95},{"source":96,"target":97},{"source":96,"target":98},{"source":96,"target":99},{"source":98,"target":100},{"source":98,"target":96},{"source":99,"target":101},{"source":99,"target":96},{"source":101,"target":102},{"source":101,"target":103},{"source":85,"target":104},{"source":85,"target":3},{"source":85,"target":105},{"source":85,"target":106},{"source":105,"target":107},{"source":105,"target":85},{"source":106,"target":108},{"source":106,"target":85},{"source":108,"target":109},{"source":108,"target":110},{"source":86,"target":4},{"source":86,"target":111},{"source":86,"target":3},{"source":111,"target":4},{"source":4,"target":0},{"source":4,"target":112},{"source":4,"target":113},{"source":114,"target":115},{"source":114,"target":116},{"source":114,"target":117},{"source":116,"target":118},{"source":116,"target":114},{"source":117,"target":119},{"source":117,"target":114},{"source":119,"target":120},{"source":119,"target":121},{"source":122,"target":123},{"source":122,"target":124},{"source":122,"target":125},{"source":124,"target":126},{"source":124,"target":122},{"source":125,"target":127},{"source":125,"target":122},{"source":127,"target":128},{"source":127,"target":129},{"source":130,"target":131},{"source":130,"target":132},{"source":130,"target":133},{"source":132,"target":134},{"source":132,"target":130},{"source":133,"target":135},{"source":133,"target":130},{"source":135,"target":136},{"source":135,"target":137},{"source":112,"target":138},{"source":112,"target":4},{"source":112,"target":139},{"source":112,"target":140},{"source":139,"target":141},{"source":139,"target":112},{"source":140,"target":142},{"source":140,"target":112},{"source":142,"target":143},{"source":142,"target":144}],"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="eip" nsURI="http://petals.ow2.org/components/eip/version-2" nsPrefix="eip"> <eClassifiers xsi:type="ecore:EClass" name="EipProvides" eSuperTypes="../../com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore#//Provides"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eip" lowerBound="1" eType="#//EipType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="test" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testOperation" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="test-operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wiretapWay" eType="#//WiretapWay"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="wiretap-way"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregatorCorrelation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="aggregator-correlation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultRobust" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="fault-robust"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionRobust" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="exception-robust"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultToException" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="fault-to-exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attachmentMode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> <details key="name" value="attachment-mode"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EipType"> <eLiterals name="ROUTING_SLIP" literal="routing-slip"/> <eLiterals name="ROUTER" value="1" literal="router"/> <eLiterals name="DYNAMIC_ROUTER" value="2" literal="dynamic-router"/> <eLiterals name="BRIDGE" value="3" literal="bridge"/> <eLiterals name="SPLITTER" value="4" literal="splitter"/> <eLiterals name="AGGREGATOR" value="5" literal="aggregator"/> <eLiterals name="DISPATCHER" value="6" literal="dispatcher"/> <eLiterals name="SCATTER_GATHER" value="7" literal="scatter-gather"/> <eLiterals name="WIRE_TAP" value="8" literal="wire-tap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WiretapWay"> <eLiterals name="REQUEST_ON_RESPONSE" literal="request-on-response"/> <eLiterals name="REQUEST_RESPONSE" value="1" literal="request-response"/> <eLiterals name="RESPONSE" value="2" literal="response"/> <eLiterals name="REQUEST" value="3" literal="request"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/petalslink/petals-studio/plugins/com.ebmwebsourcing.petals.services.eip/model/eip.ecore
ecore
eip EipProvides eip test testOperation wiretapWay aggregatorCorrelation faultRobust exceptionRobust faultToException attachmentMode EipType ROUTING_SLIP routing-slip ROUTER router DYNAMIC_ROUTER dynamic-router BRIDGE bridge SPLITTER splitter AGGREGATOR aggregator DISPATCHER dispatcher SCATTER_GATHER scatter-gather WIRE_TAP wire-tap WiretapWay REQUEST_ON_RESPONSE request-on-response REQUEST_RESPONSE request-response RESPONSE response REQUEST request
null
{"directed":true,"nodes":[{"nsPrefix":"eip","nsURI":"http://petals.ow2.org/components/eip/version-2","name":"eip","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EipProvides","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EipType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WiretapWay","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"eip","changeable":true,"lowerBound":1,"iD":false,"id":4,"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":"test","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":true,"name":"testOperation","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wiretapWay","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregatorCorrelation","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultRobust","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":"exceptionRobust","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":"faultToException","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":"attachmentMode","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"ROUTING_SLIP","id":23,"value":0,"literal":"routing-slip","eClass":"EEnumLiteral"},{"name":"ROUTER","id":24,"value":1,"literal":"router","eClass":"EEnumLiteral"},{"name":"DYNAMIC_ROUTER","id":25,"value":2,"literal":"dynamic-router","eClass":"EEnumLiteral"},{"name":"BRIDGE","id":26,"value":3,"literal":"bridge","eClass":"EEnumLiteral"},{"name":"SPLITTER","id":27,"value":4,"literal":"splitter","eClass":"EEnumLiteral"},{"name":"AGGREGATOR","id":28,"value":5,"literal":"aggregator","eClass":"EEnumLiteral"},{"name":"DISPATCHER","id":29,"value":6,"literal":"dispatcher","eClass":"EEnumLiteral"},{"name":"SCATTER_GATHER","id":30,"value":7,"literal":"scatter-gather","eClass":"EEnumLiteral"},{"name":"WIRE_TAP","id":31,"value":8,"literal":"wire-tap","eClass":"EEnumLiteral"},{"name":"REQUEST_ON_RESPONSE","id":32,"value":0,"literal":"request-on-response","eClass":"EEnumLiteral"},{"name":"REQUEST_RESPONSE","id":33,"value":1,"literal":"request-response","eClass":"EEnumLiteral"},{"name":"RESPONSE","id":34,"value":2,"literal":"response","eClass":"EEnumLiteral"},{"name":"REQUEST","id":35,"value":3,"literal":"request","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":4,"target":2},{"source":4,"target":14},{"source":4,"target":1},{"source":14,"target":2},{"source":5,"target":15},{"source":5,"target":1},{"source":6,"target":16},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":17},{"source":7,"target":1},{"source":17,"target":3},{"source":8,"target":18},{"source":8,"target":1},{"source":9,"target":19},{"source":9,"target":1},{"source":10,"target":20},{"source":10,"target":1},{"source":11,"target":21},{"source":11,"target":1},{"source":12,"target":22},{"source":12,"target":1},{"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":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":30,"target":2},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":32,"target":3},{"source":33,"target":3},{"source":34,"target":3},{"source":35,"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="roverml" nsURI="http://www.big.tuwien.ac.at/roverml" nsPrefix="at.ac.tuwien.big.roverml"> <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="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoverProgram" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rover" lowerBound="1" eType="#//Rover"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noParallelExecution"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noParallelExecution" value="if not self.oclIsKindOf(Block) and self.outgoing->size() > 1 then&#xA;&#x9;&#x9;&#x9;self.outgoing->select(t | t.oclIsTypeOf(Transition))->size() &lt;= 1 else true&#xA;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.Block.transitions->select(target = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.Block.transitions->select(source = self)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Move" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="speed" lowerBound="1" eType="#//Velocity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="distance" eType="#//Length" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetLightColor" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lights" lowerBound="1" upperBound="-1" eType="#//Light"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotate" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" lowerBound="1" eType="#//Angle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1" eType="#//Time" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//Command #//Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="repeatAtLeastOnce"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="repeatAtLeastOnce" value="self.count > 0 or self.count = - 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="none"/> <eLiterals name="red" value="1"/> <eLiterals name="green" value="2"/> <eLiterals name="blue" value="3"/> <eLiterals name="yellow" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rover" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="atLeastOneMotor uniqueName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="atLeastOneMotor" value="self.components->select(component | component.oclIsTypeOf(Motor))->size() > 0"/> <details key="uniqueName" value="self.components->forAll(c1, c2 | c1 &lt;> c2 implies c1.name &lt;> c2.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="onlyTerminateOnce atLeastOneIncomingTransition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="onlyTerminateOnce" value="self.commands->select(command | command.oclIsTypeOf(Terminate))->size() &lt;= 1"/> <details key="atLeastOneIncomingTransition" value="self.commands->select(command | command.incoming->isEmpty())->size() &lt;= 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Command" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sourceAndTargetInSameBlock triggeredTransitionAfterInfiniteCommand doNotRotateTwiceInARow"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sourceAndTargetInSameBlock" value="self.source.Block = self.target.Block"/> <details key="triggeredTransitionAfterInfiniteCommand" value="&#xA;&#x9;&#x9;&#x9;if&#xA;&#x9;&#x9;&#x9;&#x9;(self.source.oclIsKindOf(Move) and self.source.oclAsType(Move).distance.oclIsUndefined()) &#xA;&#x9;&#x9;&#x9;&#x9;xor&#xA;&#x9;&#x9;&#x9;&#x9;(self.source.oclIsKindOf(Repeat) and self.source.oclAsType(Repeat).count = -1)&#xA;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;self.oclIsKindOf(TriggeredTransition)&#xA;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="doNotRotateTwiceInARow" value="if self.source.oclIsTypeOf(Rotate) then not self.target.oclIsTypeOf(Rotate) else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Command"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Command"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggeredTransition" abstract="true" eSuperTypes="#//Transition"> <eTypeParameters name="SensorType"> <eBounds eClassifier="#//Sensor"> <eTypeArguments eTypeParameter="#//TriggeredTransition/QuantityType"/> </eBounds> </eTypeParameters> <eTypeParameters name="QuantityType"> <eBounds eClassifier="#//Quantity"/> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" lowerBound="1"> <eGenericType eTypeParameter="#//TriggeredTransition/SensorType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ComparisonOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comparisonValue" lowerBound="1" containment="true"> <eGenericType eTypeParameter="#//TriggeredTransition/QuantityType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPS"> <eGenericSuperTypes eClassifier="#//Sensor"> <eTypeArguments eClassifier="#//Position"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DistanceSensor"> <eGenericSuperTypes eClassifier="#//Sensor"> <eTypeArguments eClassifier="#//Length"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compass"> <eGenericSuperTypes eClassifier="#//Sensor"> <eTypeArguments eClassifier="#//Angle"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleQuantity" abstract="true" eSuperTypes="#//Quantity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnit"> <eLiterals name="ns"/> <eLiterals name="ms" value="1"/> <eLiterals name="s" value="2"/> <eLiterals name="min" value="3"/> <eLiterals name="h" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Time" eSuperTypes="#//SingleQuantity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="notNegative"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="notNegative" value="self.value > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" lowerBound="1" eType="#//TimeUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Angle" eSuperTypes="#//SingleQuantity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angleUnit" lowerBound="1" eType="#//AngleUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Velocity" eSuperTypes="#//SingleQuantity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="positiveOrNegative"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="positiveOrNegative" value="self.value &lt;> 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="velocityUnit" lowerBound="1" eType="#//VelocityUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Light" eSuperTypes="#//Actuator"/> <eClassifiers xsi:type="ecore:EEnum" name="AngleUnit"> <eLiterals name="radian"/> <eLiterals name="degree" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VelocityUnit"> <eLiterals name="mm_per_s"/> <eLiterals name="cm_per_s" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="#//SingleQuantity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthUnit" lowerBound="1" eType="#//LengthUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LengthUnit"> <eLiterals name="mm"/> <eLiterals name="cm" value="1"/> <eLiterals name="m" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="smaller"/> <eLiterals name="equals" value="1"/> <eLiterals name="greater" value="2"/> <eLiterals name="unequal" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensor" abstract="true" eSuperTypes="#//Component"> <eTypeParameters name="QuantityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastSensedValue" containment="true"> <eGenericType eTypeParameter="#//Sensor/QuantityType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Motor" eSuperTypes="#//Actuator"/> <eClassifiers xsi:type="ecore:EClass" name="Terminate" eSuperTypes="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noOutgoingTransition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noOutgoingTransition" value="self.outgoing->isEmpty()"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actuator" abstract="true" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="RoverSystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="rovers" upperBound="-1" eType="#//Rover" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roverPrograms" upperBound="-1" eType="#//RoverProgram" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DistanceSensorTrigger"> <eGenericSuperTypes eClassifier="#//TriggeredTransition"> <eTypeArguments eClassifier="#//DistanceSensor"/> <eTypeArguments eClassifier="#//Length"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GpsTrigger"> <eGenericSuperTypes eClassifier="#//TriggeredTransition"> <eTypeArguments eClassifier="#//GPS"/> <eTypeArguments eClassifier="#//Position"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompassTrigger"> <eGenericSuperTypes eClassifier="#//TriggeredTransition"> <eTypeArguments eClassifier="#//Compass"/> <eTypeArguments eClassifier="#//Angle"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Quantity" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Quantity"> <eStructuralFeatures xsi:type="ecore:EReference" name="x" lowerBound="1" eType="#//Length" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="y" lowerBound="1" eType="#//Length" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/bogy159/Model-Engeneering-Lab3/at.ac.tuwien.big.roverml.henshin/metamodel/roverml.ecore
ecore
roverml NamedElement name RoverProgram block rover Command incoming outgoing Move speed distance SetLightColor color lights Rotate angle Wait duration Repeat count 0 Color none none red red green green blue blue yellow yellow Rover components Block commands transitions Transition source target TriggeredTransition SensorType QuantityType sensor operator comparisonValue GPS DistanceSensor Compass SingleQuantity value TimeUnit ns ns ms ms s s min min h h Time timeUnit Angle angleUnit Velocity velocityUnit Light AngleUnit radian radian degree degree VelocityUnit mm_per_s mm_per_s cm_per_s cm_per_s Length lengthUnit LengthUnit mm mm cm cm m m ComparisonOperator smaller smaller equals equals greater greater unequal unequal Sensor QuantityType lastSensedValue Motor Terminate Component kind Actuator RoverSystem rovers roverPrograms DistanceSensorTrigger GpsTrigger CompassTrigger Quantity Position x y
null
{"directed":true,"nodes":[{"nsPrefix":"at.ac.tuwien.big.roverml","nsURI":"http://www.big.tuwien.ac.at/roverml","name":"roverml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoverProgram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Move","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetLightColor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rover","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeredTransition","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistanceSensor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleQuantity","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Angle","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Velocity","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Light","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AngleUnit","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VelocityUnit","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LengthUnit","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motor","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminate","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoverSystem","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistanceSensorTrigger","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GpsTrigger","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompassTrigger","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quantity","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rover","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":true},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":56,"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":"lights","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"none","id":71,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"red","id":72,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"green","id":73,"value":2,"literal":"green","eClass":"EEnumLiteral"},{"name":"blue","id":74,"value":3,"literal":"blue","eClass":"EEnumLiteral"},{"name":"yellow","id":75,"value":4,"literal":"yellow","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":"components","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":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"SensorType","id":88,"eClass":"ETypeParameter"},{"name":"QuantityType","id":89,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"operator","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":true,"unsettable":false,"transient":false,"unique":true,"name":"comparisonValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"ns","id":109,"value":0,"literal":"ns","eClass":"EEnumLiteral"},{"name":"ms","id":110,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"s","id":111,"value":2,"literal":"s","eClass":"EEnumLiteral"},{"name":"min","id":112,"value":3,"literal":"min","eClass":"EEnumLiteral"},{"name":"h","id":113,"value":4,"literal":"h","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angleUnit","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"velocityUnit","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"radian","id":124,"value":0,"literal":"radian","eClass":"EEnumLiteral"},{"name":"degree","id":125,"value":1,"literal":"degree","eClass":"EEnumLiteral"},{"name":"mm_per_s","id":126,"value":0,"literal":"mm_per_s","eClass":"EEnumLiteral"},{"name":"cm_per_s","id":127,"value":1,"literal":"cm_per_s","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthUnit","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"mm","id":131,"value":0,"literal":"mm","eClass":"EEnumLiteral"},{"name":"cm","id":132,"value":1,"literal":"cm","eClass":"EEnumLiteral"},{"name":"m","id":133,"value":2,"literal":"m","eClass":"EEnumLiteral"},{"name":"smaller","id":134,"value":0,"literal":"smaller","eClass":"EEnumLiteral"},{"name":"equals","id":135,"value":1,"literal":"equals","eClass":"EEnumLiteral"},{"name":"greater","id":136,"value":2,"literal":"greater","eClass":"EEnumLiteral"},{"name":"unequal","id":137,"value":3,"literal":"unequal","eClass":"EEnumLiteral"},{"name":"QuantityType","id":138,"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":"lastSensedValue","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rovers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roverPrograms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":1,"target":0},{"source":1,"target":39},{"source":39,"target":40},{"source":39,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":41,"target":11},{"source":41,"target":44},{"source":41,"target":2},{"source":44,"target":11},{"source":42,"target":10},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":10},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":46,"target":12},{"source":46,"target":49},{"source":46,"target":3},{"source":49,"target":12},{"source":47,"target":12},{"source":47,"target":50},{"source":47,"target":3},{"source":50,"target":12},{"source":48,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":21},{"source":51,"target":54},{"source":51,"target":4},{"source":54,"target":21},{"source":52,"target":25},{"source":52,"target":55},{"source":52,"target":4},{"source":55,"target":25},{"source":53,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":56,"target":9},{"source":56,"target":59},{"source":56,"target":5},{"source":59,"target":9},{"source":57,"target":22},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":22},{"source":58,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":20},{"source":61,"target":63},{"source":61,"target":6},{"source":63,"target":20},{"source":62,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":19},{"source":64,"target":66},{"source":64,"target":7},{"source":66,"target":19},{"source":65,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":3},{"source":69,"target":11},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":71,"target":9},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":31},{"source":76,"target":78},{"source":76,"target":10},{"source":78,"target":31},{"source":77,"target":1},{"source":11,"target":0},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":3},{"source":79,"target":81},{"source":79,"target":11},{"source":81,"target":3},{"source":80,"target":12},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":12},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":83,"target":3},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":3},{"source":84,"target":3},{"source":84,"target":87},{"source":84,"target":12},{"source":87,"target":3},{"source":85,"target":1},{"source":13,"target":0},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":12},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":88,"target":94},{"source":94,"target":95},{"source":94,"target":28},{"source":95,"target":89},{"source":89,"target":96},{"source":96,"target":37},{"source":90,"target":28},{"source":90,"target":97},{"source":90,"target":13},{"source":97,"target":88},{"source":91,"target":27},{"source":91,"target":98},{"source":91,"target":13},{"source":98,"target":27},{"source":92,"target":37},{"source":92,"target":99},{"source":92,"target":13},{"source":99,"target":89},{"source":93,"target":12},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":100},{"source":100,"target":101},{"source":100,"target":28},{"source":101,"target":38},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":102},{"source":102,"target":103},{"source":102,"target":28},{"source":103,"target":25},{"source":16,"target":0},{"source":16,"target":28},{"source":16,"target":104},{"source":104,"target":105},{"source":104,"target":28},{"source":105,"target":20},{"source":17,"target":0},{"source":17,"target":37},{"source":17,"target":106},{"source":17,"target":107},{"source":106,"target":108},{"source":106,"target":17},{"source":107,"target":37},{"source":18,"target":0},{"source":18,"target":109},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":109,"target":18},{"source":110,"target":18},{"source":111,"target":18},{"source":112,"target":18},{"source":113,"target":18},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":18},{"source":114,"target":116},{"source":114,"target":19},{"source":116,"target":18},{"source":115,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":117},{"source":20,"target":118},{"source":117,"target":23},{"source":117,"target":119},{"source":117,"target":20},{"source":119,"target":23},{"source":118,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":120},{"source":21,"target":121},{"source":120,"target":24},{"source":120,"target":122},{"source":120,"target":21},{"source":122,"target":24},{"source":121,"target":17},{"source":22,"target":0},{"source":22,"target":32},{"source":22,"target":123},{"source":123,"target":32},{"source":23,"target":0},{"source":23,"target":124},{"source":23,"target":125},{"source":124,"target":23},{"source":125,"target":23},{"source":24,"target":0},{"source":24,"target":126},{"source":24,"target":127},{"source":126,"target":24},{"source":127,"target":24},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":128},{"source":25,"target":129},{"source":128,"target":26},{"source":128,"target":130},{"source":128,"target":25},{"source":130,"target":26},{"source":129,"target":17},{"source":26,"target":0},{"source":26,"target":131},{"source":26,"target":132},{"source":26,"target":133},{"source":131,"target":26},{"source":132,"target":26},{"source":133,"target":26},{"source":27,"target":0},{"source":27,"target":134},{"source":27,"target":135},{"source":27,"target":136},{"source":27,"target":137},{"source":134,"target":27},{"source":135,"target":27},{"source":136,"target":27},{"source":137,"target":27},{"source":28,"target":0},{"source":28,"target":138},{"source":28,"target":31},{"source":28,"target":139},{"source":28,"target":140},{"source":139,"target":141},{"source":139,"target":28},{"source":141,"target":138},{"source":140,"target":31},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":142},{"source":142,"target":32},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":143},{"source":143,"target":3},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":144},{"source":31,"target":145},{"source":144,"target":146},{"source":144,"target":31},{"source":145,"target":1},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":147},{"source":147,"target":31},{"source":33,"target":0},{"source":33,"target":148},{"source":33,"target":149},{"source":148,"target":10},{"source":148,"target":150},{"source":148,"target":33},{"source":150,"target":10},{"source":149,"target":2},{"source":149,"target":151},{"source":149,"target":33},{"source":151,"target":2},{"source":34,"target":0},{"source":34,"target":13},{"source":34,"target":152},{"source":152,"target":153},{"source":152,"target":154},{"source":152,"target":13},{"source":153,"target":15},{"source":154,"target":25},{"source":35,"target":0},{"source":35,"target":13},{"source":35,"target":155},{"source":155,"target":156},{"source":155,"target":157},{"source":155,"target":13},{"source":156,"target":14},{"source":157,"target":38},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":158},{"source":158,"target":159},{"source":158,"target":160},{"source":158,"target":13},{"source":159,"target":16},{"source":160,"target":20},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":161},{"source":38,"target":162},{"source":38,"target":163},{"source":161,"target":25},{"source":161,"target":164},{"source":161,"target":38},{"source":164,"target":25},{"source":162,"target":25},{"source":162,"target":165},{"source":162,"target":38},{"source":165,"target":25},{"source":163,"target":37}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="data" nsURI="http://www.birt.eclipse.org/ChartModelData" nsPrefix="data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Action"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//ActionType" defaultValueLiteral="URL_Redirect" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of Action. This value determines the way the Action Value is processed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ActionValue" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the value of the Action.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data for a base series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BaseSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" 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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigNumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element BigNUmberDataElement represents a DataElement which BigDecimal value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BigNumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Decimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BubbleDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the bubble data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BubbleDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Data" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Data"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of data to be plotted in a chart. A data element can hold a scalar or a multi-dimensional value.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataElement"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" eType="#//Data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds data values for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Values"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of date/time data.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single date value as a long.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the date/time data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the difference data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DifferenceDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GanttDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the gantt data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GanttDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultipleActions" eSuperTypes="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MultipleActions"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Actions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesMap" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertiesMap"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the null data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NullDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of numerical data.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single numeric value as a double.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the numeric data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrthogonalSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data for an orthogonal series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OrthogonalSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" 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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seriesDefinitionIndex" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the index for the series definition for which this sample data is applicable.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitionIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type represents design-time definition for the dataset in a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Query"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" 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="Definition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Rule" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rules"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" lowerBound="1" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type represents a rule to process a query expression.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Rule"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//RuleType" defaultValueLiteral="Filter" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </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"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data that will be used to display the chart at design-time.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="baseSampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for base series in the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BaseSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="orthogonalSampleData" lowerBound="1" upperBound="-1" eType="#//OrthogonalSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for orthogonal series in the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrthogonalSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ancillarySampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AncillarySampleData"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;This type represents design-time definition for a&#xA;&#x9;&#x9;&#x9;&#x9;series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Query"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesPalette" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Palette" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesPalette"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesDefinitions" lowerBound="1" upperBound="-1" eType="#//SeriesDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormatSpecifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="series" lowerBound="1" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Series" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds all the series for the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Series"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;grouped for display. This should only be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorting" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//SortOption" defaultValueLiteral="Ascending" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sorted for display. This should only be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Sorting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sortKey" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortLocale" 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="Specifies the locale on which the sorting will base, the value is the locale ID of &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.util.ULocale&lt;/code>."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortLocale"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortStrength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the strength of sorting, this attribute just uses the field values defined in &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.text.Collator&lt;/code>. The available values are ASCII=-1, PRIMARY=0, SECONDARY=1,TERTIARY=2,QUATERNARY=3,IDENTICAL=15."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortStrength"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies Z order among multiple series renderers. Default value is 0. The series renderer with higher z order value will overlay the one with lower value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ZOrder"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesGrouping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds all grouping-related information for a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesGrouping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies whether grouping is enabled for the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingUnit" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//GroupingUnitType" defaultValueLiteral="Days" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the unit of grouping.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="groupingOrigin" lowerBound="1" eType="#//DataElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A data element that specifies the starting point&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for grouping. This does not apply to grouping of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Text values. If undefined, grouping starts at&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the minimum value.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingOrigin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingInterval" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the interval of grouping, by&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;default it's 1.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingInterval"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//DataType" defaultValueLiteral="Text" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of data to be grouped.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateExpression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="Sum" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the aggregate function to be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;on orthogonal values for each grouped unit.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateParameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateParameters"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the stock data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StockDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the text data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TextDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a Trigger. A trigger defines interactivity for a chart component.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Trigger"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerCondition" defaultValueLiteral="Mouse_Hover" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the condition for the Trigger. This value determines when the Action is processed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the Action for the Trigger. This value describes the interactivity of the trigger.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerFlow" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerFlow" defaultValueLiteral="Capture" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the bubbling behavior of the Trigger."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TriggerFlow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/birt/chart/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.data.ecore
ecore
data Action type URL_Redirect value BaseSampleData dataSetRepresentation BigNumberDataElement value BubbleDataSet Data java.lang.Object java.lang.Object DataElement DataSet values DateTimeDataElement value DateTimeDataSet DifferenceDataSet GanttDataSet MultipleActions actions propertiesMap NullDataSet NumberDataElement value NumberDataSet OrthogonalSampleData dataSetRepresentation seriesDefinitionIndex Query definition rules grouping Rule type Filter value SampleData baseSampleData orthogonalSampleData ancillarySampleData SeriesDefinition query seriesPalette seriesDefinitions formatSpecifier series grouping sorting Ascending sortKey sortLocale sortStrength zOrder 0 SeriesGrouping enabled groupingUnit Days groupingOrigin groupingInterval 1 groupType Text aggregateExpression Sum aggregateParameters StockDataSet TextDataSet Trigger condition Mouse_Hover action triggerFlow Capture
null
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"http://www.birt.eclipse.org/ChartModelData","name":"data","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":"BaseSampleData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigNumberDataElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BubbleDataSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Data","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElement","instanceClass":null,"abstract":false,"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,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceDataSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GanttDataSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleActions","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullDataSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataSet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrthogonalSampleData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesDefinition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesGrouping","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockDataSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextDataSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"URL_Redirect","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"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":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertiesMap","changeable":true,"resolveProxies":false,"lowerBound":0,"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.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seriesDefinitionIndex","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":"definition","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"grouping","changeable":true,"resolveProxies":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":"Filter","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":67,"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":"orthogonalSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"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":"ancillarySampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesPalette","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesDefinitions","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":76,"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":"series","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"grouping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ascending","unsettable":true,"transient":false,"unique":true,"name":"sorting","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortKey","changeable":true,"resolveProxies":false,"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":"sortLocale","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sortStrength","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"zOrder","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"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enabled","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":"Days","unsettable":true,"transient":false,"unique":true,"name":"groupingUnit","changeable":true,"lowerBound":1,"iD":false,"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":"groupingOrigin","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"groupingInterval","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Text","unsettable":true,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Sum","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Sum","unsettable":true,"transient":false,"unique":true,"name":"aggregateExpression","changeable":true,"lowerBound":1,"iD":false,"id":100,"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":"aggregateParameters","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"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Mouse_Hover","unsettable":true,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Capture","unsettable":true,"transient":false,"unique":true,"name":"triggerFlow","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":27},{"source":25,"target":1},{"source":26,"target":28},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":29,"target":30},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":34},{"source":34,"target":7},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":35},{"source":35,"target":5},{"source":35,"target":36},{"source":35,"target":7},{"source":36,"target":5},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":39},{"source":37,"target":8},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":40},{"source":40,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":41},{"source":41,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":42},{"source":42,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":12},{"source":46,"target":1},{"source":44,"target":47},{"source":44,"target":12},{"source":45,"target":1},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":48},{"source":48,"target":7},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":49},{"source":14,"target":50},{"source":49,"target":51},{"source":49,"target":14},{"source":50,"target":6},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":52},{"source":52,"target":7},{"source":16,"target":0},{"source":16,"target":53},{"source":16,"target":54},{"source":53,"target":55},{"source":53,"target":16},{"source":54,"target":56},{"source":54,"target":16},{"source":17,"target":0},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":57,"target":60},{"source":57,"target":17},{"source":58,"target":18},{"source":58,"target":61},{"source":58,"target":17},{"source":61,"target":18},{"source":59,"target":21},{"source":59,"target":62},{"source":59,"target":17},{"source":62,"target":21},{"source":18,"target":0},{"source":18,"target":63},{"source":18,"target":64},{"source":63,"target":65},{"source":63,"target":18},{"source":64,"target":66},{"source":64,"target":18},{"source":19,"target":0},{"source":19,"target":67},{"source":19,"target":68},{"source":19,"target":69},{"source":67,"target":2},{"source":67,"target":70},{"source":67,"target":19},{"source":70,"target":2},{"source":68,"target":16},{"source":68,"target":71},{"source":68,"target":19},{"source":71,"target":16},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":19},{"source":72,"target":2},{"source":20,"target":0},{"source":20,"target":73},{"source":20,"target":74},{"source":20,"target":75},{"source":20,"target":76},{"source":20,"target":77},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":20,"target":82},{"source":20,"target":83},{"source":73,"target":17},{"source":73,"target":84},{"source":73,"target":20},{"source":84,"target":17},{"source":74,"target":85},{"source":74,"target":20},{"source":75,"target":20},{"source":75,"target":86},{"source":75,"target":20},{"source":86,"target":20},{"source":76,"target":87},{"source":76,"target":20},{"source":77,"target":88},{"source":77,"target":20},{"source":78,"target":21},{"source":78,"target":89},{"source":78,"target":20},{"source":89,"target":21},{"source":79,"target":90},{"source":79,"target":20},{"source":80,"target":17},{"source":80,"target":91},{"source":80,"target":20},{"source":91,"target":17},{"source":81,"target":92},{"source":81,"target":20},{"source":82,"target":93},{"source":82,"target":20},{"source":83,"target":94},{"source":83,"target":20},{"source":21,"target":0},{"source":21,"target":95},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":21,"target":99},{"source":21,"target":100},{"source":21,"target":101},{"source":95,"target":102},{"source":95,"target":21},{"source":96,"target":103},{"source":96,"target":21},{"source":97,"target":6},{"source":97,"target":104},{"source":97,"target":21},{"source":104,"target":6},{"source":98,"target":105},{"source":98,"target":21},{"source":99,"target":106},{"source":99,"target":21},{"source":100,"target":107},{"source":100,"target":21},{"source":101,"target":108},{"source":101,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":109},{"source":109,"target":7},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":110},{"source":110,"target":7},{"source":24,"target":0},{"source":24,"target":111},{"source":24,"target":112},{"source":24,"target":113},{"source":111,"target":114},{"source":111,"target":24},{"source":112,"target":1},{"source":112,"target":115},{"source":112,"target":24},{"source":115,"target":1},{"source":113,"target":116},{"source":113,"target":24}],"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="tp3" nsURI="http:///tp3-v0" nsPrefix="tp3"> <eAnnotations source="diastyle.node.n3"> <details key="parent=n2" value=""/> <details key="background=lightgreen" value=""/> <details key="shape=ellipse"/> <details key="size=80,80"/> </eAnnotations> <eAnnotations source="diastyle.partition.p1"> <details key="background=lightblue" value=""/> </eAnnotations> <eAnnotations source="diastyle.node.n2"> <details key="background=red" value=""/> <details key="layout=vertical" value=""/> <details key="font=arial" value=""/> <details key="size=0,0"/> </eAnnotations> <eAnnotations source="diastyle.node.n6"> <details key="background=yellow" value=""/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=darkgreen" value=""/> <details key="arrowsize=5" value=""/> <details key="linewidth=3" value=""/> </eAnnotations> <eAnnotations source="diastyle.node.n1"> <details key="background=orange" value=""/> <details key="size=60,60"/> </eAnnotations> <eAnnotations source="diastyle.node.n5"> <details key="background=yellow"/> <details key="shape=custom"/> <details key="font=arial"/> <details key="data=0,0;40,0;40,30;30,30;30,40;40,30;30,40;0,40"/> <details key="size=40,40"/> </eAnnotations> <eAnnotations source="diastyle.node.n4"> <details key="shape=custom"/> <details key="data=20,0;40,40;0,40;20,0"/> <details key="size=40,40"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="EAnnotation0"/> <eClassifiers xsi:type="ecore:EClass" name="LivreRecettes"> <eAnnotations source="diagraph"> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="recettes" upperBound="-1" eType="#//Recette" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="departements" upperBound="-1" eType="#//Localisation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vins" upperBound="-1" eType="#//Vin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Recette" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=vins"/> <details key="ref=origineRegionale"/> <details key="lnk=composes"/> <details key="nav:ingredient"/> <details key="style=n1"/> <details key="style.kref.vins=p1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cout" eType="#//Cout"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composes" upperBound="-1" eType="#//Compose" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origineRegionale" eType="#//Localisation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vins" upperBound="2" eType="#//Bouteille" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ingredient" eSuperTypes="#//ValuedNamed"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=n5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="#//Nature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Cout"> <eLiterals name="faible"/> <eLiterals name="moyen" value="1"/> <eLiterals name="eleve" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Nature"> <eLiterals name="legume"/> <eLiterals name="viande" value="1"/> <eLiterals name="poisson" value="2"/> <eLiterals name="condiment" value="3"/> <eLiterals name="fruit" value="4"/> <eLiterals name="feculent" value="5"/> <eLiterals name="oeuf" value="6"/> <eLiterals name="matiereGrasse" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vin" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compose" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=quantite"/> <details key="style=e1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="_ingredient" eType="#//Ingredient"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Localisation" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=n3"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bouteille" eSuperTypes="#//ValuedNamed"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=_vin"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="_vin" eType="#//Vin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValuedNamed" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="label=name"/> <details key="label=prix"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/bnastov/Diagraph/aigle.idm.diagraph.tp3/model/tp3.ecore
ecore
tp3 LivreRecettes recettes ingredients departements vins Recette cout composes origineRegionale vins Ingredient nature Cout faible faible moyen moyen eleve eleve Nature legume legume viande viande poisson poisson condiment condiment fruit fruit feculent feculent oeuf oeuf matiereGrasse matiereGrasse Vin Compose quantite _ingredient Localisation Bouteille _vin Named name ValuedNamed prix
null
{"directed":true,"nodes":[{"nsPrefix":"tp3","nsURI":"http:///tp3-v0","name":"tp3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivreRecettes","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recette","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingredient","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Cout","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Nature","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vin","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compose","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Localisation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bouteille","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuedNamed","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recettes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"departements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cout","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origineRegionale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"vins","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":"nature","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"faible","id":32,"value":0,"literal":"faible","eClass":"EEnumLiteral"},{"name":"moyen","id":33,"value":1,"literal":"moyen","eClass":"EEnumLiteral"},{"name":"eleve","id":34,"value":2,"literal":"eleve","eClass":"EEnumLiteral"},{"name":"legume","id":35,"value":0,"literal":"legume","eClass":"EEnumLiteral"},{"name":"viande","id":36,"value":1,"literal":"viande","eClass":"EEnumLiteral"},{"name":"poisson","id":37,"value":2,"literal":"poisson","eClass":"EEnumLiteral"},{"name":"condiment","id":38,"value":3,"literal":"condiment","eClass":"EEnumLiteral"},{"name":"fruit","id":39,"value":4,"literal":"fruit","eClass":"EEnumLiteral"},{"name":"feculent","id":40,"value":5,"literal":"feculent","eClass":"EEnumLiteral"},{"name":"oeuf","id":41,"value":6,"literal":"oeuf","eClass":"EEnumLiteral"},{"name":"matiereGrasse","id":42,"value":7,"literal":"matiereGrasse","eClass":"EEnumLiteral"},{"id":43,"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":"quantite","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":"_ingredient","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":"_vin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"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":"prix","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":2},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":2},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":3},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":8},{"source":15,"target":6},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":6},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":4},{"source":21,"target":7},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":7},{"source":22,"target":8},{"source":22,"target":27},{"source":22,"target":2},{"source":27,"target":8},{"source":23,"target":9},{"source":23,"target":28},{"source":23,"target":2},{"source":28,"target":9},{"source":24,"target":10},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":5},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":5},{"source":30,"target":11},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":32,"target":4},{"source":33,"target":4},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":35,"target":5},{"source":36,"target":5},{"source":37,"target":5},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":43},{"source":43,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":7},{"source":48,"target":3},{"source":46,"target":10},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":49},{"source":49,"target":10},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":50},{"source":9,"target":51},{"source":50,"target":6},{"source":50,"target":52},{"source":50,"target":9},{"source":52,"target":6},{"source":51,"target":11},{"source":10,"target":0},{"source":10,"target":53},{"source":53,"target":54},{"source":53,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":55},{"source":11,"target":56},{"source":55,"target":57},{"source":55,"target":11},{"source":56,"target":10}],"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" xmi:id="EMOF" name="EMOF" nsURI="http://schema.omg.org/spec/MOF/2.0/emof.xml" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Class" name="Class" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Class.isAbstract" name="isAbstract" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedAttribute" name="ownedAttribute" upperBound="-1" eType="EMOF.Property" containment="true" resolveProxies="false" eOpposite="EMOF.Property.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedOperation" name="ownedOperation" upperBound="-1" eType="EMOF.Operation" containment="true" resolveProxies="false" eOpposite="EMOF.Operation.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.superClass" name="superClass" ordered="false" upperBound="-1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Comment" name="Comment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Comment.annotatedElement" name="annotatedElement" ordered="false" upperBound="-1" eType="EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Comment.body" name="body" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.DataType" name="DataType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Element" name="Element" abstract="true" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Element.container" name="container" eType="EMOF.Element"/> <eOperations xmi:id="EMOF.Element.equals" name="equals" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.equals.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Element.get.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.getMetaClass" name="getMetaClass" eType="EMOF.Class"/> <eOperations xmi:id="EMOF.Element.isSet" name="isSet" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.isSet.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.set" name="set"> <eParameters xmi:id="EMOF.Element.set.property" name="property" eType="EMOF.Property"/> <eParameters xmi:id="EMOF.Element.set.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.unset" name="unset"> <eParameters xmi:id="EMOF.Element.unset.property" name="property" eType="EMOF.Property"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Element.ownedComment" name="ownedComment" ordered="false" upperBound="-1" eType="EMOF.Comment" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Enumeration" name="Enumeration" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Enumeration.ownedLiteral" name="ownedLiteral" upperBound="-1" eType="EMOF.EnumerationLiteral" containment="true" resolveProxies="false" eOpposite="EMOF.EnumerationLiteral.enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.EnumerationLiteral" name="EnumerationLiteral" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.EnumerationLiteral.enumeration" name="enumeration" eType="EMOF.Enumeration" transient="true" resolveProxies="false" eOpposite="EMOF.Enumeration.ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Extent" name="Extent" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Extent.elements" name="elements" eType="EMOF.ReflectiveSequence"/> <eOperations xmi:id="EMOF.Extent.useContainment" name="useContainment" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Factory" name="Factory" eSuperTypes="EMOF.Element"> <eOperations xmi:id="EMOF.Factory.convertToString" name="convertToString" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.Factory.convertToString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.convertToString.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Factory.create" name="create" eType="EMOF.Element"> <eParameters xmi:id="EMOF.Factory.create.metaClass" name="metaClass" eType="EMOF.Class"/> </eOperations> <eOperations xmi:id="EMOF.Factory.createFromString" name="createFromString" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Factory.createFromString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.createFromString.string" name="string" eType="PrimitiveTypes.String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Factory.package" name="package" lowerBound="1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.MultiplicityElement" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isOrdered" name="isOrdered" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isUnique" name="isUnique" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.lower" name="lower" eType="PrimitiveTypes.Integer" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.upper" name="upper" eType="PrimitiveTypes.UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.NamedElement" name="NamedElement" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.NamedElement.name" name="name" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Object" name="Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Operation" name="Operation" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.ownedParameter" name="ownedParameter" upperBound="-1" eType="EMOF.Parameter" containment="true" resolveProxies="false" eOpposite="EMOF.Parameter.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.raisedException" name="raisedException" ordered="false" upperBound="-1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Package" name="Package" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestedPackage" name="nestedPackage" ordered="false" upperBound="-1" eType="EMOF.Package" containment="true" resolveProxies="false" eOpposite="EMOF.Package.nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestingPackage" name="nestingPackage" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.ownedType" name="ownedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false" eOpposite="EMOF.Type.package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Package.uri" name="uri" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Parameter" name="Parameter" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Parameter.operation" name="operation" eType="EMOF.Operation" transient="true" resolveProxies="false" eOpposite="EMOF.Operation.ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.PrimitiveType" name="PrimitiveType" eSuperTypes="EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Property" name="Property" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.default" name="default" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isComposite" name="isComposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isDerived" name="isDerived" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isID" name="isID" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isReadOnly" name="isReadOnly" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.opposite" name="opposite" eType="EMOF.Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveCollection" name="ReflectiveCollection" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.ReflectiveCollection.add" name="add" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.addAll" name="addAll" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.addAll.objects" name="objects" eType="EMOF.ReflectiveSequence"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.clear" name="clear"/> <eOperations xmi:id="EMOF.ReflectiveCollection.remove" name="remove" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.remove.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.size" name="size" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveSequence" name="ReflectiveSequence" eSuperTypes="EMOF.ReflectiveCollection"> <eOperations xmi:id="EMOF.ReflectiveSequence.add" name="add"> <eParameters xmi:id="EMOF.ReflectiveSequence.add.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.get.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.remove" name="remove" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.remove.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.set" name="set" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.set.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.set.object" name="object" eType="EMOF.Object"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Tag" name="Tag" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Tag.element" name="element" ordered="false" upperBound="-1" eType="EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.name" name="name" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.value" name="value" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Type" name="Type" abstract="true" eSuperTypes="EMOF.NamedElement"> <eOperations xmi:id="EMOF.Type.isInstance" name="isInstance" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Type.isInstance.object" name="object" eType="EMOF.Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Type.package" name="package" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.TypedElement" name="TypedElement" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.TypedElement.type" name="type" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.URIExtent" name="URIExtent" eSuperTypes="EMOF.Extent"> <eOperations xmi:id="EMOF.URIExtent.contextURI" name="contextURI" eType="PrimitiveTypes.String"/> <eOperations xmi:id="EMOF.URIExtent.element" name="element" eType="EMOF.Element"> <eParameters xmi:id="EMOF.URIExtent.element.uri" name="uri" eType="PrimitiveTypes.String"/> </eOperations> <eOperations xmi:id="EMOF.URIExtent.uri" name="uri" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.URIExtent.uri.element" name="element" eType="EMOF.Element"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/plugins/org.eclipse.qvt/model/traditionalEcore/EMOF.ecore
ecore
EMOF Boolean java.lang.Boolean java.lang.Boolean Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element container equals object get property getMetaClass isSet property set property object unset property ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent elements useContainment Factory convertToString dataType object create metaClass createFromString dataType string package Integer java.lang.Integer java.lang.Integer MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage nestingPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite Real java.lang.Float java.lang.Float ReflectiveCollection add object addAll objects clear remove object size ReflectiveSequence add index object get index remove index set index object String java.lang.String java.lang.String Tag element name value Type isInstance object package TypedElement type URIExtent contextURI element uri uri element UnlimitedNatural java.lang.Integer java.lang.Integer
null
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http://schema.omg.org/spec/MOF/2.0/emof.xml","name":"EMOF","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSet","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unset","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAll","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":1},{"source":29,"target":18},{"source":29,"target":34},{"source":29,"target":2},{"source":29,"target":35},{"source":34,"target":18},{"source":30,"target":14},{"source":30,"target":36},{"source":30,"target":2},{"source":30,"target":37},{"source":36,"target":14},{"source":31,"target":2},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":2},{"source":32,"target":24},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":12},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":22},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":44},{"source":44,"target":24},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":45,"target":5},{"source":45,"target":54},{"source":45,"target":5},{"source":54,"target":5},{"source":46,"target":1},{"source":46,"target":55},{"source":46,"target":5},{"source":46,"target":56},{"source":55,"target":1},{"source":56,"target":13},{"source":56,"target":57},{"source":56,"target":46},{"source":57,"target":13},{"source":47,"target":13},{"source":47,"target":58},{"source":47,"target":5},{"source":47,"target":59},{"source":58,"target":13},{"source":59,"target":18},{"source":59,"target":60},{"source":59,"target":47},{"source":60,"target":18},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":5},{"source":61,"target":2},{"source":49,"target":1},{"source":49,"target":62},{"source":49,"target":5},{"source":49,"target":63},{"source":62,"target":1},{"source":63,"target":18},{"source":63,"target":64},{"source":63,"target":49},{"source":64,"target":18},{"source":50,"target":5},{"source":50,"target":65},{"source":50,"target":66},{"source":65,"target":18},{"source":65,"target":67},{"source":65,"target":50},{"source":67,"target":18},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":50},{"source":68,"target":13},{"source":51,"target":5},{"source":51,"target":69},{"source":69,"target":18},{"source":69,"target":70},{"source":69,"target":51},{"source":70,"target":18},{"source":52,"target":3},{"source":52,"target":71},{"source":52,"target":5},{"source":71,"target":3},{"source":53,"target":13},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":6},{"source":75,"target":77},{"source":75,"target":7},{"source":75,"target":72},{"source":77,"target":6},{"source":76,"target":12},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":78,"target":21},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":21},{"source":79,"target":1},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":1},{"source":80,"target":13},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":83,"target":22},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":90},{"source":88,"target":22},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":83},{"source":91,"target":4},{"source":90,"target":13},{"source":90,"target":92},{"source":90,"target":83},{"source":92,"target":13},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":9},{"source":84,"target":94},{"source":93,"target":5},{"source":94,"target":2},{"source":94,"target":95},{"source":94,"target":84},{"source":95,"target":2},{"source":85,"target":13},{"source":85,"target":96},{"source":85,"target":9},{"source":85,"target":97},{"source":85,"target":98},{"source":96,"target":13},{"source":97,"target":4},{"source":97,"target":99},{"source":97,"target":85},{"source":99,"target":4},{"source":98,"target":22},{"source":98,"target":100},{"source":98,"target":85},{"source":100,"target":22},{"source":86,"target":15},{"source":86,"target":101},{"source":86,"target":9},{"source":101,"target":15},{"source":87,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":1},{"source":102,"target":106},{"source":102,"target":11},{"source":106,"target":1},{"source":103,"target":1},{"source":103,"target":107},{"source":103,"target":11},{"source":107,"target":1},{"source":104,"target":10},{"source":104,"target":108},{"source":104,"target":11},{"source":108,"target":10},{"source":105,"target":27},{"source":105,"target":109},{"source":105,"target":11},{"source":109,"target":27},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":110},{"source":12,"target":111},{"source":110,"target":22},{"source":110,"target":112},{"source":110,"target":12},{"source":112,"target":22},{"source":111,"target":5},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":11},{"source":14,"target":37},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":37,"target":2},{"source":37,"target":117},{"source":37,"target":14},{"source":37,"target":30},{"source":117,"target":2},{"source":113,"target":16},{"source":113,"target":118},{"source":113,"target":14},{"source":113,"target":119},{"source":118,"target":16},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":24},{"source":115,"target":25},{"source":116,"target":11},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":121,"target":15},{"source":121,"target":126},{"source":121,"target":15},{"source":121,"target":122},{"source":126,"target":15},{"source":122,"target":15},{"source":122,"target":127},{"source":122,"target":15},{"source":122,"target":121},{"source":127,"target":15},{"source":123,"target":24},{"source":123,"target":128},{"source":123,"target":15},{"source":123,"target":129},{"source":128,"target":24},{"source":124,"target":22},{"source":124,"target":130},{"source":124,"target":15},{"source":130,"target":22},{"source":125,"target":12},{"source":16,"target":0},{"source":16,"target":25},{"source":16,"target":11},{"source":16,"target":119},{"source":16,"target":131},{"source":16,"target":132},{"source":119,"target":14},{"source":119,"target":133},{"source":119,"target":16},{"source":119,"target":113},{"source":133,"target":14},{"source":131,"target":25},{"source":132,"target":11},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":134},{"source":134,"target":4},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":11},{"source":18,"target":35},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":35,"target":2},{"source":35,"target":143},{"source":35,"target":18},{"source":35,"target":29},{"source":143,"target":2},{"source":135,"target":22},{"source":135,"target":144},{"source":135,"target":18},{"source":144,"target":22},{"source":136,"target":1},{"source":136,"target":145},{"source":136,"target":18},{"source":145,"target":1},{"source":137,"target":1},{"source":137,"target":146},{"source":137,"target":18},{"source":146,"target":1},{"source":138,"target":1},{"source":138,"target":147},{"source":138,"target":18},{"source":147,"target":1},{"source":139,"target":1},{"source":139,"target":148},{"source":139,"target":18},{"source":148,"target":1},{"source":140,"target":18},{"source":140,"target":149},{"source":140,"target":18},{"source":149,"target":18},{"source":141,"target":25},{"source":142,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":150,"target":1},{"source":150,"target":156},{"source":150,"target":20},{"source":150,"target":157},{"source":156,"target":1},{"source":157,"target":13},{"source":157,"target":158},{"source":157,"target":150},{"source":158,"target":13},{"source":151,"target":1},{"source":151,"target":159},{"source":151,"target":20},{"source":151,"target":160},{"source":159,"target":1},{"source":160,"target":21},{"source":160,"target":161},{"source":160,"target":151},{"source":161,"target":21},{"source":152,"target":20},{"source":153,"target":1},{"source":153,"target":162},{"source":153,"target":20},{"source":153,"target":163},{"source":162,"target":1},{"source":163,"target":13},{"source":163,"target":164},{"source":163,"target":153},{"source":164,"target":13},{"source":154,"target":10},{"source":154,"target":165},{"source":154,"target":20},{"source":165,"target":10},{"source":155,"target":13},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":166,"target":21},{"source":166,"target":171},{"source":166,"target":172},{"source":171,"target":10},{"source":171,"target":173},{"source":171,"target":166},{"source":173,"target":10},{"source":172,"target":13},{"source":172,"target":174},{"source":172,"target":166},{"source":174,"target":13},{"source":167,"target":13},{"source":167,"target":175},{"source":167,"target":21},{"source":167,"target":176},{"source":175,"target":13},{"source":176,"target":10},{"source":176,"target":177},{"source":176,"target":167},{"source":177,"target":10},{"source":168,"target":13},{"source":168,"target":178},{"source":168,"target":21},{"source":168,"target":179},{"source":178,"target":13},{"source":179,"target":10},{"source":179,"target":180},{"source":179,"target":168},{"source":180,"target":10},{"source":169,"target":13},{"source":169,"target":181},{"source":169,"target":21},{"source":169,"target":182},{"source":169,"target":183},{"source":181,"target":13},{"source":182,"target":10},{"source":182,"target":184},{"source":182,"target":169},{"source":184,"target":10},{"source":183,"target":13},{"source":183,"target":185},{"source":183,"target":169},{"source":185,"target":13},{"source":170,"target":20},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":186,"target":5},{"source":186,"target":190},{"source":186,"target":23},{"source":190,"target":5},{"source":187,"target":22},{"source":187,"target":191},{"source":187,"target":23},{"source":191,"target":22},{"source":188,"target":22},{"source":188,"target":192},{"source":188,"target":23},{"source":192,"target":22},{"source":189,"target":5},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":193},{"source":24,"target":129},{"source":24,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":24},{"source":193,"target":196},{"source":195,"target":1},{"source":196,"target":13},{"source":196,"target":197},{"source":196,"target":193},{"source":197,"target":13},{"source":129,"target":15},{"source":129,"target":198},{"source":129,"target":24},{"source":129,"target":123},{"source":198,"target":15},{"source":194,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":199},{"source":25,"target":200},{"source":199,"target":24},{"source":199,"target":201},{"source":199,"target":25},{"source":201,"target":24},{"source":200,"target":12},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":22},{"source":203,"target":5},{"source":203,"target":207},{"source":203,"target":26},{"source":203,"target":208},{"source":207,"target":5},{"source":208,"target":22},{"source":208,"target":209},{"source":208,"target":203},{"source":209,"target":22},{"source":204,"target":22},{"source":204,"target":210},{"source":204,"target":26},{"source":204,"target":211},{"source":210,"target":22},{"source":211,"target":5},{"source":211,"target":212},{"source":211,"target":204},{"source":212,"target":5},{"source":205,"target":8},{"source":27,"target":0}],"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="reportcell" nsURI="http://reportcell/1.0" nsPrefix="reportcell"> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamilyGLContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CellReportFamilyGL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vtTypeSummary" eType="#//CellReportGLContent" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familySummary" eType="#//CellReportFamilyContent" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memoryItems" upperBound="-1" eType="#//CellReportMemoryItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamilyGL" eSuperTypes="#//CellReportCurrent"> <eStructuralFeatures xsi:type="ecore:EReference" name="familyGL" eType="ecore:EClass ../../smartsight.technology/model/Techno.ecore#//FamilyGateLength"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="portReports" upperBound="-1" eType="#//CellReportModulePort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="ecore:EDataType ../../smartsight.design.model.emf/model/db2emf.ecore#//EIModuleDB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleSummary" eType="#//CellReportFamilyGLModuleContent" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportModulePort" eSuperTypes="#//CellReportFamilyGLContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="leafPinReports" upperBound="-1" eType="#//CellReportModuleLeafPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portSummary" eType="#//CellReportFamilyGLPerTopPortContent" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportModuleLeafPin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pin" eType="ecore:EDataType ../../smartsight.design.model.emf/model/db2emf.ecore#//EPortDBNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//CellReportFamilyGLContent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamilyGLPerTopPortContent" eSuperTypes="#//CellReportFamilyGLContent"/> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamilyGLModuleContent" eSuperTypes="#//CellReportFamilyGLContent"/> <eClassifiers xsi:type="ecore:EClass" name="CellReportGL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vtType" eType="ecore:EClass ../../smartsight.technology/model/Techno.ecore#//GateLength"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerLeakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamily"> <eStructuralFeatures xsi:type="ecore:EReference" name="family" eType="ecore:EClass ../../smartsight.technology/model/Techno.ecore#//StdFamily"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerLeakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportGLContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CellReportGL" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportFamilyContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CellReportFamily" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memoryItems" upperBound="-1" eType="#//CellReportMemoryItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportMemoryItem" eSuperTypes="#//CellReportCurrent"> <eStructuralFeatures xsi:type="ecore:EReference" name="bitcell" eType="ecore:EClass ../../smartsight.technology/model/Techno.ecore#//BitCell"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportCurrent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerLeakage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerDynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellReportPin" eSuperTypes="#//CellReportModule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the portReports are the inputs pin found in the fanout of the instance/srcPortName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srcPortName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/report_cell.ecore
ecore
reportcell CellReportFamilyGLContent items vtTypeSummary familySummary memoryItems CellReportFamilyGL familyGL CellReportModule portReports instance moduleSummary CellReportModulePort leafPinReports portName portSummary CellReportModuleLeafPin pin content CellReportFamilyGLPerTopPortContent CellReportFamilyGLModuleContent CellReportGL leakage vtType powerLeakage CellReportFamily family leakage powerLeakage CellReportGLContent items CellReportFamilyContent items memoryItems CellReportMemoryItem bitcell CellReportCurrent leakage dynamic powerLeakage powerDynamic CellReportPin srcPortName
null
{"directed":true,"nodes":[{"nsPrefix":"reportcell","nsURI":"http://reportcell/1.0","name":"reportcell","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamilyGLContent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamilyGL","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportModule","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportModulePort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportModuleLeafPin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamilyGLPerTopPortContent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamilyGLModuleContent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportGL","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamily","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportGLContent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportFamilyContent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportMemoryItem","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportCurrent","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellReportPin","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"vtTypeSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"familySummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"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":"memoryItems","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familyGL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"portReports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"moduleSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":true},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leafPinReports","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":"portName","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"portSummary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":true},{"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":"pin","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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leakage","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":"vtType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"powerLeakage","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"leakage","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":"powerLeakage","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memoryItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bitcell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"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":"leakage","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":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":67,"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":"powerLeakage","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerDynamic","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srcPortName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":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":2},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":2},{"source":16,"target":10},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":10},{"source":17,"target":11},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":11},{"source":18,"target":12},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":12},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":25},{"source":23,"target":2},{"source":24,"target":13},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":4},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":7},{"source":28,"target":31},{"source":28,"target":3},{"source":31,"target":7},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":5},{"source":33,"target":37},{"source":33,"target":4},{"source":34,"target":6},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":6},{"source":35,"target":1},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":5},{"source":40,"target":1},{"source":40,"target":42},{"source":40,"target":5},{"source":42,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":43},{"source":43,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":44},{"source":44,"target":1},{"source":8,"target":0},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":45,"target":48},{"source":45,"target":8},{"source":46,"target":49},{"source":46,"target":8},{"source":47,"target":50},{"source":47,"target":8},{"source":9,"target":0},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":51,"target":54},{"source":51,"target":9},{"source":52,"target":55},{"source":52,"target":9},{"source":53,"target":56},{"source":53,"target":9},{"source":10,"target":0},{"source":10,"target":57},{"source":57,"target":8},{"source":57,"target":58},{"source":57,"target":10},{"source":58,"target":8},{"source":11,"target":0},{"source":11,"target":59},{"source":11,"target":60},{"source":59,"target":9},{"source":59,"target":61},{"source":59,"target":11},{"source":61,"target":9},{"source":60,"target":12},{"source":60,"target":62},{"source":60,"target":11},{"source":62,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":63},{"source":12,"target":64},{"source":63,"target":65},{"source":63,"target":12},{"source":64,"target":13},{"source":13,"target":0},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":66,"target":70},{"source":66,"target":13},{"source":67,"target":71},{"source":67,"target":13},{"source":68,"target":72},{"source":68,"target":13},{"source":69,"target":73},{"source":69,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":74},{"source":14,"target":75},{"source":74,"target":76},{"source":74,"target":14},{"source":75,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="context" nsURI="http://www.eclipse.org/hyades/schema/Context.xsd" nsPrefix="hga"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; Copyright (c) 2005, 2007 IBM Corporation and others.&#xD;&#xA; All rights reserved. This program and the accompanying materials&#xD;&#xA; are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA; which accompanies this distribution, and is available at&#xD;&#xA; http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#x9; "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This type describes a loadable component, by providing the executable class name and &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;descriptive information for the purpose of compatability checking for the component.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A component provides a stage of processing within a context. There is a minmal interface contract between the context&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;and the components it uses. As long as a component implements the interface it can be managed by a context. &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The role of the component is optionally used by a context implementation to determine how to manage and leverage the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;component.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="component"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A component is allowed to have sub components. If this is the case, it is completely up to the component to understand&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;how to use these sub-components as well as how to manage them as components in the overall context in the adapter.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="component" upperBound="-1" eType="#//Component" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Component"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A Component description is simply that, a detailed descriptive string, likely hilighting the the unique &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;behavioural features of the context implementation. For example &quot;A sensor of a single file in the local&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;file system and monitors updates based on a timer&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This is an optional attribute and purely for documentation purposes.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executableClass" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The executable class is the class that implements the component behaviour and complies with&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the apis required at the code level. This should be a fully package qualified class name.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="executableClass"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationCreationDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides the date this version of the component implemenation was created or built.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationCreationDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationVersion" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A number representing the version of the component implementation. This attribute is required.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationVersionDescription" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;n optional attribute that provides a description of the version of the component implementation.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationVersionDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loggingLevel" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;All components have a logger and the logging level is used ot indicate what level of logging is allowed for a &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;component.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="loggingLevel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The component name is a simple name used to identify the component. It is a short human readable string.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Typically a very small number of descriptive words that would not change over time as the component is perhaps&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;enhanced over releases. For example &quot;local file system sensor&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" lowerBound="1" eType="#//RoleNames" defaultValueLiteral="sensor" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A component plays a specific role in a given context or parent component in the sense that it provides a specific&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;type of processing within the context. There are a specific set of phases that are promoted by the adapter and these&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;are described in the roleNames schema of this schema.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A key reason for typing or categorizing a component is to allow a context or parent component to categorically &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;leverage the component. For example a context implementation may just use each component in the order they are &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;declared in this schema. However the context may also determine the processing order base on the role of the component.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleCreationDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides the date this version of the role definition was created or published.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleCreationDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleVersion" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A number representing the version of the role defintion. This attribute is required.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleVersionDescription" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides a description of the version of the role definition.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleVersionDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The unique ID is used to uniquely identify the specific component instance in the adapter. This is the primary way &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the instance in this config is connected with a component configuration in the component configuration xml file that&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;will be associated with a running adapter.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This is needed because a given component implemenation may be used multiple times within an adapter. In the case of&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;a context, the adapter may be running and monitoring dozens of data sources, but all the context implementations may&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;in fact be the same executable class etcetera.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uniqueID"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContextRoleNames"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A list of all the allowable roles for a context. Currently there is only one.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="contextRoleNames"/> </eAnnotations> <eLiterals name="context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ContextRoleNamesObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="contextRoleNames:Object"/> <details key="baseType" value="contextRoleNames"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContextsType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" upperBound="-1" eType="#//ContextType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Context"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This type describes a context. A context contains a sequence of Component elements as well as its own definition.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The purpose of a concrete context is to use a set of components to typically monitor a data source&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;and produce Common Base Events. Logically a context can leverage any number of components and it is up to&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the context and it's contract with components as to how it uses the components. For example the basic&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;context implementation provided in TPTP simply passes the results of one component to the next in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;order they are declared in this document, and the first component is asserted to be a sensor.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="contextType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" upperBound="-1" eType="#//Component" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Component"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A Context Description is simply that, a detailed descriptive string, likely hilighting the the unique &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;behavioural features of the context implementation. For example &quot;A context that simply uses the sequential&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;components as they are provided and assumes the first component is a sensor&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;This is an optional attribute and purely for documentation purposes.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executableClass" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The executable class is the class that implements the context behaviour and complies with&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;the apis required at the code level. This should be a fully package qualified class name.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="executableClass"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationCreationDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides the date this version of the component implemenation was created or built.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationCreationDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationVersion" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A number representing the version of the component implementation. This attribute is required.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationVersionDescription" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;n optional attribute that provides a description of the version of the component implementation.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="implementationVersionDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loggingLevel" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;All components have a logger and the logging level is used to indicate what level of logging is allowed for a &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;component.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="loggingLevel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The context name is a simple name used to identify the context. It is a short human readable string.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Typically a very small number of descriptive words that would not change over time as the context is perhaps&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;enhanced over releases. For example &quot;Product X error log monitor&quot;.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" lowerBound="1" eType="#//ContextRoleNames" defaultValueLiteral="context" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A context is itself a component. It is a specific type of component know as a context. This is it's role.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;See the component role attribute for more details.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleCreationDate" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides the date this version of the role definition was created or published.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleCreationDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleVersion" unique="false" 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="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A number representing the version of the role defintion. This attribute is required.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleVersionDescription" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An optional attribute that provides a description of the version of the role definition.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="roleVersionDescription"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The unique ID is used to uniquely identify the specific context instance in the adapter. See the component&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;unique ID description for more information.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uniqueID"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoleNames"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A list of all the allowable roles for a component.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="roleNames"/> </eAnnotations> <eLiterals name="sensor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a sensor is to collect data from a data source and provide it in stream segments, aka lines, to down&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;stream components. It is typically the first component in a context.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="messageExtractor" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a messageExtactor is to identify a complete message or unit from a stream segment.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="parser" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a parser is to take a given message and break it into a set of named values or tokens, and then map them to &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Common Base Event structures.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="formatter" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a formatter is to take a set of named values and format them into an object. For example creating a &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;CommonBaseEvent object and filling it with the content as provided in the named values.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="messageFilter" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a message filter is to take a set of named values and determine if it should continue to be processed or not.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="cbeFilter" value="5"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a cbe filter is to take a Common Base Event and determine if it should continue to be processed or not.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="outputter" value="6"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of an outputter is when given an object, distribute it to the various interested output targets. This could be &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;done by sending a standardized XML fragment over a socket, or by writting a simple string to a file.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="context" value="7"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of a context is to manage a set of components. Typically a context is the top level managed component and the &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;components it manages are used to monitor a data source and distribute the data collected in a standardized format such&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;as the Common Base Event.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> <eLiterals name="undeclared" value="8"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;The role of undeclared component role is to allow a context to exploit components not as yet standardized.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RoleNamesObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="roleNames:Object"/> <details key="baseType" value="roleNames"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" upperBound="-2" eType="#//ContextType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Context"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-2" eType="#//ContextsType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;The Contexts element has the purpose of holding a sequence of Context elements. &#xD;&#xA;&#x9;&#x9;The purpose of an instance that conforms to this schema is to define the basic&#xD;&#xA;&#x9;&#x9;information needed to run an adapter. This is done by providing one or more context configurations.&#xD;&#xA;&#x9;&#x9;For the adapter to run, it only needs to know the names of the classes involved. In particular the&#xD;&#xA;&#x9;&#x9;adapter only needs to know the name of the class that implements a particular context.&#xD;&#xA;&#x9;&#x9;It is then up to that context implementation to deal with the components in that context.&#xD;&#xA;&#x9;&#x9;The context implementation in turn only needs to know the class names that implement the components.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Contexts"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/context.ecore
ecore
context Component group component description executableClass implementationCreationDate implementationVersion implementationVersionDescription loggingLevel name role sensor roleCreationDate roleVersion roleVersionDescription uniqueID ContextRoleNames context context ContextRoleNamesObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ContextsType group context ContextType group component description executableClass implementationCreationDate implementationVersion implementationVersionDescription loggingLevel name role context roleCreationDate roleVersion roleVersionDescription uniqueID RoleNames sensor sensor messageExtractor messageExtractor parser parser formatter formatter messageFilter messageFilter cbeFilter cbeFilter outputter outputter context context undeclared undeclared RoleNamesObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation context contexts
null
{"directed":true,"nodes":[{"nsPrefix":"hga","nsURI":"http://www.eclipse.org/hyades/schema/Context.xsd","name":"context","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContextRoleNames","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ContextRoleNamesObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextsType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoleNames","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RoleNamesObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"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":"group","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"component","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"executableClass","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":false,"name":"implementationCreationDate","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":false,"name":"implementationVersion","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":false,"name":"implementationVersionDescription","changeable":true,"lowerBound":0,"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":false,"name":"loggingLevel","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"sensor","unsettable":true,"transient":false,"unique":false,"name":"role","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":false,"name":"roleCreationDate","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"roleVersion","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"roleVersionDescription","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uniqueID","changeable":true,"lowerBound":1,"iD":true,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"context","id":37,"value":0,"literal":"context","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":1,"id":39,"derived":true},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"component","changeable":true,"resolveProxies":false,"lowerBound":1,"id":43,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"executableClass","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementationCreationDate","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementationVersion","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implementationVersionDescription","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"loggingLevel","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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"context","unsettable":true,"transient":false,"unique":false,"name":"role","changeable":true,"lowerBound":1,"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":false,"name":"roleCreationDate","changeable":true,"lowerBound":0,"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":false,"name":"roleVersion","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"roleVersionDescription","changeable":true,"lowerBound":0,"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":false,"name":"uniqueID","changeable":true,"lowerBound":1,"iD":true,"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"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"sensor","id":70,"value":0,"literal":"sensor","eClass":"EEnumLiteral"},{"name":"messageExtractor","id":71,"value":1,"literal":"messageExtractor","eClass":"EEnumLiteral"},{"name":"parser","id":72,"value":2,"literal":"parser","eClass":"EEnumLiteral"},{"name":"formatter","id":73,"value":3,"literal":"formatter","eClass":"EEnumLiteral"},{"name":"messageFilter","id":74,"value":4,"literal":"messageFilter","eClass":"EEnumLiteral"},{"name":"cbeFilter","id":75,"value":5,"literal":"cbeFilter","eClass":"EEnumLiteral"},{"name":"outputter","id":76,"value":6,"literal":"outputter","eClass":"EEnumLiteral"},{"name":"context","id":77,"value":7,"literal":"context","eClass":"EEnumLiteral"},{"name":"undeclared","id":78,"value":8,"literal":"undeclared","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"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":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"contexts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":true},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"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":9,"target":23},{"source":9,"target":1},{"source":10,"target":1},{"source":10,"target":24},{"source":10,"target":1},{"source":24,"target":1},{"source":11,"target":25},{"source":11,"target":1},{"source":12,"target":26},{"source":12,"target":1},{"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":30},{"source":16,"target":1},{"source":17,"target":31},{"source":17,"target":1},{"source":18,"target":6},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":6},{"source":19,"target":33},{"source":19,"target":1},{"source":20,"target":34},{"source":20,"target":1},{"source":21,"target":35},{"source":21,"target":1},{"source":22,"target":36},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":37,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":40},{"source":38,"target":4},{"source":39,"target":5},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":5},{"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":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":42,"target":56},{"source":42,"target":5},{"source":43,"target":1},{"source":43,"target":57},{"source":43,"target":5},{"source":57,"target":1},{"source":44,"target":58},{"source":44,"target":5},{"source":45,"target":59},{"source":45,"target":5},{"source":46,"target":60},{"source":46,"target":5},{"source":47,"target":61},{"source":47,"target":5},{"source":48,"target":62},{"source":48,"target":5},{"source":49,"target":63},{"source":49,"target":5},{"source":50,"target":64},{"source":50,"target":5},{"source":51,"target":2},{"source":51,"target":65},{"source":51,"target":5},{"source":65,"target":2},{"source":52,"target":66},{"source":52,"target":5},{"source":53,"target":67},{"source":53,"target":5},{"source":54,"target":68},{"source":54,"target":5},{"source":55,"target":69},{"source":55,"target":5},{"source":6,"target":0},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":70,"target":6},{"source":71,"target":6},{"source":72,"target":6},{"source":73,"target":6},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":77,"target":6},{"source":78,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":79,"target":84},{"source":79,"target":8},{"source":80,"target":85},{"source":80,"target":8},{"source":81,"target":86},{"source":81,"target":8},{"source":82,"target":5},{"source":82,"target":87},{"source":82,"target":8},{"source":87,"target":5},{"source":83,"target":4},{"source":83,"target":88},{"source":83,"target":8},{"source":88,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dslHeuristicVisualization" nsURI="http://mondo.dsl.org/dslHeuristicVisualization" nsPrefix="visual"> <eClassifiers xsi:type="ecore:EClass" name="HeuristicStrategy"> <eOperations name="ExecuteHeuristics"/> <eOperations name="Execute_Root_Element"/> <eOperations name="Execute_Graphical_Elements"/> <eOperations name="GetFeatureName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eParameters name="parentEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eParameters name="childEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="GetEListEClassfromEReference" upperBound="-1" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Node"> <eParameters name="anEReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="ExecuteDirectPathMatrix"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphic_representation" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//GraphicRepresentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nemf" eType="ecore:EClass ../../org.mondo.emf.splitter.library/model/splitter_library.ecore#//EcoreEMF"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreContainment" eType="#//EcoreMatrixContainment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentRepresentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentMMGR" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listRepresentation" upperBound="-1" eType="#//RepreHeurSS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLink"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyLabel" abstract="true" interface="true"> <eOperations name="GetLabel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelFirstString" eSuperTypes="#//StrategyLabel"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelIdentifier" eSuperTypes="#//StrategyLabel"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyLabelParameter" eSuperTypes="#//StrategyLabel"> <eStructuralFeatures xsi:type="ecore:EReference" name="label_parameter" eType="#//LabelParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelParameter"> <eOperations name="toCommaSeparatedStringLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="DefaultParameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list_label" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategyRootSelection" abstract="true" interface="true"> <eOperations name="Get_Root" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="ContainmentMatrix" upperBound="-1"> <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="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="List_Root" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="ContainmentMatrix" upperBound="-1"> <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="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyMaxContainment" eSuperTypes="#//StrategyRootSelection"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyNoParent" eSuperTypes="#//StrategyRootSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyPalette" abstract="true" interface="true"> <eOperations name="Get_Palette" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="anEObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyPalette" eSuperTypes="#//StrategyPalette"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyArcSelection" abstract="true" interface="true"> <eOperations name="IsArc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="arc_direction" eType="#//StrategyArcDirection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyArcSelection" eSuperTypes="#//StrategyArcSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyArcDirection" abstract="true" interface="true"> <eOperations name="Get_Direction" eType="ecore:EClass ../../org.mondo.graphic.representation/model/Graphic_Representation.ecore#//Edge_Direction"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcParameter" abstract="true" interface="true"> <eOperations name="DefaultParam"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultArcParameter" eSuperTypes="#//ArcParameter"> <eOperations name="toCommaSeparatedStringSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="toCommaSeparatedStringTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyArcDirection" eSuperTypes="#//StrategyArcDirection"> <eOperations name="ContainsStringEReferenceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ListStrings" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="anString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//ArcParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyDefaultDirection" eSuperTypes="#//StrategyArcDirection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyNodeSelection" abstract="true" interface="true"> <eOperations name="IsNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyDefaultNodeSelection" eSuperTypes="#//StrategyNodeSelection"/> <eClassifiers xsi:type="ecore:EClass" name="StrategyPossibleElements" abstract="true" interface="true"> <eOperations name="PossibleElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eParameters name="rootEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eParameters name="pathMatrix"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eParameters> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="EClassNoElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategyContainmentDiagramElement" eSuperTypes="#//StrategyPossibleElements"/> <eClassifiers xsi:type="ecore:EClass" name="EcoreMatrixContainment"> <eOperations name="GetParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"> <eParameters name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="GetDirectMatrixContainment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="GetPathMatrix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eOperations name="CopyMatrix"/> <eOperations name="PrintDirectMatrixContainment"> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eOperations name="getEAllChilds" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eParameters name="eClass" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eParameters name="listEClass" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direct_MatrixContainment" unique="false" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathMatrix" unique="false" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeuristicStrategySettings"> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_label" eType="#//StrategyLabel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_root" eType="#//StrategyRootSelection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_palette" eType="#//StrategyPalette" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_arcSelection" eType="#//StrategyArcSelection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_node_selection" eType="#//StrategyNodeSelection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_possibleElements" eType="#//StrategyPossibleElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy_linkcompartment" eType="#//StrategyLinkCompartment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategyLinkCompartment" abstract="true" interface="true"> <eOperations name="ExecuteLinkCompartmentsHeuristics"> <eParameters name="anEClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="listLinks" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listCompartment" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listAffixed" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasAffixed" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasLinks" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteContainmentasCompartments" eSuperTypes="#//StrategyLinkCompartment"/> <eClassifiers xsi:type="ecore:EClass" name="RepreHeurSS"> <eStructuralFeatures xsi:type="ecore:EReference" name="heuristicStrategySettings" upperBound="-1" eType="#//HeuristicStrategySettings" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/antoniogarmendia/EMF-Splitter/org.mondo.mm.heuristic.visualization/model/dslHeuristicVisualization.ecore
ecore
dslHeuristicVisualization HeuristicStrategy ExecuteHeuristics Execute_Root_Element Execute_Graphical_Elements GetFeatureName parentEClass childEClass GetEListEClassfromEReference anEReference ExecuteDirectPathMatrix graphic_representation nemf ecoreContainment currentRepresentation currentMMGR listRepresentation ConcreteStrategyLink StrategyLabel GetLabel anEClass ConcreteStrategyLabelFirstString ConcreteStrategyLabelIdentifier ConcreteStrategyLabelParameter label_parameter LabelParameter toCommaSeparatedStringLabel DefaultParameters list_label StrategyRootSelection Get_Root ContainmentMatrix listEClass List_Root ContainmentMatrix listEClass ConcreteStrategyMaxContainment ConcreteStrategyNoParent StrategyPalette Get_Palette anEObject ConcreteStrategyPalette StrategyArcSelection IsArc anEClass arc_direction ConcreteStrategyArcSelection StrategyArcDirection Get_Direction anEClass ArcParameter DefaultParam source target DefaultArcParameter toCommaSeparatedStringSource toCommaSeparatedStringTarget ConcreteStrategyArcDirection ContainsStringEReferenceName ListStrings anString param ConcreteStrategyDefaultDirection StrategyNodeSelection IsNode anEClass ConcreteStrategyDefaultNodeSelection StrategyPossibleElements PossibleElements rootEClass pathMatrix listEClass EClassNoElements ConcreteStrategyContainmentDiagramElement EcoreMatrixContainment GetParent index GetDirectMatrixContainment listEClass GetPathMatrix CopyMatrix PrintDirectMatrixContainment listEClass getEAllChilds eClass listEClass direct_MatrixContainment pathMatrix HeuristicStrategySettings strategy_label strategy_root strategy_palette strategy_arcSelection strategy_node_selection strategy_possibleElements strategy_linkcompartment StrategyLinkCompartment ExecuteLinkCompartmentsHeuristics anEClass listLinks listCompartment listAffixed ConcreteContainmentasAffixed ConcreteContainmentasLinks ConcreteContainmentasCompartments RepreHeurSS heuristicStrategySettings
null
{"directed":true,"nodes":[{"nsPrefix":"visual","nsURI":"http://mondo.dsl.org/dslHeuristicVisualization","name":"dslHeuristicVisualization","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeuristicStrategy","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyLabel","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelFirstString","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelIdentifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyLabelParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelParameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyRootSelection","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyMaxContainment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyNoParent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyPalette","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyPalette","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyArcSelection","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyArcSelection","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyArcDirection","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcParameter","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultArcParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyArcDirection","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyDefaultDirection","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyNodeSelection","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyDefaultNodeSelection","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyPossibleElements","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategyContainmentDiagramElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EcoreMatrixContainment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeuristicStrategySettings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyLinkCompartment","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasAffixed","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasLinks","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteContainmentasCompartments","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepreHeurSS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteHeuristics","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Root_Element","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute_Graphical_Elements","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetFeatureName","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"GetEListEClassfromEReference","lowerBound":0,"id":35,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteDirectPathMatrix","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphic_representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nemf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreContainment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentRepresentation","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentMMGR","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listRepresentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parentEClass","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"childEClass","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":"anEReference","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetLabel","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"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":"label_parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringLabel","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParameters","lowerBound":0,"id":67,"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":"list_label","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Root","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"List_Root","lowerBound":0,"id":72,"many":true,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":74,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":75,"many":true,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ContainmentMatrix","lowerBound":0,"id":80,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":81,"many":true,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Get_Palette","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEObject","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsArc","lowerBound":0,"id":92,"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":"arc_direction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","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":"Get_Direction","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DefaultParam","lowerBound":0,"id":103,"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"target","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringSource","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toCommaSeparatedStringTarget","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ContainsStringEReferenceName","lowerBound":0,"id":113,"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":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"ListStrings","lowerBound":0,"id":117,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"anString","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"IsNode","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"PossibleElements","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EClassNoElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rootEClass","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pathMatrix","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":133,"many":true,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetParent","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetDirectMatrixContainment","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"GetPathMatrix","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CopyMatrix","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"PrintDirectMatrixContainment","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEAllChilds","lowerBound":0,"id":146,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"direct_MatrixContainment","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":true,"unique":false,"name":"pathMatrix","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":153,"many":true,"required":false,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":156,"many":true,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"listEClass","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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_label","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":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_root","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":"strategy_palette","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_arcSelection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategy_node_selection","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":"strategy_possibleElements","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":"strategy_linkcompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExecuteLinkCompartmentsHeuristics","lowerBound":0,"id":183,"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":"listLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listCompartment","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":false,"unsettable":false,"transient":false,"unique":true,"name":"listAffixed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"anEClass","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heuristicStrategySettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":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":31,"target":1},{"source":32,"target":1},{"source":33,"target":1},{"source":34,"target":43},{"source":34,"target":1},{"source":34,"target":44},{"source":34,"target":45},{"source":44,"target":46},{"source":44,"target":34},{"source":45,"target":47},{"source":45,"target":34},{"source":35,"target":48},{"source":35,"target":1},{"source":35,"target":49},{"source":49,"target":50},{"source":49,"target":35},{"source":36,"target":1},{"source":37,"target":51},{"source":37,"target":1},{"source":38,"target":52},{"source":38,"target":1},{"source":39,"target":24},{"source":39,"target":53},{"source":39,"target":1},{"source":53,"target":24},{"source":40,"target":54},{"source":40,"target":1},{"source":41,"target":55},{"source":41,"target":1},{"source":42,"target":30},{"source":42,"target":56},{"source":42,"target":1},{"source":56,"target":30},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":57},{"source":57,"target":58},{"source":57,"target":3},{"source":57,"target":59},{"source":59,"target":60},{"source":59,"target":57},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":61,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":62},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":7},{"source":63,"target":65},{"source":63,"target":6},{"source":65,"target":7},{"source":64,"target":3},{"source":7,"target":0},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":66,"target":69},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":70},{"source":68,"target":7},{"source":8,"target":0},{"source":8,"target":71},{"source":8,"target":72},{"source":71,"target":73},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":75},{"source":74,"target":76},{"source":74,"target":71},{"source":76,"target":77},{"source":75,"target":78},{"source":75,"target":71},{"source":72,"target":79},{"source":72,"target":8},{"source":72,"target":80},{"source":72,"target":81},{"source":80,"target":82},{"source":80,"target":72},{"source":82,"target":83},{"source":81,"target":84},{"source":81,"target":72},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":85,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":86},{"source":86,"target":8},{"source":11,"target":0},{"source":11,"target":87},{"source":87,"target":88},{"source":87,"target":11},{"source":87,"target":89},{"source":89,"target":90},{"source":89,"target":87},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":91},{"source":91,"target":11},{"source":13,"target":0},{"source":13,"target":92},{"source":13,"target":93},{"source":92,"target":94},{"source":92,"target":13},{"source":92,"target":95},{"source":95,"target":96},{"source":95,"target":92},{"source":93,"target":15},{"source":93,"target":97},{"source":93,"target":13},{"source":97,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":98},{"source":98,"target":13},{"source":15,"target":0},{"source":15,"target":99},{"source":99,"target":100},{"source":99,"target":15},{"source":99,"target":101},{"source":101,"target":102},{"source":101,"target":99},{"source":16,"target":0},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":103,"target":16},{"source":104,"target":106},{"source":104,"target":16},{"source":105,"target":107},{"source":105,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":108,"target":111},{"source":108,"target":17},{"source":109,"target":112},{"source":109,"target":17},{"source":110,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":113,"target":116},{"source":113,"target":18},{"source":113,"target":117},{"source":113,"target":118},{"source":117,"target":119},{"source":117,"target":113},{"source":118,"target":120},{"source":118,"target":113},{"source":114,"target":16},{"source":114,"target":121},{"source":114,"target":18},{"source":121,"target":16},{"source":115,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":122},{"source":122,"target":15},{"source":20,"target":0},{"source":20,"target":123},{"source":123,"target":124},{"source":123,"target":20},{"source":123,"target":125},{"source":125,"target":126},{"source":125,"target":123},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":127},{"source":127,"target":20},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":129},{"source":128,"target":130},{"source":128,"target":22},{"source":128,"target":131},{"source":128,"target":132},{"source":128,"target":133},{"source":131,"target":134},{"source":131,"target":128},{"source":132,"target":135},{"source":132,"target":128},{"source":135,"target":136},{"source":136,"target":137},{"source":133,"target":138},{"source":133,"target":128},{"source":129,"target":139},{"source":129,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":140},{"source":140,"target":22},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":141,"target":149},{"source":141,"target":24},{"source":141,"target":150},{"source":150,"target":151},{"source":150,"target":141},{"source":142,"target":152},{"source":142,"target":24},{"source":142,"target":153},{"source":153,"target":154},{"source":153,"target":142},{"source":143,"target":155},{"source":143,"target":24},{"source":144,"target":24},{"source":145,"target":24},{"source":145,"target":156},{"source":156,"target":157},{"source":156,"target":145},{"source":146,"target":158},{"source":146,"target":24},{"source":146,"target":159},{"source":146,"target":160},{"source":159,"target":161},{"source":159,"target":146},{"source":160,"target":162},{"source":160,"target":146},{"source":147,"target":163},{"source":147,"target":24},{"source":163,"target":164},{"source":164,"target":165},{"source":148,"target":166},{"source":148,"target":24},{"source":166,"target":167},{"source":167,"target":168},{"source":25,"target":0},{"source":25,"target":169},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":169,"target":3},{"source":169,"target":176},{"source":169,"target":25},{"source":176,"target":3},{"source":170,"target":8},{"source":170,"target":177},{"source":170,"target":25},{"source":177,"target":8},{"source":171,"target":11},{"source":171,"target":178},{"source":171,"target":25},{"source":178,"target":11},{"source":172,"target":13},{"source":172,"target":179},{"source":172,"target":25},{"source":179,"target":13},{"source":173,"target":20},{"source":173,"target":180},{"source":173,"target":25},{"source":180,"target":20},{"source":174,"target":22},{"source":174,"target":181},{"source":174,"target":25},{"source":181,"target":22},{"source":175,"target":26},{"source":175,"target":182},{"source":175,"target":25},{"source":182,"target":26},{"source":26,"target":0},{"source":26,"target":183},{"source":26,"target":184},{"source":26,"target":185},{"source":26,"target":186},{"source":183,"target":26},{"source":183,"target":187},{"source":187,"target":188},{"source":187,"target":183},{"source":184,"target":189},{"source":184,"target":26},{"source":185,"target":190},{"source":185,"target":26},{"source":186,"target":191},{"source":186,"target":26},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":192},{"source":192,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":193},{"source":193,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":194},{"source":194,"target":26},{"source":30,"target":0},{"source":30,"target":195},{"source":195,"target":25},{"source":195,"target":196},{"source":195,"target":30},{"source":196,"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="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/gssi/metamodel-dataset-analysis-toolchain/metamodels/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="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="SimplfiedMiningMart"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="/0/ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="/0/ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/0/Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Attribute" containment="true" eOpposite="/0/Attribute/class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="/0/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Attribute" eOpposite="/0/Attribute/has"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="/0/Class" eOpposite="/0/Class/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has" ordered="false" lowerBound="1" eType="/0/DataType" eOpposite="/0/DataType/attribute"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> </ecore:EPackage> <ecore:EPackage name="DataRepresentation"> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" eType="/0/DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="/2/Key" eOpposite="/2/Key/hasColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/hasColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="corespondsToBaseAttribute" ordered="false" lowerBound="1" eType="/2/BaseAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSet" eSuperTypes="/0/Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbConnectString" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasColumn" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column" eOpposite="/2/Column/belongsToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasKey" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Key" eOpposite="/2/Key/isAssociatedToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToConcept" ordered="false" eType="/2/Concept" eOpposite="/2/Concept/correspondsToColumnSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToRelationShip" ordered="false" eType="/2/RelationShip" eOpposite="/2/RelationShip/correspondsToColumnSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnStatistics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missing" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="average" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standarDeviation" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionValue" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionCount" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionMin" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distributionMax" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forColumn" ordered="false" lowerBound="1" eType="/2/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSetStatistics" eSuperTypes="/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordinalNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nominalNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeNumber" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Snapshot" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="/2/ColumnSet"/> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="/0/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUsedForIndex" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasColumn" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column" eOpposite="/2/Column/keys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isAssociatedToColumnSet" ordered="false" lowerBound="1" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/hasKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="/2/Key"> <eStructuralFeatures xsi:type="ecore:EReference" name="isConnectionTo" ordered="false" eType="/2/Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToRelationShip" ordered="false" eType="/2/RelationShip" eOpposite="/2/RelationShip/correspondsToForeignKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="/2/Key"/> <eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="/0/Class /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subConceptRestriction" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isA" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FromConcept" ordered="false" lowerBound="1" eType="/2/RelationShip" eOpposite="/2/RelationShip/FromConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ToConcept" ordered="false" lowerBound="1" eType="/2/RelationShip" eOpposite="/2/RelationShip/ToConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumnSet" ordered="false" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/correspondsToConcept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationShip" eSuperTypes="/0/ModelElement /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subRelationShipRestriction" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defined" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isA" ordered="false" lowerBound="1" eType="/2/RelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToForeignKey" ordered="false" lowerBound="1" upperBound="-1" eType="/2/ForeignKey" eOpposite="/2/ForeignKey/correspondsToRelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumnSet" ordered="false" eType="/2/ColumnSet" eOpposite="/2/ColumnSet/correspondsToRelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FromConcept" ordered="false" lowerBound="1" eType="/2/Concept" eOpposite="/2/Concept/FromConcept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ToConcept" ordered="false" lowerBound="1" eType="/2/Concept" eOpposite="/2/Concept/ToConcept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureAttribute" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relevanceForMining" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" ordered="false" lowerBound="1" eType="/0/DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToConcept" ordered="false" lowerBound="1" eType="/2/Concept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondsToColumns" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseAttribute" eSuperTypes="/2/FeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="isPartMultiColumnFeature" ordered="false" eType="/2/MultiColumnFeature" eOpposite="/2/MultiColumnFeature/consitsOfBaseAttributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainDataType" ordered="false" lowerBound="1" eType="/2/DomainDataType" eOpposite="/2/DomainDataType/baseAttributeD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiColumnFeature" eSuperTypes="/2/FeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="consitsOfBaseAttributes" ordered="false" upperBound="-1" eType="/2/BaseAttribute" containment="true" eOpposite="/2/BaseAttribute/isPartMultiColumnFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="/0/Attribute /2/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainDataType" ordered="false" lowerBound="1" eType="/2/DomainDataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToUserInput" ordered="false" lowerBound="1" upperBound="-1" eType="/2/UserInput" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserInput" eSuperTypes="/0/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsValues" ordered="false" lowerBound="1" upperBound="-1" eType="/2/Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ordinal" eSuperTypes="/2/DomainDataType"/> <eClassifiers xsi:type="ecore:EClass" name="Scalar" eSuperTypes="/2/Ordinal"/> <eClassifiers xsi:type="ecore:EClass" name="Time" eSuperTypes="/2/Scalar"/> <eClassifiers xsi:type="ecore:EClass" name="Binary" eSuperTypes="/2/Scalar /2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="Categorial" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="KeyAttribute" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="TimeGroup" eSuperTypes="/2/KeyAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="Spatial" eSuperTypes="/2/KeyAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="/2/Nominal"/> <eClassifiers xsi:type="ecore:EClass" name="RoleRestriction" eSuperTypes="/0/Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionForRelationShip" ordered="false" lowerBound="1" eType="/2/RelationShip"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionForConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionToConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToConcept" ordered="false" lowerBound="1" eType="/2/Concept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainDataType" eSuperTypes="/0/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseAttributeD" ordered="false" lowerBound="1" eType="/2/BaseAttribute" eOpposite="/2/BaseAttribute/domainDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nominal" eSuperTypes="/2/DomainDataType"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/MiningMart_ViewDataRepresentation.ecore
ecore
SimplfiedMiningMart ModelElement Classifier StructuralFeature Class name attributes DataType attribute Attribute class has PrimitiveTypes String Integer Boolean DataRepresentation Column name dataType keys belongsToColumnSet corespondsToBaseAttribute ColumnSet number file dbConnectString user hasColumn hasKey correspondsToConcept correspondsToRelationShip ColumnStatistics unique missing min max average standarDeviation distributionValue distributionCount distributionMin distributionMax forColumn ColumnSetStatistics allNumber ordinalNumber nominalNumber timeNumber forColumnSet Snapshot Table View Key isUsedForIndex hasColumn isAssociatedToColumnSet ForeignKey isConnectionTo correspondsToRelationShip PrimaryKey Concept subConceptRestriction isA FromConcept ToConcept correspondsToColumnSet RelationShip name subRelationShipRestriction defined isA correspondsToForeignKey correspondsToColumnSet FromConcept ToConcept FeatureAttribute name relevanceForMining attributeType belongsToConcept correspondsToColumns BaseAttribute isPartMultiColumnFeature domainDataType MultiColumnFeature consitsOfBaseAttributes Value name domainDataType belongsToUserInput UserInput containsValues Ordinal Scalar Time Binary Categorial KeyAttribute TimeGroup Spatial Constant RoleRestriction name restrictionForRelationShip restrictionForConcept restrictionToConcept min max belongsToConcept DomainDataType baseAttributeD Nominal Parameter
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"SimplfiedMiningMart","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":"Classifier","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"id":7,"eClass":"EGenericType"},{"id":8,"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":9,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"has","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":23,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"DataRepresentation","id":26,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnStatistics","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSetStatistics","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Snapshot","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationShip","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureAttribute","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseAttribute","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiColumnFeature","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserInput","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ordinal","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scalar","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categorial","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyAttribute","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeGroup","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spatial","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRestriction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainDataType","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nominal","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"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":57,"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":58,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"belongsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"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":"corespondsToBaseAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"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":"hasColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"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":"number","changeable":true,"lowerBound":1,"iD":false,"id":70,"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":"file","changeable":true,"lowerBound":1,"iD":false,"id":71,"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":"dbConnectString","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"user","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"hasKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"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":"correspondsToConcept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"correspondsToRelationShip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"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":"isAssociatedToColumnSet","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":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToColumnSet","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":89,"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":"missing","changeable":true,"lowerBound":1,"iD":false,"id":90,"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":"min","changeable":true,"lowerBound":1,"iD":false,"id":91,"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":"max","changeable":true,"lowerBound":1,"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":"average","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":"standarDeviation","changeable":true,"lowerBound":1,"iD":false,"id":94,"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":"distributionValue","changeable":true,"lowerBound":1,"iD":false,"id":95,"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":"distributionCount","changeable":true,"lowerBound":1,"iD":false,"id":96,"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":"distributionMin","changeable":true,"lowerBound":1,"iD":false,"id":97,"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":"distributionMax","changeable":true,"lowerBound":1,"iD":false,"id":98,"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":"forColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"allNumber","changeable":true,"lowerBound":1,"iD":false,"id":111,"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":"ordinalNumber","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"nominalNumber","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":"timeNumber","changeable":true,"lowerBound":1,"iD":false,"id":114,"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":"forColumnSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"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":"isUsedForIndex","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"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":"isConnectionTo","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":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToRelationShip","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondsToForeignKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"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":false,"name":"subConceptRestriction","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":"isA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"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":"FromConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"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":"ToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"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":"FromConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"id":149,"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":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":"subRelationShipRestriction","changeable":true,"lowerBound":1,"iD":false,"id":151,"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":"defined","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"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":"relevanceForMining","changeable":true,"lowerBound":1,"iD":false,"id":165,"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":"attributeType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"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":"belongsToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"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":"correspondsToColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":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":"isPartMultiColumnFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"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":"domainDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"consitsOfBaseAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"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":"baseAttributeD","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"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":184,"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":"domainDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"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":"belongsToUserInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"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":"containsValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":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":205,"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":"restrictionForRelationShip","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"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":"restrictionForConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"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":"restrictionToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"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":"min","changeable":true,"lowerBound":1,"iD":false,"id":209,"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":"max","changeable":true,"lowerBound":1,"iD":false,"id":210,"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":"belongsToConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":7,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":8},{"source":8,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":9,"target":12},{"source":9,"target":13},{"source":9,"target":4},{"source":13,"target":12},{"source":10,"target":6},{"source":10,"target":14},{"source":10,"target":4},{"source":10,"target":15},{"source":14,"target":6},{"source":11,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":17},{"source":16,"target":6},{"source":16,"target":18},{"source":16,"target":5},{"source":16,"target":19},{"source":18,"target":6},{"source":17,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":15},{"source":6,"target":19},{"source":6,"target":20},{"source":15,"target":4},{"source":15,"target":21},{"source":15,"target":6},{"source":15,"target":10},{"source":21,"target":4},{"source":19,"target":5},{"source":19,"target":22},{"source":19,"target":6},{"source":19,"target":16},{"source":22,"target":5},{"source":20,"target":3},{"source":23,"target":12},{"source":23,"target":24},{"source":23,"target":25},{"source":12,"target":23},{"source":24,"target":23},{"source":25,"target":23},{"source":26,"target":27},{"source":26,"target":28},{"source":26,"target":29},{"source":26,"target":30},{"source":26,"target":31},{"source":26,"target":32},{"source":26,"target":33},{"source":26,"target":34},{"source":26,"target":35},{"source":26,"target":36},{"source":26,"target":37},{"source":26,"target":38},{"source":26,"target":39},{"source":26,"target":40},{"source":26,"target":41},{"source":26,"target":42},{"source":26,"target":43},{"source":26,"target":44},{"source":26,"target":45},{"source":26,"target":46},{"source":26,"target":47},{"source":26,"target":48},{"source":26,"target":49},{"source":26,"target":50},{"source":26,"target":51},{"source":26,"target":52},{"source":26,"target":53},{"source":26,"target":54},{"source":26,"target":55},{"source":26,"target":56},{"source":27,"target":26},{"source":27,"target":6},{"source":27,"target":57},{"source":27,"target":58},{"source":27,"target":59},{"source":27,"target":60},{"source":27,"target":61},{"source":27,"target":62},{"source":57,"target":12},{"source":57,"target":63},{"source":57,"target":27},{"source":63,"target":12},{"source":58,"target":5},{"source":58,"target":64},{"source":58,"target":27},{"source":64,"target":5},{"source":59,"target":34},{"source":59,"target":65},{"source":59,"target":27},{"source":59,"target":66},{"source":65,"target":34},{"source":60,"target":28},{"source":60,"target":67},{"source":60,"target":27},{"source":60,"target":68},{"source":67,"target":28},{"source":61,"target":40},{"source":61,"target":69},{"source":61,"target":27},{"source":69,"target":40},{"source":62,"target":6},{"source":28,"target":26},{"source":28,"target":4},{"source":28,"target":70},{"source":28,"target":71},{"source":28,"target":72},{"source":28,"target":73},{"source":28,"target":68},{"source":28,"target":74},{"source":28,"target":75},{"source":28,"target":76},{"source":28,"target":77},{"source":70,"target":24},{"source":70,"target":78},{"source":70,"target":28},{"source":78,"target":24},{"source":71,"target":12},{"source":71,"target":79},{"source":71,"target":28},{"source":79,"target":12},{"source":72,"target":12},{"source":72,"target":80},{"source":72,"target":28},{"source":80,"target":12},{"source":73,"target":12},{"source":73,"target":81},{"source":73,"target":28},{"source":81,"target":12},{"source":68,"target":27},{"source":68,"target":82},{"source":68,"target":28},{"source":68,"target":60},{"source":82,"target":27},{"source":74,"target":34},{"source":74,"target":83},{"source":74,"target":28},{"source":74,"target":84},{"source":83,"target":34},{"source":75,"target":37},{"source":75,"target":85},{"source":75,"target":28},{"source":75,"target":86},{"source":85,"target":37},{"source":76,"target":38},{"source":76,"target":87},{"source":76,"target":28},{"source":76,"target":88},{"source":87,"target":38},{"source":77,"target":4},{"source":29,"target":26},{"source":29,"target":89},{"source":29,"target":90},{"source":29,"target":91},{"source":29,"target":92},{"source":29,"target":93},{"source":29,"target":94},{"source":29,"target":95},{"source":29,"target":96},{"source":29,"target":97},{"source":29,"target":98},{"source":29,"target":99},{"source":89,"target":24},{"source":89,"target":100},{"source":89,"target":29},{"source":100,"target":24},{"source":90,"target":24},{"source":90,"target":101},{"source":90,"target":29},{"source":101,"target":24},{"source":91,"target":24},{"source":91,"target":102},{"source":91,"target":29},{"source":102,"target":24},{"source":92,"target":24},{"source":92,"target":103},{"source":92,"target":29},{"source":103,"target":24},{"source":93,"target":24},{"source":93,"target":104},{"source":93,"target":29},{"source":104,"target":24},{"source":94,"target":24},{"source":94,"target":105},{"source":94,"target":29},{"source":105,"target":24},{"source":95,"target":12},{"source":95,"target":106},{"source":95,"target":29},{"source":106,"target":12},{"source":96,"target":24},{"source":96,"target":107},{"source":96,"target":29},{"source":107,"target":24},{"source":97,"target":24},{"source":97,"target":108},{"source":97,"target":29},{"source":108,"target":24},{"source":98,"target":24},{"source":98,"target":109},{"source":98,"target":29},{"source":109,"target":24},{"source":99,"target":27},{"source":99,"target":110},{"source":99,"target":29},{"source":110,"target":27},{"source":30,"target":26},{"source":30,"target":1},{"source":30,"target":111},{"source":30,"target":112},{"source":30,"target":113},{"source":30,"target":114},{"source":30,"target":115},{"source":30,"target":116},{"source":111,"target":24},{"source":111,"target":117},{"source":111,"target":30},{"source":117,"target":24},{"source":112,"target":24},{"source":112,"target":118},{"source":112,"target":30},{"source":118,"target":24},{"source":113,"target":24},{"source":113,"target":119},{"source":113,"target":30},{"source":119,"target":24},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":30},{"source":120,"target":24},{"source":115,"target":28},{"source":115,"target":121},{"source":115,"target":30},{"source":121,"target":28},{"source":116,"target":1},{"source":31,"target":26},{"source":31,"target":28},{"source":31,"target":122},{"source":122,"target":28},{"source":32,"target":26},{"source":32,"target":28},{"source":32,"target":123},{"source":123,"target":28},{"source":33,"target":26},{"source":33,"target":28},{"source":33,"target":124},{"source":124,"target":28},{"source":34,"target":26},{"source":34,"target":1},{"source":34,"target":125},{"source":34,"target":66},{"source":34,"target":84},{"source":34,"target":126},{"source":125,"target":25},{"source":125,"target":127},{"source":125,"target":34},{"source":127,"target":25},{"source":66,"target":27},{"source":66,"target":128},{"source":66,"target":34},{"source":66,"target":59},{"source":128,"target":27},{"source":84,"target":28},{"source":84,"target":129},{"source":84,"target":34},{"source":84,"target":74},{"source":129,"target":28},{"source":126,"target":1},{"source":35,"target":26},{"source":35,"target":34},{"source":35,"target":130},{"source":35,"target":131},{"source":35,"target":132},{"source":130,"target":32},{"source":130,"target":133},{"source":130,"target":35},{"source":133,"target":32},{"source":131,"target":38},{"source":131,"target":134},{"source":131,"target":35},{"source":131,"target":135},{"source":134,"target":38},{"source":132,"target":34},{"source":36,"target":26},{"source":36,"target":34},{"source":36,"target":136},{"source":136,"target":34},{"source":37,"target":26},{"source":37,"target":4},{"source":37,"target":56},{"source":37,"target":137},{"source":37,"target":138},{"source":37,"target":139},{"source":37,"target":140},{"source":37,"target":86},{"source":37,"target":141},{"source":37,"target":142},{"source":137,"target":12},{"source":137,"target":143},{"source":137,"target":37},{"source":143,"target":12},{"source":138,"target":37},{"source":138,"target":144},{"source":138,"target":37},{"source":144,"target":37},{"source":139,"target":38},{"source":139,"target":145},{"source":139,"target":37},{"source":139,"target":146},{"source":145,"target":38},{"source":140,"target":38},{"source":140,"target":147},{"source":140,"target":37},{"source":140,"target":148},{"source":147,"target":38},{"source":86,"target":28},{"source":86,"target":149},{"source":86,"target":37},{"source":86,"target":75},{"source":149,"target":28},{"source":141,"target":4},{"source":142,"target":56},{"source":38,"target":26},{"source":38,"target":1},{"source":38,"target":56},{"source":38,"target":150},{"source":38,"target":151},{"source":38,"target":152},{"source":38,"target":153},{"source":38,"target":135},{"source":38,"target":88},{"source":38,"target":146},{"source":38,"target":148},{"source":38,"target":154},{"source":38,"target":155},{"source":150,"target":12},{"source":150,"target":156},{"source":150,"target":38},{"source":156,"target":12},{"source":151,"target":12},{"source":151,"target":157},{"source":151,"target":38},{"source":157,"target":12},{"source":152,"target":12},{"source":152,"target":158},{"source":152,"target":38},{"source":158,"target":12},{"source":153,"target":38},{"source":153,"target":159},{"source":153,"target":38},{"source":159,"target":38},{"source":135,"target":35},{"source":135,"target":160},{"source":135,"target":38},{"source":135,"target":131},{"source":160,"target":35},{"source":88,"target":28},{"source":88,"target":161},{"source":88,"target":38},{"source":88,"target":76},{"source":161,"target":28},{"source":146,"target":37},{"source":146,"target":162},{"source":146,"target":38},{"source":146,"target":139},{"source":162,"target":37},{"source":148,"target":37},{"source":148,"target":163},{"source":148,"target":38},{"source":148,"target":140},{"source":163,"target":37},{"source":154,"target":1},{"source":155,"target":56},{"source":39,"target":26},{"source":39,"target":6},{"source":39,"target":164},{"source":39,"target":165},{"source":39,"target":166},{"source":39,"target":167},{"source":39,"target":168},{"source":39,"target":169},{"source":164,"target":12},{"source":164,"target":170},{"source":164,"target":39},{"source":170,"target":12},{"source":165,"target":25},{"source":165,"target":171},{"source":165,"target":39},{"source":171,"target":25},{"source":166,"target":5},{"source":166,"target":172},{"source":166,"target":39},{"source":172,"target":5},{"source":167,"target":37},{"source":167,"target":173},{"source":167,"target":39},{"source":173,"target":37},{"source":168,"target":27},{"source":168,"target":174},{"source":168,"target":39},{"source":174,"target":27},{"source":169,"target":6},{"source":40,"target":26},{"source":40,"target":39},{"source":40,"target":175},{"source":40,"target":176},{"source":40,"target":177},{"source":175,"target":41},{"source":175,"target":178},{"source":175,"target":40},{"source":175,"target":179},{"source":178,"target":41},{"source":176,"target":54},{"source":176,"target":180},{"source":176,"target":40},{"source":176,"target":181},{"source":180,"target":54},{"source":177,"target":39},{"source":41,"target":26},{"source":41,"target":39},{"source":41,"target":179},{"source":41,"target":182},{"source":179,"target":40},{"source":179,"target":183},{"source":179,"target":41},{"source":179,"target":175},{"source":183,"target":40},{"source":182,"target":39},{"source":42,"target":26},{"source":42,"target":6},{"source":42,"target":56},{"source":42,"target":184},{"source":42,"target":185},{"source":42,"target":186},{"source":42,"target":187},{"source":42,"target":188},{"source":184,"target":12},{"source":184,"target":189},{"source":184,"target":42},{"source":189,"target":12},{"source":185,"target":54},{"source":185,"target":190},{"source":185,"target":42},{"source":190,"target":54},{"source":186,"target":43},{"source":186,"target":191},{"source":186,"target":42},{"source":191,"target":43},{"source":187,"target":6},{"source":188,"target":56},{"source":43,"target":26},{"source":43,"target":4},{"source":43,"target":192},{"source":43,"target":193},{"source":192,"target":42},{"source":192,"target":194},{"source":192,"target":43},{"source":194,"target":42},{"source":193,"target":4},{"source":44,"target":26},{"source":44,"target":54},{"source":44,"target":195},{"source":195,"target":54},{"source":45,"target":26},{"source":45,"target":44},{"source":45,"target":196},{"source":196,"target":44},{"source":46,"target":26},{"source":46,"target":45},{"source":46,"target":197},{"source":197,"target":45},{"source":47,"target":26},{"source":47,"target":45},{"source":47,"target":55},{"source":47,"target":198},{"source":47,"target":199},{"source":198,"target":45},{"source":199,"target":55},{"source":48,"target":26},{"source":48,"target":55},{"source":48,"target":200},{"source":200,"target":55},{"source":49,"target":26},{"source":49,"target":55},{"source":49,"target":201},{"source":201,"target":55},{"source":50,"target":26},{"source":50,"target":49},{"source":50,"target":202},{"source":202,"target":49},{"source":51,"target":26},{"source":51,"target":49},{"source":51,"target":203},{"source":203,"target":49},{"source":52,"target":26},{"source":52,"target":55},{"source":52,"target":204},{"source":204,"target":55},{"source":53,"target":26},{"source":53,"target":6},{"source":53,"target":205},{"source":53,"target":206},{"source":53,"target":207},{"source":53,"target":208},{"source":53,"target":209},{"source":53,"target":210},{"source":53,"target":211},{"source":53,"target":212},{"source":205,"target":12},{"source":205,"target":213},{"source":205,"target":53},{"source":213,"target":12},{"source":206,"target":38},{"source":206,"target":214},{"source":206,"target":53},{"source":214,"target":38},{"source":207,"target":37},{"source":207,"target":215},{"source":207,"target":53},{"source":215,"target":37},{"source":208,"target":37},{"source":208,"target":216},{"source":208,"target":53},{"source":216,"target":37},{"source":209,"target":24},{"source":209,"target":217},{"source":209,"target":53},{"source":217,"target":24},{"source":210,"target":24},{"source":210,"target":218},{"source":210,"target":53},{"source":218,"target":24},{"source":211,"target":37},{"source":211,"target":219},{"source":211,"target":53},{"source":219,"target":37},{"source":212,"target":6},{"source":54,"target":26},{"source":54,"target":5},{"source":54,"target":181},{"source":54,"target":220},{"source":181,"target":40},{"source":181,"target":221},{"source":181,"target":54},{"source":181,"target":176},{"source":221,"target":40},{"source":220,"target":5},{"source":55,"target":26},{"source":55,"target":54},{"source":55,"target":222},{"source":222,"target":54},{"source":56,"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="mitra" nsURI="http://www.jevopi.de/Mitra" nsPrefix="mitra"> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" 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="imports" upperBound="-1" eType="#//ModuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelDeclarations" upperBound="-1" eType="#//MetamodelDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationDefinitions" upperBound="-1" eType="#//AnnotationsDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclarations" upperBound="-1" eType="#//RuleDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <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="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityModifier"> <eLiterals name="public" literal="public"/> <eLiterals name="private" value="1" literal="private"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityModifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exec" eType="#//ExecutionModifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traced" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stealth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnParameters" upperBound="-1" eType="#//ReturnParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementedRules" upperBound="-1" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overriddenRule" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludingRules" upperBound="-1" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaSpec" eType="#//JavaSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclaration" eType="#//RuleDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleRuleReference" eSuperTypes="#//RuleReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterReferences" upperBound="-1" eType="#//SimpleParameterReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReferences" upperBound="-1" eType="#//SimpleParameterReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedRuleReference" eSuperTypes="#//RuleReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterReferences" upperBound="-1" eType="#//QualifiedParameterReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReferences" upperBound="-1" eType="#//QualifiedParameterReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterReference"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleParameterReference" eSuperTypes="#//ParameterReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" 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="QualifiedParameterReference" eSuperTypes="#//ParameterReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerRules" upperBound="-1" eType="#//QualifiedRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="with" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExecutionModifier"> <eLiterals name="called" literal="called"/> <eLiterals name="abstract" value="1" literal="abstract"/> <eLiterals name="manual" value="2" literal="manual"/> <eLiterals name="auto" value="3" literal="auto"/> <eLiterals name="confirm" value="4" literal="confirm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//ParameterModifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameter" eSuperTypes="#//Parameter"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnParameter" eSuperTypes="#//Parameter"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterModifier"> <eLiterals name="use" literal="use"/> <eLiterals name="from" value="1" literal="from"/> <eLiterals name="into" value="2" literal="into"/> <eLiterals name="return" literal="return"/> <eLiterals name="create" value="1" literal="create"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelDeclaration" eType="#//MetamodelDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveType" eType="#//PrimitiveTypeSpec"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeSpec"> <eLiterals name="void" literal="void"/> <eLiterals name="any" value="1" literal="any"/> <eLiterals name="string" value="2" literal="String"/> <eLiterals name="int" value="3" literal="int"/> <eLiterals name="boolean" value="4" literal="boolean"/> <eLiterals name="real" value="5" literal="real"/> <eLiterals name="type" value="6" literal="Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" eType="#//CollectionTypeSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typePar" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypeSpec"> <eLiterals name="Collection" literal="Collection"/> <eLiterals name="Set" value="1" literal="Set"/> <eLiterals name="OrderedSet" value="2" literal="OrderedSet"/> <eLiterals name="Bag" value="3" literal="Bag"/> <eLiterals name="Sequence" value="4" literal="Sequence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//BlockStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//BlockStatement"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclarationStatement" eSuperTypes="#//BlockStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariableDeclaration" eType="#//LocalVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" 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="TypedVarDeclaration" eSuperTypes="#//VarDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InferredVarDeclaration" eSuperTypes="#//VarDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpression" eType="#//StatementExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" 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="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForInit"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpressions" upperBound="-1" eType="#//StatementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varDeclarations" upperBound="-1" eType="#//LocalVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForUpdate"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpression" upperBound="-1" eType="#//StatementExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariable" eType="#//LoopVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forInit" eType="#//ForInit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forUpdate" eType="#//ForUpdate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//VarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBlock" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1" eType="#//Catch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Catch"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameter" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator"> <eLiterals name="and" literal="&amp;"/> <eLiterals name="or" value="1" literal="|"/> <eLiterals name="andsc" value="2" literal="&amp;&amp;"/> <eLiterals name="orsc" value="3" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EqualityOperator"> <eLiterals name="eq" literal="=="/> <eLiterals name="neq" value="1" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator"> <eLiterals name="lt" literal="&lt;"/> <eLiterals name="gt" value="1" literal=">"/> <eLiterals name="leq" value="2" literal="&lt;="/> <eLiterals name="geq" value="3" literal=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MathOperator"> <eLiterals name="add" literal="+"/> <eLiterals name="sub" value="1" literal="-"/> <eLiterals name="mul" value="2" literal="*"/> <eLiterals name="div" value="3" literal="/"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryMathOperator"> <eLiterals name="plus" literal="+"/> <eLiterals name="minus" value="1" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//TerminalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floatValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreationExpression" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleInvocation" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclaration" eType="#//RuleDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleInvocationSuper" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <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="MethodInvocation" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureMethodInvocation" eSuperTypes="#//MethodInvocation #//MetamodelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeOperationInvocation" eSuperTypes="#//MethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="MetamodelFeature"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureField" eSuperTypes="#//Feature #//MetamodelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOperator" eType="#//PPOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VarDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postfixOperator" eType="#//PPOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticAccess" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eLiterals name="set" literal="="/> <eLiterals name="add" value="1" literal="+="/> <eLiterals name="sub" value="2" literal="-="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PPOperator"> <eLiterals name="NULL" literal="NULL"/> <eLiterals name="inc" value="1" literal="++"/> <eLiterals name="dec" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationsDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationDecls" upperBound="-1" eType="#//AnnotationDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targets" unique="false" upperBound="-1" eType="#//AnnotationTargetSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuetype" eType="#//PrimitiveType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDecls" upperBound="-1" eType="#//AnnotationPropertyDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AnnotationTargetSpec"> <eLiterals name="module" literal="module"/> <eLiterals name="rule" value="1" literal="rule"/> <eLiterals name="parameter" value="2" literal="parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationPropertyDecl"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PrimitiveType" 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="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//AnnotationDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//AnnotationProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//AnnotationPropertyDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//StatementExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" upperBound="-1" eType="#//VariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//AssignmentOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//LoopVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BooleanOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//EqualityOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//RelationalOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MathExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//MathOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryCastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryBooleanExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryMathExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//UnaryMathOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Mitra.ecore
ecore
mitra Module toString packageName name imports metamodelDeclarations annotationDefinitions ruleDeclarations ModuleReference module MetamodelDeclaration toString type name properties replaces Property toString name value VisibilityModifier public public private private RuleDeclaration toString annotations visibility exec traced stealth virtual multi name formalParameters returnParameters implementedRules overriddenRule excludingRules trigger javaSpec body RuleReference ruleDeclaration SimpleRuleReference toString parameterReferences returnReferences QualifiedRuleReference toString parameterReferences returnReferences ParameterReference SimpleParameterReference toString type name QualifiedParameterReference toString vardecl Trigger triggerRules with when JavaSpec properties ExecutionModifier called called abstract abstract manual manual auto auto confirm confirm Parameter annotations modifier vardecl FormalParameter toString ReturnParameter toString ParameterModifier use use from from into into return return create create Type ReferenceType toString metamodelDeclaration eClassifier PrimitiveType toString primitiveType PrimitiveTypeSpec void void any any string String int int boolean boolean real real type Type CollectionType toString collectionType typePar CollectionTypeSpec Collection Collection Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Block statements BlockStatement Statement LocalVariableDeclarationStatement localVariableDeclaration LocalVariableDeclaration vardecl expression VarDeclaration type name TypedVarDeclaration InferredVarDeclaration ExpressionStatement statementExpression StatementExpression EmptyStatement ReturnStatement expression IfStatement expression trueStatement elseStatement WhileStatement expression statement DoStatement statement expression ForInit statementExpressions varDeclarations ForUpdate statementExpression ForStatement loopVariable expression forInit forUpdate statement LoopVariable vardecl BreakStatement ThrowStatement expression TryStatement tryBlock catches finallyBlock Catch formalParameter block Expression BooleanOperator and & or | andsc && orsc || EqualityOperator eq == neq != RelationalOperator lt < gt > leq <= geq >= MathOperator add + sub - mul * div / UnaryMathOperator plus + minus - TerminalExpression Literal StringLiteral toString stringValue IntLiteral toString intValue RealLiteral toString floatValue BooleanLiteral toString booleanValue NullLiteral ClassInstanceCreationExpression type arguments RuleInvocation toString ruleDeclaration arguments RuleInvocationSuper toString Feature toString name MethodInvocation arguments FeatureMethodInvocation expression NativeOperationInvocation MetamodelFeature FeatureField expression VariableAccess toString prefixOperator variable features default postfixOperator StaticAccess expression type features AssignmentOperator set = add += sub -= PPOperator NULL NULL inc ++ dec -- AnnotationsDefinition annotationDecls AnnotationDecl name targets valuetype many required default propertyDecls AnnotationTargetSpec module module rule rule parameter parameter AnnotationPropertyDecl type name required default Annotation decl values properties AnnotationProperty decl value Assignment lhs operator expression IteratorExpression variable expression BooleanExpression lhs op rhs EqualityExpression lhs op rhs RelationalExpression lhs op rhs MathExpression lhs op rhs UnaryCastExpression type expression UnaryBooleanExpression expression UnaryMathExpression op expression InstanceOfExpression expression type
null
{"directed":true,"nodes":[{"nsPrefix":"mitra","nsURI":"http://www.jevopi.de/Mitra","name":"mitra","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleReference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityModifier","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleRuleReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedRuleReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParameterReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedParameterReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaSpec","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecutionModifier","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"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":"FormalParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterModifier","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeSpec","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeSpec","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclarationStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedVarDeclaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferredVarDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForInit","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForUpdate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopVariable","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catch","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MathOperator","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryMathOperator","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreationExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleInvocation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleInvocationSuper","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMethodInvocation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeOperationInvocation","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelFeature","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureField","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticAccess","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PPOperator","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationsDefinition","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationDecl","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnnotationTargetSpec","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationPropertyDecl","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryCastExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryBooleanExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMathExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":91,"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":"packageName","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodelDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationDefinitions","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":"ruleDeclarations","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"},{"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":107,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"replaces","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":117,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"public","id":123,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":124,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"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":127,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exec","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traced","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stealth","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":"virtual","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multi","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementedRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overriddenRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludingRules","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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaSpec","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":"body","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"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ruleDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterReferences","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":"returnReferences","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnReferences","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vardecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggerRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"with","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":"when","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"name":"called","id":195,"value":0,"literal":"called","eClass":"EEnumLiteral"},{"name":"abstract","id":196,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"manual","id":197,"value":2,"literal":"manual","eClass":"EEnumLiteral"},{"name":"auto","id":198,"value":3,"literal":"auto","eClass":"EEnumLiteral"},{"name":"confirm","id":199,"value":4,"literal":"confirm","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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":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":"vardecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","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":"toString","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"name":"use","id":212,"value":0,"literal":"use","eClass":"EEnumLiteral"},{"name":"from","id":213,"value":1,"literal":"from","eClass":"EEnumLiteral"},{"name":"into","id":214,"value":2,"literal":"into","eClass":"EEnumLiteral"},{"name":"return","id":215,"value":0,"literal":"return","eClass":"EEnumLiteral"},{"name":"create","id":216,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","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":"metamodelDeclaration","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":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":224,"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":"primitiveType","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"void","id":229,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"any","id":230,"value":1,"literal":"any","eClass":"EEnumLiteral"},{"name":"string","id":231,"value":2,"literal":"String","eClass":"EEnumLiteral"},{"name":"int","id":232,"value":3,"literal":"int","eClass":"EEnumLiteral"},{"name":"boolean","id":233,"value":4,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"real","id":234,"value":5,"literal":"real","eClass":"EEnumLiteral"},{"name":"type","id":235,"value":6,"literal":"Type","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":236,"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":"collectionType","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typePar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"name":"Collection","id":243,"value":0,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"Set","id":244,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":245,"value":2,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":246,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":247,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vardecl","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varDeclarations","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariable","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forInit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forUpdate","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":"statement","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"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vardecl","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":"tryBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catches","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":"finallyBlock","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"and","id":323,"value":0,"literal":"&","eClass":"EEnumLiteral"},{"name":"or","id":324,"value":1,"literal":"|","eClass":"EEnumLiteral"},{"name":"andsc","id":325,"value":2,"literal":"&&","eClass":"EEnumLiteral"},{"name":"orsc","id":326,"value":3,"literal":"||","eClass":"EEnumLiteral"},{"name":"eq","id":327,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"neq","id":328,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"lt","id":329,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"gt","id":330,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"leq","id":331,"value":2,"literal":"<=","eClass":"EEnumLiteral"},{"name":"geq","id":332,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"add","id":333,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"sub","id":334,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"mul","id":335,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"div","id":336,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"plus","id":337,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"minus","id":338,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":341,"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":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":351,"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":"floatValue","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":368,"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":"ruleDeclaration","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":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":380,"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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"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":"expression","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"},{"container":false,"ordered":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":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":396,"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":"prefixOperator","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":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":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postfixOperator","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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"},{"name":"set","id":418,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"add","id":419,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"sub","id":420,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"NULL","id":421,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"inc","id":422,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"dec","id":423,"value":2,"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":"annotationDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":426,"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":"targets","changeable":true,"lowerBound":0,"iD":false,"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":"valuetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":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":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"name":"module","id":440,"value":0,"literal":"module","eClass":"EEnumLiteral"},{"name":"rule","id":441,"value":1,"literal":"rule","eClass":"EEnumLiteral"},{"name":"parameter","id":442,"value":2,"literal":"parameter","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":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":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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"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":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"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":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"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":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"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":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":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":487,"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":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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"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":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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":1,"target":0},{"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":91,"target":98},{"source":91,"target":1},{"source":92,"target":99},{"source":92,"target":1},{"source":93,"target":100},{"source":93,"target":1},{"source":94,"target":2},{"source":94,"target":101},{"source":94,"target":1},{"source":101,"target":2},{"source":95,"target":3},{"source":95,"target":102},{"source":95,"target":1},{"source":102,"target":3},{"source":96,"target":75},{"source":96,"target":103},{"source":96,"target":1},{"source":103,"target":75},{"source":97,"target":6},{"source":97,"target":104},{"source":97,"target":1},{"source":104,"target":6},{"source":2,"target":0},{"source":2,"target":105},{"source":105,"target":1},{"source":105,"target":106},{"source":105,"target":2},{"source":106,"target":1},{"source":3,"target":0},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":107,"target":112},{"source":107,"target":3},{"source":108,"target":113},{"source":108,"target":3},{"source":109,"target":114},{"source":109,"target":3},{"source":110,"target":4},{"source":110,"target":115},{"source":110,"target":3},{"source":115,"target":4},{"source":111,"target":116},{"source":111,"target":3},{"source":4,"target":0},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":117,"target":120},{"source":117,"target":4},{"source":118,"target":121},{"source":118,"target":4},{"source":119,"target":122},{"source":119,"target":4},{"source":5,"target":0},{"source":5,"target":123},{"source":5,"target":124},{"source":123,"target":5},{"source":124,"target":5},{"source":6,"target":0},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":135},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":125,"target":142},{"source":125,"target":6},{"source":126,"target":79},{"source":126,"target":143},{"source":126,"target":6},{"source":143,"target":79},{"source":127,"target":5},{"source":127,"target":144},{"source":127,"target":6},{"source":144,"target":5},{"source":128,"target":15},{"source":128,"target":145},{"source":128,"target":6},{"source":145,"target":15},{"source":129,"target":146},{"source":129,"target":6},{"source":130,"target":147},{"source":130,"target":6},{"source":131,"target":148},{"source":131,"target":6},{"source":132,"target":149},{"source":132,"target":6},{"source":133,"target":150},{"source":133,"target":6},{"source":134,"target":17},{"source":134,"target":151},{"source":134,"target":6},{"source":151,"target":17},{"source":135,"target":18},{"source":135,"target":152},{"source":135,"target":6},{"source":152,"target":18},{"source":136,"target":8},{"source":136,"target":153},{"source":136,"target":6},{"source":153,"target":8},{"source":137,"target":8},{"source":137,"target":154},{"source":137,"target":6},{"source":154,"target":8},{"source":138,"target":8},{"source":138,"target":155},{"source":138,"target":6},{"source":155,"target":8},{"source":139,"target":13},{"source":139,"target":156},{"source":139,"target":6},{"source":156,"target":13},{"source":140,"target":14},{"source":140,"target":157},{"source":140,"target":6},{"source":157,"target":14},{"source":141,"target":26},{"source":141,"target":158},{"source":141,"target":6},{"source":158,"target":26},{"source":7,"target":0},{"source":7,"target":159},{"source":159,"target":6},{"source":159,"target":160},{"source":159,"target":7},{"source":160,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":161,"target":165},{"source":161,"target":8},{"source":162,"target":11},{"source":162,"target":166},{"source":162,"target":8},{"source":166,"target":11},{"source":163,"target":11},{"source":163,"target":167},{"source":163,"target":8},{"source":167,"target":11},{"source":164,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":168},{"source":9,"target":169},{"source":9,"target":170},{"source":9,"target":171},{"source":168,"target":172},{"source":168,"target":9},{"source":169,"target":12},{"source":169,"target":173},{"source":169,"target":9},{"source":173,"target":12},{"source":170,"target":12},{"source":170,"target":174},{"source":170,"target":9},{"source":174,"target":12},{"source":171,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":11,"target":178},{"source":175,"target":179},{"source":175,"target":11},{"source":176,"target":20},{"source":176,"target":180},{"source":176,"target":11},{"source":180,"target":20},{"source":177,"target":181},{"source":177,"target":11},{"source":178,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":182,"target":185},{"source":182,"target":12},{"source":183,"target":32},{"source":183,"target":186},{"source":183,"target":12},{"source":186,"target":32},{"source":184,"target":10},{"source":13,"target":0},{"source":13,"target":187},{"source":13,"target":188},{"source":13,"target":189},{"source":187,"target":9},{"source":187,"target":190},{"source":187,"target":13},{"source":190,"target":9},{"source":188,"target":26},{"source":188,"target":191},{"source":188,"target":13},{"source":191,"target":26},{"source":189,"target":49},{"source":189,"target":192},{"source":189,"target":13},{"source":192,"target":49},{"source":14,"target":0},{"source":14,"target":193},{"source":193,"target":4},{"source":193,"target":194},{"source":193,"target":14},{"source":194,"target":4},{"source":15,"target":0},{"source":15,"target":195},{"source":15,"target":196},{"source":15,"target":197},{"source":15,"target":198},{"source":15,"target":199},{"source":195,"target":15},{"source":196,"target":15},{"source":197,"target":15},{"source":198,"target":15},{"source":199,"target":15},{"source":16,"target":0},{"source":16,"target":200},{"source":16,"target":201},{"source":16,"target":202},{"source":200,"target":79},{"source":200,"target":203},{"source":200,"target":16},{"source":203,"target":79},{"source":201,"target":19},{"source":201,"target":204},{"source":201,"target":16},{"source":204,"target":19},{"source":202,"target":32},{"source":202,"target":205},{"source":202,"target":16},{"source":205,"target":32},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":206},{"source":17,"target":207},{"source":206,"target":208},{"source":206,"target":17},{"source":207,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":209},{"source":18,"target":210},{"source":209,"target":211},{"source":209,"target":18},{"source":210,"target":16},{"source":19,"target":0},{"source":19,"target":212},{"source":19,"target":213},{"source":19,"target":214},{"source":19,"target":215},{"source":19,"target":216},{"source":212,"target":19},{"source":213,"target":19},{"source":214,"target":19},{"source":215,"target":19},{"source":216,"target":19},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":217},{"source":21,"target":218},{"source":21,"target":219},{"source":21,"target":220},{"source":217,"target":221},{"source":217,"target":21},{"source":218,"target":3},{"source":218,"target":222},{"source":218,"target":21},{"source":222,"target":3},{"source":219,"target":223},{"source":219,"target":21},{"source":220,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":224,"target":227},{"source":224,"target":22},{"source":225,"target":23},{"source":225,"target":228},{"source":225,"target":22},{"source":228,"target":23},{"source":226,"target":20},{"source":23,"target":0},{"source":23,"target":229},{"source":23,"target":230},{"source":23,"target":231},{"source":23,"target":232},{"source":23,"target":233},{"source":23,"target":234},{"source":23,"target":235},{"source":229,"target":23},{"source":230,"target":23},{"source":231,"target":23},{"source":232,"target":23},{"source":233,"target":23},{"source":234,"target":23},{"source":235,"target":23},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":24,"target":239},{"source":236,"target":240},{"source":236,"target":24},{"source":237,"target":25},{"source":237,"target":241},{"source":237,"target":24},{"source":241,"target":25},{"source":238,"target":20},{"source":238,"target":242},{"source":238,"target":24},{"source":242,"target":20},{"source":239,"target":20},{"source":25,"target":0},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":243,"target":25},{"source":244,"target":25},{"source":245,"target":25},{"source":246,"target":25},{"source":247,"target":25},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":248},{"source":26,"target":249},{"source":248,"target":27},{"source":248,"target":250},{"source":248,"target":26},{"source":250,"target":27},{"source":249,"target":28},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":251},{"source":251,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":252},{"source":29,"target":253},{"source":252,"target":30},{"source":252,"target":254},{"source":252,"target":29},{"source":254,"target":30},{"source":253,"target":27},{"source":30,"target":0},{"source":30,"target":255},{"source":30,"target":256},{"source":255,"target":32},{"source":255,"target":257},{"source":255,"target":30},{"source":257,"target":32},{"source":256,"target":49},{"source":256,"target":258},{"source":256,"target":30},{"source":258,"target":49},{"source":31,"target":0},{"source":31,"target":259},{"source":31,"target":260},{"source":259,"target":20},{"source":259,"target":261},{"source":259,"target":31},{"source":261,"target":20},{"source":260,"target":262},{"source":260,"target":31},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":263},{"source":263,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":264},{"source":264,"target":31},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":265},{"source":34,"target":266},{"source":265,"target":35},{"source":265,"target":267},{"source":265,"target":34},{"source":267,"target":35},{"source":266,"target":28},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":268},{"source":268,"target":28},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":269},{"source":37,"target":270},{"source":269,"target":49},{"source":269,"target":271},{"source":269,"target":37},{"source":271,"target":49},{"source":270,"target":28},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":272},{"source":38,"target":273},{"source":38,"target":274},{"source":38,"target":275},{"source":272,"target":49},{"source":272,"target":276},{"source":272,"target":38},{"source":276,"target":49},{"source":273,"target":28},{"source":273,"target":277},{"source":273,"target":38},{"source":277,"target":28},{"source":274,"target":28},{"source":274,"target":278},{"source":274,"target":38},{"source":278,"target":28},{"source":275,"target":28},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":279},{"source":39,"target":280},{"source":39,"target":281},{"source":279,"target":49},{"source":279,"target":282},{"source":279,"target":39},{"source":282,"target":49},{"source":280,"target":28},{"source":280,"target":283},{"source":280,"target":39},{"source":283,"target":28},{"source":281,"target":28},{"source":40,"target":0},{"source":40,"target":28},{"source":40,"target":284},{"source":40,"target":285},{"source":40,"target":286},{"source":284,"target":28},{"source":284,"target":287},{"source":284,"target":40},{"source":287,"target":28},{"source":285,"target":49},{"source":285,"target":288},{"source":285,"target":40},{"source":288,"target":49},{"source":286,"target":28},{"source":41,"target":0},{"source":41,"target":289},{"source":41,"target":290},{"source":289,"target":35},{"source":289,"target":291},{"source":289,"target":41},{"source":291,"target":35},{"source":290,"target":30},{"source":290,"target":292},{"source":290,"target":41},{"source":292,"target":30},{"source":42,"target":0},{"source":42,"target":293},{"source":293,"target":35},{"source":293,"target":294},{"source":293,"target":42},{"source":294,"target":35},{"source":43,"target":0},{"source":43,"target":28},{"source":43,"target":295},{"source":43,"target":296},{"source":43,"target":297},{"source":43,"target":298},{"source":43,"target":299},{"source":43,"target":300},{"source":295,"target":44},{"source":295,"target":301},{"source":295,"target":43},{"source":301,"target":44},{"source":296,"target":49},{"source":296,"target":302},{"source":296,"target":43},{"source":302,"target":49},{"source":297,"target":41},{"source":297,"target":303},{"source":297,"target":43},{"source":303,"target":41},{"source":298,"target":42},{"source":298,"target":304},{"source":298,"target":43},{"source":304,"target":42},{"source":299,"target":28},{"source":299,"target":305},{"source":299,"target":43},{"source":305,"target":28},{"source":300,"target":28},{"source":44,"target":0},{"source":44,"target":306},{"source":306,"target":31},{"source":306,"target":307},{"source":306,"target":44},{"source":307,"target":31},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":308},{"source":308,"target":28},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":309},{"source":46,"target":310},{"source":309,"target":49},{"source":309,"target":311},{"source":309,"target":46},{"source":311,"target":49},{"source":310,"target":28},{"source":47,"target":0},{"source":47,"target":28},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":47,"target":315},{"source":312,"target":26},{"source":312,"target":316},{"source":312,"target":47},{"source":316,"target":26},{"source":313,"target":48},{"source":313,"target":317},{"source":313,"target":47},{"source":317,"target":48},{"source":314,"target":26},{"source":314,"target":318},{"source":314,"target":47},{"source":318,"target":26},{"source":315,"target":28},{"source":48,"target":0},{"source":48,"target":319},{"source":48,"target":320},{"source":319,"target":17},{"source":319,"target":321},{"source":319,"target":48},{"source":321,"target":17},{"source":320,"target":26},{"source":320,"target":322},{"source":320,"target":48},{"source":322,"target":26},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":323},{"source":50,"target":324},{"source":50,"target":325},{"source":50,"target":326},{"source":323,"target":50},{"source":324,"target":50},{"source":325,"target":50},{"source":326,"target":50},{"source":51,"target":0},{"source":51,"target":327},{"source":51,"target":328},{"source":327,"target":51},{"source":328,"target":51},{"source":52,"target":0},{"source":52,"target":329},{"source":52,"target":330},{"source":52,"target":331},{"source":52,"target":332},{"source":329,"target":52},{"source":330,"target":52},{"source":331,"target":52},{"source":332,"target":52},{"source":53,"target":0},{"source":53,"target":333},{"source":53,"target":334},{"source":53,"target":335},{"source":53,"target":336},{"source":333,"target":53},{"source":334,"target":53},{"source":335,"target":53},{"source":336,"target":53},{"source":54,"target":0},{"source":54,"target":337},{"source":54,"target":338},{"source":337,"target":54},{"source":338,"target":54},{"source":55,"target":0},{"source":55,"target":49},{"source":55,"target":339},{"source":339,"target":49},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":340},{"source":340,"target":55},{"source":57,"target":0},{"source":57,"target":56},{"source":57,"target":341},{"source":57,"target":342},{"source":57,"target":343},{"source":341,"target":344},{"source":341,"target":57},{"source":342,"target":345},{"source":342,"target":57},{"source":343,"target":56},{"source":58,"target":0},{"source":58,"target":56},{"source":58,"target":346},{"source":58,"target":347},{"source":58,"target":348},{"source":346,"target":349},{"source":346,"target":58},{"source":347,"target":350},{"source":347,"target":58},{"source":348,"target":56},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":351,"target":354},{"source":351,"target":59},{"source":352,"target":355},{"source":352,"target":59},{"source":353,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":356,"target":359},{"source":356,"target":60},{"source":357,"target":360},{"source":357,"target":60},{"source":358,"target":56},{"source":61,"target":0},{"source":61,"target":56},{"source":61,"target":361},{"source":361,"target":56},{"source":62,"target":0},{"source":62,"target":35},{"source":62,"target":55},{"source":62,"target":362},{"source":62,"target":363},{"source":62,"target":364},{"source":62,"target":365},{"source":362,"target":20},{"source":362,"target":366},{"source":362,"target":62},{"source":366,"target":20},{"source":363,"target":49},{"source":363,"target":367},{"source":363,"target":62},{"source":367,"target":49},{"source":364,"target":35},{"source":365,"target":55},{"source":63,"target":0},{"source":63,"target":35},{"source":63,"target":55},{"source":63,"target":368},{"source":63,"target":369},{"source":63,"target":370},{"source":63,"target":371},{"source":63,"target":372},{"source":368,"target":373},{"source":368,"target":63},{"source":369,"target":6},{"source":369,"target":374},{"source":369,"target":63},{"source":374,"target":6},{"source":370,"target":49},{"source":370,"target":375},{"source":370,"target":63},{"source":375,"target":49},{"source":371,"target":35},{"source":372,"target":55},{"source":64,"target":0},{"source":64,"target":35},{"source":64,"target":55},{"source":64,"target":376},{"source":64,"target":377},{"source":64,"target":378},{"source":376,"target":379},{"source":376,"target":64},{"source":377,"target":35},{"source":378,"target":55},{"source":65,"target":0},{"source":65,"target":380},{"source":65,"target":381},{"source":380,"target":382},{"source":380,"target":65},{"source":381,"target":383},{"source":381,"target":65},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":384},{"source":66,"target":385},{"source":384,"target":49},{"source":384,"target":386},{"source":384,"target":66},{"source":386,"target":49},{"source":385,"target":65},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":69},{"source":67,"target":387},{"source":67,"target":388},{"source":67,"target":389},{"source":387,"target":49},{"source":387,"target":390},{"source":387,"target":67},{"source":390,"target":49},{"source":388,"target":66},{"source":389,"target":69},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":391},{"source":391,"target":66},{"source":69,"target":0},{"source":70,"target":0},{"source":70,"target":65},{"source":70,"target":69},{"source":70,"target":392},{"source":70,"target":393},{"source":70,"target":394},{"source":392,"target":49},{"source":392,"target":395},{"source":392,"target":70},{"source":395,"target":49},{"source":393,"target":65},{"source":394,"target":69},{"source":71,"target":0},{"source":71,"target":35},{"source":71,"target":55},{"source":71,"target":396},{"source":71,"target":397},{"source":71,"target":398},{"source":71,"target":399},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":396,"target":404},{"source":396,"target":71},{"source":397,"target":74},{"source":397,"target":405},{"source":397,"target":71},{"source":405,"target":74},{"source":398,"target":31},{"source":398,"target":406},{"source":398,"target":71},{"source":406,"target":31},{"source":399,"target":65},{"source":399,"target":407},{"source":399,"target":71},{"source":407,"target":65},{"source":400,"target":49},{"source":400,"target":408},{"source":400,"target":71},{"source":408,"target":49},{"source":401,"target":74},{"source":401,"target":409},{"source":401,"target":71},{"source":409,"target":74},{"source":402,"target":35},{"source":403,"target":55},{"source":72,"target":0},{"source":72,"target":35},{"source":72,"target":55},{"source":72,"target":410},{"source":72,"target":411},{"source":72,"target":412},{"source":72,"target":413},{"source":72,"target":414},{"source":410,"target":49},{"source":410,"target":415},{"source":410,"target":72},{"source":415,"target":49},{"source":411,"target":20},{"source":411,"target":416},{"source":411,"target":72},{"source":416,"target":20},{"source":412,"target":65},{"source":412,"target":417},{"source":412,"target":72},{"source":417,"target":65},{"source":413,"target":35},{"source":414,"target":55},{"source":73,"target":0},{"source":73,"target":418},{"source":73,"target":419},{"source":73,"target":420},{"source":418,"target":73},{"source":419,"target":73},{"source":420,"target":73},{"source":74,"target":0},{"source":74,"target":421},{"source":74,"target":422},{"source":74,"target":423},{"source":421,"target":74},{"source":422,"target":74},{"source":423,"target":74},{"source":75,"target":0},{"source":75,"target":424},{"source":424,"target":76},{"source":424,"target":425},{"source":424,"target":75},{"source":425,"target":76},{"source":76,"target":0},{"source":76,"target":426},{"source":76,"target":427},{"source":76,"target":428},{"source":76,"target":429},{"source":76,"target":430},{"source":76,"target":431},{"source":76,"target":432},{"source":426,"target":433},{"source":426,"target":76},{"source":427,"target":77},{"source":427,"target":434},{"source":427,"target":76},{"source":434,"target":77},{"source":428,"target":22},{"source":428,"target":435},{"source":428,"target":76},{"source":435,"target":22},{"source":429,"target":436},{"source":429,"target":76},{"source":430,"target":437},{"source":430,"target":76},{"source":431,"target":56},{"source":431,"target":438},{"source":431,"target":76},{"source":438,"target":56},{"source":432,"target":78},{"source":432,"target":439},{"source":432,"target":76},{"source":439,"target":78},{"source":77,"target":0},{"source":77,"target":440},{"source":77,"target":441},{"source":77,"target":442},{"source":440,"target":77},{"source":441,"target":77},{"source":442,"target":77},{"source":78,"target":0},{"source":78,"target":443},{"source":78,"target":444},{"source":78,"target":445},{"source":78,"target":446},{"source":443,"target":22},{"source":443,"target":447},{"source":443,"target":78},{"source":447,"target":22},{"source":444,"target":448},{"source":444,"target":78},{"source":445,"target":449},{"source":445,"target":78},{"source":446,"target":56},{"source":446,"target":450},{"source":446,"target":78},{"source":450,"target":56},{"source":79,"target":0},{"source":79,"target":451},{"source":79,"target":452},{"source":79,"target":453},{"source":451,"target":76},{"source":451,"target":454},{"source":451,"target":79},{"source":454,"target":76},{"source":452,"target":56},{"source":452,"target":455},{"source":452,"target":79},{"source":455,"target":56},{"source":453,"target":80},{"source":453,"target":456},{"source":453,"target":79},{"source":456,"target":80},{"source":80,"target":0},{"source":80,"target":457},{"source":80,"target":458},{"source":457,"target":78},{"source":457,"target":459},{"source":457,"target":80},{"source":459,"target":78},{"source":458,"target":56},{"source":458,"target":460},{"source":458,"target":80},{"source":460,"target":56},{"source":81,"target":0},{"source":81,"target":35},{"source":81,"target":461},{"source":81,"target":462},{"source":81,"target":463},{"source":81,"target":464},{"source":461,"target":71},{"source":461,"target":465},{"source":461,"target":81},{"source":465,"target":71},{"source":462,"target":73},{"source":462,"target":466},{"source":462,"target":81},{"source":466,"target":73},{"source":463,"target":49},{"source":463,"target":467},{"source":463,"target":81},{"source":467,"target":49},{"source":464,"target":35},{"source":82,"target":0},{"source":82,"target":49},{"source":82,"target":468},{"source":82,"target":469},{"source":82,"target":470},{"source":468,"target":44},{"source":468,"target":471},{"source":468,"target":82},{"source":471,"target":44},{"source":469,"target":49},{"source":469,"target":472},{"source":469,"target":82},{"source":472,"target":49},{"source":470,"target":49},{"source":83,"target":0},{"source":83,"target":49},{"source":83,"target":473},{"source":83,"target":474},{"source":83,"target":475},{"source":83,"target":476},{"source":473,"target":49},{"source":473,"target":477},{"source":473,"target":83},{"source":477,"target":49},{"source":474,"target":50},{"source":474,"target":478},{"source":474,"target":83},{"source":478,"target":50},{"source":475,"target":49},{"source":475,"target":479},{"source":475,"target":83},{"source":479,"target":49},{"source":476,"target":49},{"source":84,"target":0},{"source":84,"target":49},{"source":84,"target":480},{"source":84,"target":481},{"source":84,"target":482},{"source":84,"target":483},{"source":480,"target":49},{"source":480,"target":484},{"source":480,"target":84},{"source":484,"target":49},{"source":481,"target":51},{"source":481,"target":485},{"source":481,"target":84},{"source":485,"target":51},{"source":482,"target":49},{"source":482,"target":486},{"source":482,"target":84},{"source":486,"target":49},{"source":483,"target":49},{"source":85,"target":0},{"source":85,"target":49},{"source":85,"target":487},{"source":85,"target":488},{"source":85,"target":489},{"source":85,"target":490},{"source":487,"target":49},{"source":487,"target":491},{"source":487,"target":85},{"source":491,"target":49},{"source":488,"target":52},{"source":488,"target":492},{"source":488,"target":85},{"source":492,"target":52},{"source":489,"target":49},{"source":489,"target":493},{"source":489,"target":85},{"source":493,"target":49},{"source":490,"target":49},{"source":86,"target":0},{"source":86,"target":49},{"source":86,"target":494},{"source":86,"target":495},{"source":86,"target":496},{"source":86,"target":497},{"source":494,"target":49},{"source":494,"target":498},{"source":494,"target":86},{"source":498,"target":49},{"source":495,"target":53},{"source":495,"target":499},{"source":495,"target":86},{"source":499,"target":53},{"source":496,"target":49},{"source":496,"target":500},{"source":496,"target":86},{"source":500,"target":49},{"source":497,"target":49},{"source":87,"target":0},{"source":87,"target":49},{"source":87,"target":501},{"source":87,"target":502},{"source":87,"target":503},{"source":501,"target":20},{"source":501,"target":504},{"source":501,"target":87},{"source":504,"target":20},{"source":502,"target":49},{"source":502,"target":505},{"source":502,"target":87},{"source":505,"target":49},{"source":503,"target":49},{"source":88,"target":0},{"source":88,"target":49},{"source":88,"target":506},{"source":88,"target":507},{"source":506,"target":49},{"source":506,"target":508},{"source":506,"target":88},{"source":508,"target":49},{"source":507,"target":49},{"source":89,"target":0},{"source":89,"target":49},{"source":89,"target":509},{"source":89,"target":510},{"source":89,"target":511},{"source":509,"target":54},{"source":509,"target":512},{"source":509,"target":89},{"source":512,"target":54},{"source":510,"target":49},{"source":510,"target":513},{"source":510,"target":89},{"source":513,"target":49},{"source":511,"target":49},{"source":90,"target":0},{"source":90,"target":49},{"source":90,"target":514},{"source":90,"target":515},{"source":90,"target":516},{"source":514,"target":49},{"source":514,"target":517},{"source":514,"target":90},{"source":517,"target":49},{"source":515,"target":20},{"source":515,"target":518},{"source":515,"target":90},{"source":518,"target":20},{"source":516,"target":49}],"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="krendering" nsURI="http://kieler.cs.cau.de/KRendering" nsPrefix="krendering"> <eClassifiers xsi:type="ecore:EClass" name="KPosition"> <eStructuralFeatures xsi:type="ecore:EReference" name="x" lowerBound="1" eType="#//KXPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="y" lowerBound="1" eType="#//KYPosition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KRendering" abstract="true" eSuperTypes="../../de.cau.cs.kieler.core.kgraph/model/kgraph.ecore#//KGraphData"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//KContainerRendering" eOpposite="#//KContainerRendering/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//KRenderingRef" eOpposite="#//KRenderingRef/rendering"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placementData" eType="#//KPlacementData" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1" eType="#//KStyle" containment="true" eOpposite="#//KStyle/rendering"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KEllipse" eSuperTypes="#//KContainerRendering"/> <eClassifiers xsi:type="ecore:EClass" name="KRectangle" eSuperTypes="#//KContainerRendering"/> <eClassifiers xsi:type="ecore:EClass" name="KRoundedRectangle" eSuperTypes="#//KContainerRendering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KPolyline" eSuperTypes="#//KContainerRendering"/> <eClassifiers xsi:type="ecore:EClass" name="KPolygon" eSuperTypes="#//KPolyline"/> <eClassifiers xsi:type="ecore:EClass" name="KImage" eSuperTypes="#//KContainerRendering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KDecoratorPlacementData" eSuperTypes="#//KPlacementData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="yOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KContainerRendering" abstract="true" eSuperTypes="#//KRendering"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//KRendering" containment="true" eOpposite="#//KRendering/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childPlacement" eType="#//KPlacement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KArc" eSuperTypes="#//KContainerRendering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcAngle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KStyle" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="rendering" eType="#//KRendering" eOpposite="#//KRendering/styles"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propagateToChildren" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KRenderingLibrary" eSuperTypes="../../de.cau.cs.kieler.core.kgraph/model/kgraph.ecore#//KGraphData"> <eStructuralFeatures xsi:type="ecore:EReference" name="renderings" upperBound="-1" eType="#//KRendering" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KRenderingRef" eSuperTypes="#//KRendering"> <eStructuralFeatures xsi:type="ecore:EReference" name="rendering" lowerBound="1" eType="#//KRendering" eOpposite="#//KRendering/references"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KChildArea" eSuperTypes="#//KRendering"/> <eClassifiers xsi:type="ecore:EClass" name="KText" eSuperTypes="#//KContainerRendering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clip" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KPlacement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="KGridPlacement" eSuperTypes="#//KPlacement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KStackPlacement" eSuperTypes="#//KPlacement"/> <eClassifiers xsi:type="ecore:EClass" name="KPlacementData" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="KGridPlacementData" eSuperTypes="#//KPlacementData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KStackPlacementData" eSuperTypes="#//KPlacementData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="insetTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KDirectPlacementData" eSuperTypes="#//KPlacementData"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1" eType="#//KPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomRight" lowerBound="1" eType="#//KPosition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KPolylinePlacementData" eSuperTypes="#//KPlacementData"> <eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="1" upperBound="-1" eType="#//KPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="detailPlacementData" eType="#//KPlacementData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KCustomRendering" eSuperTypes="#//KContainerRendering"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KForegroundColor" eSuperTypes="#//KColor"/> <eClassifiers xsi:type="ecore:EClass" name="KColor" abstract="true" eSuperTypes="#//KStyle"> <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="KBackgroundColor" eSuperTypes="#//KColor"/> <eClassifiers xsi:type="ecore:EClass" name="KLineWidth" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="SOLID"/> <eLiterals name="DASH" value="1"/> <eLiterals name="DOT" value="2"/> <eLiterals name="DASHDOT" value="3"/> <eLiterals name="DASHDOTDOT" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KLineStyle" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" lowerBound="1" eType="#//LineStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HorizontalAlignment"> <eLiterals name="LEFT"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="RIGHT" value="2"/> <eLiterals name="EEnumLiteral0" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VerticalAlignment"> <eLiterals name="TOP"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="BOTTOM" value="2"/> <eLiterals name="EEnumLiteral0" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KVerticalAlignment" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1" eType="#//VerticalAlignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KHorizontalAlignment" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1" eType="#//HorizontalAlignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KXPosition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KYPosition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absolute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KLeftPosition" eSuperTypes="#//KXPosition"/> <eClassifiers xsi:type="ecore:EClass" name="KRightPosition" eSuperTypes="#//KXPosition"/> <eClassifiers xsi:type="ecore:EClass" name="KTopPosition" eSuperTypes="#//KYPosition"/> <eClassifiers xsi:type="ecore:EClass" name="KBottomPosition" eSuperTypes="#//KYPosition"/> <eClassifiers xsi:type="ecore:EClass" name="KSpline" eSuperTypes="#//KPolyline"/> <eClassifiers xsi:type="ecore:EClass" name="KForegroundVisibility" eSuperTypes="#//KVisibility"/> <eClassifiers xsi:type="ecore:EClass" name="KVisibility" abstract="true" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KBackgroundVisibility" eSuperTypes="#//KVisibility"/> <eClassifiers xsi:type="ecore:EClass" name="KFontBold" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bold" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KFontItalic" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="italic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KFontName" eSuperTypes="#//KStyle"> <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="KFontSize" eSuperTypes="#//KStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/krendering.ecore
ecore
krendering KPosition x y KRendering parent references placementData styles KEllipse KRectangle KRoundedRectangle cornerWidth cornerHeight KPolyline KPolygon KImage bundleName imagePath KDecoratorPlacementData location xOffset yOffset relative width height KContainerRendering children childPlacement KArc startAngle arcAngle KStyle rendering propagateToChildren KRenderingLibrary renderings KRenderingRef rendering KChildArea KText text clip KPlacement KGridPlacement numColumns KStackPlacement KPlacementData KGridPlacementData widthHint heightHint insetRight insetBottom insetLeft insetTop KStackPlacementData insetRight insetBottom insetLeft insetTop KDirectPlacementData topLeft bottomRight KPolylinePlacementData points detailPlacementData KCustomRendering className bundleName KForegroundColor KColor red green blue KBackgroundColor KLineWidth lineWidth LineStyle SOLID SOLID DASH DASH DOT DOT DASHDOT DASHDOT DASHDOTDOT DASHDOTDOT KLineStyle lineStyle HorizontalAlignment LEFT LEFT CENTER CENTER RIGHT RIGHT EEnumLiteral0 EEnumLiteral0 VerticalAlignment TOP TOP CENTER CENTER BOTTOM BOTTOM EEnumLiteral0 EEnumLiteral0 KVerticalAlignment verticalAlignment KHorizontalAlignment horizontalAlignment KXPosition absolute relative KYPosition absolute relative KLeftPosition KRightPosition KTopPosition KBottomPosition KSpline KForegroundVisibility KVisibility visible KBackgroundVisibility KFontBold bold KFontItalic italic KFontName name KFontSize size
null
{"directed":true,"nodes":[{"nsPrefix":"krendering","nsURI":"http://kieler.cs.cau.de/KRendering","name":"krendering","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPosition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRendering","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KEllipse","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRectangle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRoundedRectangle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPolyline","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPolygon","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KImage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KDecoratorPlacementData","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KContainerRendering","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KArc","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStyle","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRenderingLibrary","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRenderingRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KChildArea","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KText","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPlacement","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KGridPlacement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStackPlacement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPlacementData","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KGridPlacementData","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KStackPlacementData","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KDirectPlacementData","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPolylinePlacementData","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KCustomRendering","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KForegroundColor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KColor","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KBackgroundColor","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineWidth","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLineStyle","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HorizontalAlignment","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VerticalAlignment","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KVerticalAlignment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KHorizontalAlignment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KXPosition","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KYPosition","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KLeftPosition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KRightPosition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KTopPosition","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KBottomPosition","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KSpline","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KForegroundVisibility","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KVisibility","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KBackgroundVisibility","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontBold","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontItalic","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontName","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KFontSize","instanceClass":null,"abstract":false,"id":49,"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":"x","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":"y","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"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":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"placementData","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":"styles","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":"children","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rendering","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rendering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"cornerWidth","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imagePath","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"xOffset","changeable":true,"lowerBound":0,"iD":false,"id":81,"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":"yOffset","changeable":true,"lowerBound":0,"iD":false,"id":82,"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":"relative","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childPlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"startAngle","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"arcAngle","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propagateToChildren","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renderings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"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":111,"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":"clip","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"insetRight","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insetBottom","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insetLeft","changeable":true,"lowerBound":0,"iD":false,"id":124,"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":"insetTop","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"insetRight","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":null,"unsettable":false,"transient":false,"unique":true,"name":"insetBottom","changeable":true,"lowerBound":0,"iD":false,"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":"insetLeft","changeable":true,"lowerBound":0,"iD":false,"id":135,"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":"insetTop","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":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":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomRight","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"detailPlacementData","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bundleName","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"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":158,"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":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"name":"SOLID","id":169,"value":0,"literal":"SOLID","eClass":"EEnumLiteral"},{"name":"DASH","id":170,"value":1,"literal":"DASH","eClass":"EEnumLiteral"},{"name":"DOT","id":171,"value":2,"literal":"DOT","eClass":"EEnumLiteral"},{"name":"DASHDOT","id":172,"value":3,"literal":"DASHDOT","eClass":"EEnumLiteral"},{"name":"DASHDOTDOT","id":173,"value":4,"literal":"DASHDOTDOT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"LEFT","id":177,"value":0,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":178,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":179,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":180,"value":3,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"name":"TOP","id":181,"value":0,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"CENTER","id":182,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":183,"value":2,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":184,"value":3,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"absolute","changeable":true,"lowerBound":0,"iD":false,"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":"relative","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"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":"absolute","changeable":true,"lowerBound":0,"iD":false,"id":195,"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":"relative","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"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"visible","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"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":"bold","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"italic","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"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":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":1,"target":0},{"source":1,"target":50},{"source":1,"target":51},{"source":50,"target":36},{"source":50,"target":52},{"source":50,"target":1},{"source":52,"target":36},{"source":51,"target":37},{"source":51,"target":53},{"source":51,"target":1},{"source":53,"target":37},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":54,"target":10},{"source":54,"target":59},{"source":54,"target":2},{"source":54,"target":60},{"source":59,"target":10},{"source":55,"target":14},{"source":55,"target":61},{"source":55,"target":2},{"source":55,"target":62},{"source":61,"target":14},{"source":56,"target":20},{"source":56,"target":63},{"source":56,"target":2},{"source":63,"target":20},{"source":57,"target":12},{"source":57,"target":64},{"source":57,"target":2},{"source":57,"target":65},{"source":64,"target":12},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":66},{"source":66,"target":10},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":67},{"source":67,"target":10},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":68,"target":71},{"source":68,"target":5},{"source":69,"target":72},{"source":69,"target":5},{"source":70,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":73},{"source":73,"target":10},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":74},{"source":74,"target":6},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":75,"target":78},{"source":75,"target":8},{"source":76,"target":79},{"source":76,"target":8},{"source":77,"target":10},{"source":9,"target":0},{"source":9,"target":20},{"source":9,"target":80},{"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":80,"target":87},{"source":80,"target":9},{"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":20},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":60},{"source":10,"target":93},{"source":10,"target":94},{"source":60,"target":2},{"source":60,"target":95},{"source":60,"target":10},{"source":60,"target":54},{"source":95,"target":2},{"source":93,"target":17},{"source":93,"target":96},{"source":93,"target":10},{"source":96,"target":17},{"source":94,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":97,"target":100},{"source":97,"target":11},{"source":98,"target":101},{"source":98,"target":11},{"source":99,"target":10},{"source":12,"target":0},{"source":12,"target":65},{"source":12,"target":102},{"source":65,"target":2},{"source":65,"target":103},{"source":65,"target":12},{"source":65,"target":57},{"source":103,"target":2},{"source":102,"target":104},{"source":102,"target":12},{"source":13,"target":0},{"source":13,"target":105},{"source":13,"target":106},{"source":105,"target":2},{"source":105,"target":107},{"source":105,"target":13},{"source":107,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":62},{"source":14,"target":108},{"source":62,"target":2},{"source":62,"target":109},{"source":62,"target":14},{"source":62,"target":55},{"source":109,"target":2},{"source":108,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":110},{"source":110,"target":2},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":111,"target":114},{"source":111,"target":16},{"source":112,"target":115},{"source":112,"target":16},{"source":113,"target":10},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":116},{"source":18,"target":117},{"source":116,"target":118},{"source":116,"target":18},{"source":117,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":119},{"source":119,"target":17},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":120},{"source":21,"target":121},{"source":21,"target":122},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":21,"target":126},{"source":120,"target":127},{"source":120,"target":21},{"source":121,"target":128},{"source":121,"target":21},{"source":122,"target":129},{"source":122,"target":21},{"source":123,"target":130},{"source":123,"target":21},{"source":124,"target":131},{"source":124,"target":21},{"source":125,"target":132},{"source":125,"target":21},{"source":126,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":133},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":136},{"source":22,"target":137},{"source":133,"target":138},{"source":133,"target":22},{"source":134,"target":139},{"source":134,"target":22},{"source":135,"target":140},{"source":135,"target":22},{"source":136,"target":141},{"source":136,"target":22},{"source":137,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":142},{"source":23,"target":143},{"source":23,"target":144},{"source":142,"target":1},{"source":142,"target":145},{"source":142,"target":23},{"source":145,"target":1},{"source":143,"target":1},{"source":143,"target":146},{"source":143,"target":23},{"source":146,"target":1},{"source":144,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":147,"target":1},{"source":147,"target":150},{"source":147,"target":24},{"source":150,"target":1},{"source":148,"target":20},{"source":148,"target":151},{"source":148,"target":24},{"source":151,"target":20},{"source":149,"target":20},{"source":25,"target":0},{"source":25,"target":10},{"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":154,"target":10},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":157},{"source":157,"target":27},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":158},{"source":27,"target":159},{"source":27,"target":160},{"source":27,"target":161},{"source":158,"target":162},{"source":158,"target":27},{"source":159,"target":163},{"source":159,"target":27},{"source":160,"target":164},{"source":160,"target":27},{"source":161,"target":12},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":165},{"source":165,"target":27},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":166},{"source":29,"target":167},{"source":166,"target":168},{"source":166,"target":29},{"source":167,"target":12},{"source":30,"target":0},{"source":30,"target":169},{"source":30,"target":170},{"source":30,"target":171},{"source":30,"target":172},{"source":30,"target":173},{"source":169,"target":30},{"source":170,"target":30},{"source":171,"target":30},{"source":172,"target":30},{"source":173,"target":30},{"source":31,"target":0},{"source":31,"target":12},{"source":31,"target":174},{"source":31,"target":175},{"source":174,"target":30},{"source":174,"target":176},{"source":174,"target":31},{"source":176,"target":30},{"source":175,"target":12},{"source":32,"target":0},{"source":32,"target":177},{"source":32,"target":178},{"source":32,"target":179},{"source":32,"target":180},{"source":177,"target":32},{"source":178,"target":32},{"source":179,"target":32},{"source":180,"target":32},{"source":33,"target":0},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":33,"target":184},{"source":181,"target":33},{"source":182,"target":33},{"source":183,"target":33},{"source":184,"target":33},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":185},{"source":34,"target":186},{"source":185,"target":33},{"source":185,"target":187},{"source":185,"target":34},{"source":187,"target":33},{"source":186,"target":12},{"source":35,"target":0},{"source":35,"target":12},{"source":35,"target":188},{"source":35,"target":189},{"source":188,"target":32},{"source":188,"target":190},{"source":188,"target":35},{"source":190,"target":32},{"source":189,"target":12},{"source":36,"target":0},{"source":36,"target":191},{"source":36,"target":192},{"source":191,"target":193},{"source":191,"target":36},{"source":192,"target":194},{"source":192,"target":36},{"source":37,"target":0},{"source":37,"target":195},{"source":37,"target":196},{"source":195,"target":197},{"source":195,"target":37},{"source":196,"target":198},{"source":196,"target":37},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":199},{"source":199,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":200},{"source":200,"target":36},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":201},{"source":201,"target":37},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":202},{"source":202,"target":37},{"source":42,"target":0},{"source":42,"target":6},{"source":42,"target":203},{"source":203,"target":6},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":204},{"source":204,"target":44},{"source":44,"target":0},{"source":44,"target":12},{"source":44,"target":205},{"source":44,"target":206},{"source":205,"target":207},{"source":205,"target":44},{"source":206,"target":12},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":208},{"source":208,"target":44},{"source":46,"target":0},{"source":46,"target":12},{"source":46,"target":209},{"source":46,"target":210},{"source":209,"target":211},{"source":209,"target":46},{"source":210,"target":12},{"source":47,"target":0},{"source":47,"target":12},{"source":47,"target":212},{"source":47,"target":213},{"source":212,"target":214},{"source":212,"target":47},{"source":213,"target":12},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":215},{"source":48,"target":216},{"source":215,"target":217},{"source":215,"target":48},{"source":216,"target":12},{"source":49,"target":0},{"source":49,"target":12},{"source":49,"target":218},{"source":49,"target":219},{"source":218,"target":220},{"source":218,"target":49},{"source":219,"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="zapfmaster2000" nsURI="http://www.kile.de/zapfmaster2000/1.0" nsPrefix="zm2k"> <eClassifiers xsi:type="ecore:EClass" name="Achievement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" 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:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gained" upperBound="-1" eType="#//GainedAchievement" containment="true" eOpposite="#//GainedAchievement/achievement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Box"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="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="account" lowerBound="1" eType="#//Account" eOpposite="#//Account/boxes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passphrase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kegs" upperBound="-1" eType="#//Keg" containment="true" eOpposite="#//Keg/box"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tickDisturbanceTerm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tickRegressor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tickReduction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="a2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newCalc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Account"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boxes" upperBound="-1" eType="#//Box" containment="true" eOpposite="#//Box/account"/> <eStructuralFeatures xsi:type="ecore:EReference" name="news" upperBound="-1" eType="#//News" containment="true" eOpposite="#//News/account"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" eOpposite="#//User/account"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Challenge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//ChallengeState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Challenge1v1" eSuperTypes="#//Challenge"> <eStructuralFeatures xsi:type="ecore:EReference" name="user1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user2" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="winner" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Drawing"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//User" eOpposite="#//User/drawings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keg" lowerBound="1" eType="#//Keg" eOpposite="#//Keg/drawings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ticks" upperBound="-1" eType="#//Ticks" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GainedAchievement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="achievement" lowerBound="1" eType="#//Achievement" eOpposite="#//Achievement/gained"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" eType="#//User" eOpposite="#//User/gained"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="drawings" upperBound="-1" eType="#//Drawing" eOpposite="#//Drawing/keg"/> <eStructuralFeatures xsi:type="ecore:EReference" name="box" lowerBound="1" eType="#//Box" eOpposite="#//Box/kegs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="News" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="account" eType="#//Account" eOpposite="#//Account/news"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DrawingNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawing" eType="#//Drawing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AchievementNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="gainedAchievment" eType="#//GainedAchievement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Challenge1v1StartedNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="challenge" eType="#//Challenge1v1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Challenge1v1DeclinedNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="challenge" eType="#//Challenge1v1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Challenge1v1DoneNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="challenge" eType="#//Challenge1v1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewKegNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="keg" eType="#//Keg"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewUserNews" eSuperTypes="#//News"> <eStructuralFeatures xsi:type="ecore:EReference" name="user" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingQrRfid"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qrCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rfidTag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" 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="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rfidTag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sex" eType="#//Sex"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gained" upperBound="-1" eType="#//GainedAchievement" eOpposite="#//GainedAchievement/user"/> <eStructuralFeatures xsi:type="ecore:EReference" name="drawings" upperBound="-1" eType="#//Drawing" eOpposite="#//Drawing/user"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//UserType" defaultValueLiteral="USER"/> <eStructuralFeatures xsi:type="ecore:EReference" name="account" eType="#//Account" eOpposite="#//Account/users"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="account" eType="#//Account"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="#//Blob"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Lob&#xA;@Column(length=1048576)&#xA;@Type(type=&quot;blob&quot;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentBig" eType="#//Blob"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Lob&#xA;@Column(length=1048576)&#xA;@Type(type=&quot;blob&quot;)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ticks"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ticks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Sex"> <eLiterals name="male" literal="male"/> <eLiterals name="female" value="1" literal="female"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChallengeType"> <eLiterals name="OneVsOne" literal="OneVsOne"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UserType"> <eLiterals name="USER"/> <eLiterals name="GUEST" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChallengeState"> <eLiterals name="PENDING"/> <eLiterals name="DECLINED" value="1"/> <eLiterals name="RUNNING" value="2"/> <eLiterals name="FINISHED" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Blob" instanceClassName="java.sql.Blob"/> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Zapfmaster2000.ecore
ecore
zapfmaster2000 Achievement id name description imagePath gained Box id version account passphrase kegs location tickDisturbanceTerm tickRegressor tickReduction a0 a1 a2 newCalc Account id boxes news name users Challenge id finished startTime state Challenge1v1 user1 user2 winner duration Drawing id user keg amount date ticks GainedAchievement id achievement date user Keg id brand size startDate endDate drawings box News id account date DrawingNews drawing AchievementNews gainedAchievment OtherNews contents imagePath Challenge1v1StartedNews challenge Challenge1v1DeclinedNews challenge Challenge1v1DoneNews challenge NewKegNews keg NewUserNews user MappingQrRfid id qrCode rfidTag User id name password imagePath rfidTag sex weight gained drawings type USER account Token id token account user Image id path contentType content contentBig Ticks date ticks Sex male male female female ChallengeType OneVsOne OneVsOne UserType USER USER GUEST GUEST ChallengeState PENDING PENDING DECLINED DECLINED RUNNING RUNNING FINISHED FINISHED Blob java.sql.Blob java.sql.Blob
null
{"directed":true,"nodes":[{"nsPrefix":"zm2k","nsURI":"http://www.kile.de/zapfmaster2000/1.0","name":"zapfmaster2000","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Achievement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Box","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenge","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenge1v1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Drawing","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GainedAchievement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keg","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"News","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DrawingNews","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AchievementNews","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherNews","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenge1v1StartedNews","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenge1v1DeclinedNews","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Challenge1v1DoneNews","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewKegNews","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewUserNews","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingQrRfid","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ticks","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sex","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChallengeType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UserType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChallengeState","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.sql.Blob","defaultValue":null,"instanceClassName":"java.sql.Blob","name":"Blob","instanceClass":"java.sql.Blob","id":27,"serializable":true,"eClass":"EDataType"},{"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":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"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":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":"imagePath","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":true,"unsettable":false,"transient":false,"unique":true,"name":"gained","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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":"achievement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"account","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"passphrase","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kegs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tickDisturbanceTerm","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tickRegressor","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tickReduction","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":"a0","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":"a1","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":"a2","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newCalc","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boxes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"news","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"users","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":"account","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"account","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":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":true,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finished","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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":80,"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":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":"user1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"winner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","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"},{"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":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"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":"amount","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":"date","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ticks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":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":"date","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gained","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"brand","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":"size","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"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":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawing","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gainedAchievment","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":"contents","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":"imagePath","changeable":true,"lowerBound":0,"iD":false,"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":"challenge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"challenge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"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":"challenge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keg","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"qrCode","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":"rfidTag","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"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":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":"name","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imagePath","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rfidTag","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sex","changeable":true,"lowerBound":0,"iD":false,"id":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":"weight","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"USER","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"account","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","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":"contentType","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentBig","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"male","id":207,"value":0,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":208,"value":1,"literal":"female","eClass":"EEnumLiteral"},{"name":"OneVsOne","id":209,"value":0,"literal":"OneVsOne","eClass":"EEnumLiteral"},{"name":"USER","id":210,"value":0,"literal":"USER","eClass":"EEnumLiteral"},{"name":"GUEST","id":211,"value":1,"literal":"GUEST","eClass":"EEnumLiteral"},{"name":"PENDING","id":212,"value":0,"literal":"PENDING","eClass":"EEnumLiteral"},{"name":"DECLINED","id":213,"value":1,"literal":"DECLINED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":214,"value":2,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"FINISHED","id":215,"value":3,"literal":"FINISHED","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":35},{"source":30,"target":1},{"source":31,"target":36},{"source":31,"target":1},{"source":32,"target":7},{"source":32,"target":37},{"source":32,"target":1},{"source":32,"target":38},{"source":37,"target":7},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":39,"target":52},{"source":39,"target":2},{"source":40,"target":53},{"source":40,"target":2},{"source":41,"target":3},{"source":41,"target":54},{"source":41,"target":2},{"source":41,"target":55},{"source":54,"target":3},{"source":42,"target":56},{"source":42,"target":2},{"source":43,"target":8},{"source":43,"target":57},{"source":43,"target":2},{"source":43,"target":58},{"source":57,"target":8},{"source":44,"target":59},{"source":44,"target":2},{"source":45,"target":60},{"source":45,"target":2},{"source":46,"target":61},{"source":46,"target":2},{"source":47,"target":62},{"source":47,"target":2},{"source":48,"target":63},{"source":48,"target":2},{"source":49,"target":64},{"source":49,"target":2},{"source":50,"target":65},{"source":50,"target":2},{"source":51,"target":66},{"source":51,"target":2},{"source":3,"target":0},{"source":3,"target":67},{"source":3,"target":55},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":67,"target":71},{"source":67,"target":3},{"source":55,"target":2},{"source":55,"target":72},{"source":55,"target":3},{"source":55,"target":41},{"source":72,"target":2},{"source":68,"target":9},{"source":68,"target":73},{"source":68,"target":3},{"source":68,"target":74},{"source":73,"target":9},{"source":69,"target":75},{"source":69,"target":3},{"source":70,"target":19},{"source":70,"target":76},{"source":70,"target":3},{"source":70,"target":77},{"source":76,"target":19},{"source":4,"target":0},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":78,"target":82},{"source":78,"target":4},{"source":79,"target":83},{"source":79,"target":4},{"source":80,"target":84},{"source":80,"target":4},{"source":81,"target":26},{"source":81,"target":85},{"source":81,"target":4},{"source":85,"target":26},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":86,"target":19},{"source":86,"target":91},{"source":86,"target":5},{"source":91,"target":19},{"source":87,"target":19},{"source":87,"target":92},{"source":87,"target":5},{"source":92,"target":19},{"source":88,"target":19},{"source":88,"target":93},{"source":88,"target":5},{"source":93,"target":19},{"source":89,"target":94},{"source":89,"target":5},{"source":90,"target":4},{"source":6,"target":0},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":95,"target":101},{"source":95,"target":6},{"source":96,"target":19},{"source":96,"target":102},{"source":96,"target":6},{"source":96,"target":103},{"source":102,"target":19},{"source":97,"target":8},{"source":97,"target":104},{"source":97,"target":6},{"source":97,"target":105},{"source":104,"target":8},{"source":98,"target":106},{"source":98,"target":6},{"source":99,"target":107},{"source":99,"target":6},{"source":100,"target":22},{"source":100,"target":108},{"source":100,"target":6},{"source":108,"target":22},{"source":7,"target":0},{"source":7,"target":109},{"source":7,"target":38},{"source":7,"target":110},{"source":7,"target":111},{"source":109,"target":112},{"source":109,"target":7},{"source":38,"target":1},{"source":38,"target":113},{"source":38,"target":7},{"source":38,"target":32},{"source":113,"target":1},{"source":110,"target":114},{"source":110,"target":7},{"source":111,"target":19},{"source":111,"target":115},{"source":111,"target":7},{"source":111,"target":116},{"source":115,"target":19},{"source":8,"target":0},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":105},{"source":8,"target":58},{"source":117,"target":122},{"source":117,"target":8},{"source":118,"target":123},{"source":118,"target":8},{"source":119,"target":124},{"source":119,"target":8},{"source":120,"target":125},{"source":120,"target":8},{"source":121,"target":126},{"source":121,"target":8},{"source":105,"target":6},{"source":105,"target":127},{"source":105,"target":8},{"source":105,"target":97},{"source":127,"target":6},{"source":58,"target":2},{"source":58,"target":128},{"source":58,"target":8},{"source":58,"target":43},{"source":128,"target":2},{"source":9,"target":0},{"source":9,"target":129},{"source":9,"target":74},{"source":9,"target":130},{"source":129,"target":131},{"source":129,"target":9},{"source":74,"target":3},{"source":74,"target":132},{"source":74,"target":9},{"source":74,"target":68},{"source":132,"target":3},{"source":130,"target":133},{"source":130,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":134},{"source":10,"target":135},{"source":134,"target":6},{"source":134,"target":136},{"source":134,"target":10},{"source":136,"target":6},{"source":135,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":137},{"source":11,"target":138},{"source":137,"target":7},{"source":137,"target":139},{"source":137,"target":11},{"source":139,"target":7},{"source":138,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":140,"target":143},{"source":140,"target":12},{"source":141,"target":144},{"source":141,"target":12},{"source":142,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":145},{"source":13,"target":146},{"source":145,"target":5},{"source":145,"target":147},{"source":145,"target":13},{"source":147,"target":5},{"source":146,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":148},{"source":14,"target":149},{"source":148,"target":5},{"source":148,"target":150},{"source":148,"target":14},{"source":150,"target":5},{"source":149,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":151},{"source":15,"target":152},{"source":151,"target":5},{"source":151,"target":153},{"source":151,"target":15},{"source":153,"target":5},{"source":152,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":154},{"source":16,"target":155},{"source":154,"target":8},{"source":154,"target":156},{"source":154,"target":16},{"source":156,"target":8},{"source":155,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":157},{"source":17,"target":158},{"source":157,"target":19},{"source":157,"target":159},{"source":157,"target":17},{"source":159,"target":19},{"source":158,"target":9},{"source":18,"target":0},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":160,"target":163},{"source":160,"target":18},{"source":161,"target":164},{"source":161,"target":18},{"source":162,"target":165},{"source":162,"target":18},{"source":19,"target":0},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":19,"target":116},{"source":19,"target":103},{"source":19,"target":173},{"source":19,"target":77},{"source":166,"target":174},{"source":166,"target":19},{"source":167,"target":175},{"source":167,"target":19},{"source":168,"target":176},{"source":168,"target":19},{"source":169,"target":177},{"source":169,"target":19},{"source":170,"target":178},{"source":170,"target":19},{"source":171,"target":23},{"source":171,"target":179},{"source":171,"target":19},{"source":179,"target":23},{"source":172,"target":180},{"source":172,"target":19},{"source":116,"target":7},{"source":116,"target":181},{"source":116,"target":19},{"source":116,"target":111},{"source":181,"target":7},{"source":103,"target":6},{"source":103,"target":182},{"source":103,"target":19},{"source":103,"target":96},{"source":182,"target":6},{"source":173,"target":25},{"source":173,"target":183},{"source":173,"target":19},{"source":183,"target":25},{"source":77,"target":3},{"source":77,"target":184},{"source":77,"target":19},{"source":77,"target":70},{"source":184,"target":3},{"source":20,"target":0},{"source":20,"target":185},{"source":20,"target":186},{"source":20,"target":187},{"source":20,"target":188},{"source":185,"target":189},{"source":185,"target":20},{"source":186,"target":190},{"source":186,"target":20},{"source":187,"target":3},{"source":187,"target":191},{"source":187,"target":20},{"source":191,"target":3},{"source":188,"target":19},{"source":188,"target":192},{"source":188,"target":20},{"source":192,"target":19},{"source":21,"target":0},{"source":21,"target":193},{"source":21,"target":194},{"source":21,"target":195},{"source":21,"target":196},{"source":21,"target":197},{"source":193,"target":198},{"source":193,"target":21},{"source":194,"target":199},{"source":194,"target":21},{"source":195,"target":200},{"source":195,"target":21},{"source":196,"target":27},{"source":196,"target":201},{"source":196,"target":21},{"source":201,"target":27},{"source":197,"target":27},{"source":197,"target":202},{"source":197,"target":21},{"source":202,"target":27},{"source":22,"target":0},{"source":22,"target":203},{"source":22,"target":204},{"source":203,"target":205},{"source":203,"target":22},{"source":204,"target":206},{"source":204,"target":22},{"source":23,"target":0},{"source":23,"target":207},{"source":23,"target":208},{"source":207,"target":23},{"source":208,"target":23},{"source":24,"target":0},{"source":24,"target":209},{"source":209,"target":24},{"source":25,"target":0},{"source":25,"target":210},{"source":25,"target":211},{"source":210,"target":25},{"source":211,"target":25},{"source":26,"target":0},{"source":26,"target":212},{"source":26,"target":213},{"source":26,"target":214},{"source":26,"target":215},{"source":212,"target":26},{"source":213,"target":26},{"source":214,"target":26},{"source":215,"target":26},{"source":27,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gore" nsURI="http://zanshin.disi.unitn.it/1.0/core" nsPrefix="it.unitn.disi.zanshin.model"> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="LTL.ecore#//OclAny"> <eOperations name="findGoalModel" eType="#//GoalModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="GoalModel model = null;&#xA;&#xA;// If it's the root goal, return the goal model.&#xA;if (it.unitn.disi.zanshin.model.gore.GorePackage.eINSTANCE.getGoal().isInstance(this))&#xA;&#x9;model = ((it.unitn.disi.zanshin.model.gore.Goal) this).getGoalModel();&#xA;&#xA;// If the model is not found in the root goal, move up the requirement tree looking for the root goal.&#xA;if ((model == null) &amp;&amp; (getParent() != null))&#xA;&#x9;model = getParent().findGoalModel();&#xA;&#xA;// Returns the found model, or null if no model has been found.&#xA;return model;"/> </eAnnotations> </eOperations> <eOperations name="getChildrenStateCount" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of defineable children.&#xA;int[] stateCount = new int[it.unitn.disi.zanshin.model.gore.DefinableRequirementState.VALUES.size()];&#xA;int defChildrenCount = 0;&#xA;for (it.unitn.disi.zanshin.model.gore.Requirement child : getChildren()) {&#xA;&#x9;if (child instanceof DefinableRequirement) {&#xA;&#x9;&#x9;defChildrenCount++;&#xA;&#x9;&#x9;stateCount[((DefinableRequirement) child).getState().getValue()]++;&#xA;&#x9;}&#xA;}&#xA;&#xA;// Converts to EList so we can return, adding the total number of definable children to the last position.&#xA;EList&lt;Integer> stateCountList = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;for (int count : stateCount)&#xA;&#x9;stateCountList.add(count);&#xA;stateCountList.add(defChildrenCount);&#xA;return stateCountList;"/> </eAnnotations> </eOperations> <eOperations name="replaceWith"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Cannot replace a requirement instance with null.&#xA;if (newRequirement == null) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Cannot replace a requirement instance with null. A proper requirement instance should be provided.&quot;); //$NON-NLS-1$&#xA;&#x9;throw new IllegalArgumentException();&#xA;}&#xA;&#xA;// Can only replace requirements of the same class.&#xA;if (! newRequirement.eClass().equals(eClass())) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Cannot replace a requirement instance of class {0} with one of class {1}. Instances should be of the same class.&quot;, eClass().getName(), newRequirement.eClass().getName()); //$NON-NLS-1$&#xA;&#x9;throw new IllegalArgumentException();&#xA;}&#xA;&#xA;// Changes the parent-child relationship (if there's no parent, we're setting null over null, so no harm). When&#xA;// elements have many-to-one bilateral associations, only the &quot;one&quot; side is manipulated. This is on purpose, as EMF&#xA;// generated code will handle the inverse association automatically.&#xA;Requirement parent = getParent();&#xA;setParent(null);&#xA;newRequirement.setParent(parent);&#xA;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Replacing requirement instances of class {0} ({1} -> {2})&quot;, eClass().getName(), this, newRequirement); //$NON-NLS-1$&#xA;&#xA;// After a piece of the requirements tree gets replaced by new instances (with possible different states), check if&#xA;// the ancestors should also have their state reset. For instance, if a failed instance is replaced by a non-failing&#xA;// one in an AND-refinement, the parent should change from Failed to Started or Undefined. Navigate up the tree.&#xA;while (parent != null) {&#xA;&#x9;// This procedure only makes sense in definable requirements.&#xA;&#x9;if (parent instanceof DefinableRequirement) {&#xA;&#x9;&#x9;DefinableRequirement req = (DefinableRequirement) parent;&#xA;&#xA;&#x9;&#x9;// Counts the number of children in each state and the number of definable children.&#xA;&#x9;&#x9;EList&lt;Integer> stateCount = req.getChildrenStateCount();&#xA;&#x9;&#x9;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#x9;&#x9;boolean doReset = false;&#xA;&#xA;&#x9;&#x9;// Checks the type of the requirement.&#xA;&#x9;&#x9;switch (req.getRefinementType()) {&#xA;&#x9;&#x9;case AND:&#xA;&#x9;&#x9;&#x9;// For failed AND-refined requirements, if none of its children failed, reset its state.&#xA;&#x9;&#x9;&#x9;doReset = (req.getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED) &amp;&amp; (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == 0);&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;case OR:&#xA;&#x9;&#x9;&#x9;// For failed OR-refined requirements, if at least one of its children didn't fail, reset its state.&#xA;&#x9;&#x9;&#x9;doReset = (req.getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED) &amp;&amp; (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) &lt; defChildrenCount);&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;// Checks if a reset is in order.&#xA;&#x9;&#x9;if (doReset) {&#xA;&#x9;&#x9;&#x9;// If no children have yet started, set the requirement also as Undefined.&#xA;&#x9;&#x9;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED_VALUE) == defChildrenCount)&#xA;&#x9;&#x9;&#x9;&#x9;req.setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED);&#xA;&#xA;&#x9;&#x9;&#x9;// Otherwise, if at least one child has started, set it also as Started.&#xA;&#x9;&#x9;&#x9;else req.setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.STARTED);&#xA;&#xA;&#x9;&#x9;&#x9;// Log what has just happened.&#xA;&#x9;&#x9;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;The status of {0} has been reset to {1}&quot;, req.eClass().getName(), req.getState()); //$NON-NLS-1$&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#xA;&#x9;// Next ancestor.&#xA;&#x9;parent = parent.getParent();&#xA;}"/> </eAnnotations> <eParameters name="newRequirement" eType="#//Requirement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refinementType" eType="#//RefinementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Requirement" containment="true" eOpposite="#//Requirement/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Requirement" eOpposite="#//Requirement/children"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinableRequirement" eSuperTypes="#//Requirement"> <eOperations name="start"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement started: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.STARTED);&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement) &amp;&amp; (((DefinableRequirement) parent).getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED))&#xA;&#x9;((DefinableRequirement) parent).start();"/> </eAnnotations> </eOperations> <eOperations name="end"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement ended: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$"/> </eAnnotations> </eOperations> <eOperations name="success"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement succeeded: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED);&#xA;end();&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement)) {&#xA;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.OR) ((DefinableRequirement) parent).success();&#xA;&#x9;else ((DefinableRequirement)parent).checkState();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="fail"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement failed: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED);&#xA;end();&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement)) {&#xA;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) ((DefinableRequirement) parent).fail();&#xA;&#x9;else ((DefinableRequirement)parent).checkState();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="checkState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of definable children.&#xA;org.eclipse.emf.common.util.EList&lt;Integer> stateCount = getChildrenStateCount();&#xA;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#xA;// For AND-refined requirements, checks if all children have SUCCEEDED.&#xA;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED_VALUE) == defChildrenCount) success();&#xA;}&#xA;&#xA;// For OR-refined requirements, checks if all children have FAILED.&#xA;else {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == defChildrenCount) fail();&#xA;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//DefinableRequirementState" defaultValueLiteral="undefined"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Softgoal" eSuperTypes="#//Requirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//QualityConstraint" eOpposite="#//QualityConstraint/softgoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerformativeRequirement" eSuperTypes="#//DefinableRequirement"> <eOperations name="cancel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Only process the cancellation if the requirement has not yet been canceled.&#xA;if (getState() != it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement canceled: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;&#x9;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED);&#xA;&#x9;end();&#xA;&#x9;&#xA;&#x9;// Propagate the cancellation to the parent, depending if its definable/performative, and/or-refined.&#xA;&#x9;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;&#x9;if ((parent != null) &amp;&amp; (parent instanceof it.unitn.disi.zanshin.model.gore.DefinableRequirement)) {&#xA;&#x9;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.OR) ((it.unitn.disi.zanshin.model.gore.DefinableRequirement)parent).checkState();&#xA;&#x9;&#x9;else if (parent instanceof PerformativeRequirement) ((PerformativeRequirement) parent).cancel();&#xA;&#x9;&#x9;else ((it.unitn.disi.zanshin.model.gore.DefinableRequirement)parent).fail();&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;// Also propagate the cancellation to the children if and-refined and the children are performative.&#xA;&#x9;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND)&#xA;&#x9;&#x9;for (it.unitn.disi.zanshin.model.gore.Requirement child : getChildren())&#xA;&#x9;&#x9;&#x9;if (child instanceof PerformativeRequirement) ((PerformativeRequirement) child).cancel();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="checkState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of definable children.&#xA;org.eclipse.emf.common.util.EList&lt;Integer> stateCount = getChildrenStateCount();&#xA;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#xA;// For AND-refined requirements, checks if all children have SUCCEEDED.&#xA;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED_VALUE) == defChildrenCount) success();&#xA;}&#xA;&#xA;// For OR-refined requirements, checks if all children have FAILED or have been CANCELED.&#xA;else {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == defChildrenCount) fail();&#xA;&#x9;else if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED_VALUE) == defChildrenCount) cancel();&#xA;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityConstraint" eSuperTypes="#//DefinableRequirement"> <eOperations name="replaceWith"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Performs the replacement as a normal requirement first.&#xA;super.replaceWith(newRequirement);&#xA;&#xA;// Then, replace the relationship quality constraints have with softgoals.&#xA;it.unitn.disi.zanshin.model.gore.Softgoal softgoal = getSoftgoal();&#xA;setSoftgoal(null);&#xA;((QualityConstraint) newRequirement).setSoftgoal(softgoal);"/> </eAnnotations> <eParameters name="newRequirement" eType="#//Requirement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="softgoal" lowerBound="1" eType="#//Softgoal" eOpposite="#//Softgoal/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AwReq" eSuperTypes="#//DefinableRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="otherTargets" upperBound="-1" eType="#//DefinableRequirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//DefinableRequirement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementCoefficient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAssumption" eSuperTypes="#//DefinableRequirement"/> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//PerformativeRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/rootGoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//PerformativeRequirement"/> <eClassifiers xsi:type="ecore:EEnum" name="AggregationLevel"> <eLiterals name="INSTANCE" literal="instance-level"/> <eLiterals name="CLASS" value="1" literal="class-level"/> <eLiterals name="BOTH" value="2" literal="both-levels"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DefinableRequirementState"> <eLiterals name="UNDEFINED" literal="undefined"/> <eLiterals name="STARTED" value="1" literal="started"/> <eLiterals name="SUCCEEDED" value="2" literal="succeeded"/> <eLiterals name="FAILED" value="3" literal="failed"/> <eLiterals name="CANCELED" value="4" literal="canceled"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DifferentialRelationOperator"> <eLiterals name="GREATER_THAN" literal="gt"/> <eLiterals name="FEWER_THAN" literal="ft"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MonitorableMethod"> <eLiterals name="START" literal="start"/> <eLiterals name="END" value="1" literal="end"/> <eLiterals name="SUCCESS" value="2" literal="success"/> <eLiterals name="FAIL" value="3" literal="fail"/> <eLiterals name="CANCEL" value="4" literal="cancel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterMetric"> <eLiterals name="ENUMERATED" literal="enumerated"/> <eLiterals name="INTEGER" value="1" literal="integer"/> <eLiterals name="REAL" value="2" literal="real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterType"> <eLiterals name="VARIATION_POINT" literal="vp"/> <eLiterals name="ENUMERATED_CONTROL_VARIABLE" value="1" literal="ecv"/> <eLiterals name="NUMERIC_CONTROL_VARIABLE" value="2" literal="ncv"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RefinementType"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor"> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/actors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferentialRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="indicator" eType="#//AwReq"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//DifferentialRelationOperator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoalModel"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (internalId == null) internalId = System.currentTimeMillis();&#xA;return internalId;"/> </eAnnotations> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given indicator.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if (indicator != null)&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;AwReq relationIndicator = relation.getIndicator(); &#xA;&#x9;&#x9;if ((relationIndicator != null) &amp;&amp; (relationIndicator.eClass().equals(indicator.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if (parameter != null)&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;Parameter relationParameter = relation.getParameter(); &#xA;&#x9;&#x9;if ((relationParameter != null) &amp;&amp; (relationParameter.eClass().equals(parameter.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="parameter" eType="#//Parameter"/> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given indicator and the given parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if ((indicator != null) &amp;&amp; (parameter != null))&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;AwReq relationIndicator = relation.getIndicator();&#xA;&#x9;&#x9;Parameter relationParameter = relation.getParameter();&#xA;&#x9;&#x9;if ((relationIndicator != null) &amp;&amp; (relationIndicator.eClass().equals(indicator.eClass())) &amp;&amp; (relationParameter != null) &amp;&amp; (relationParameter.eClass().equals(parameter.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> <eParameters name="parameter" eType="#//Parameter"/> </eOperations> <eOperations name="filterRelations" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Filters the relations by indicator and parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = filterRelations(indicator, parameter);&#xA;&#xA;// Creates a fake parameter for the value comparison.&#xA;it.unitn.disi.zanshin.model.gore.Parameter param = parameter.createCopy();&#xA;param.setValue(value);&#xA;&#xA;// Looks for a relation in which value is within bounds. Returns the first one found.&#xA;for (DifferentialRelation relation : filteredRelations) &#xA;&#x9;if (param.withinBoundsOf(relation))&#xA;&#x9;&#x9;return relation;&#xA;&#xA;// If not found, return null.&#xA;return null;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> <eParameters name="parameter" eType="#//Parameter"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rootGoal" lowerBound="1" eType="#//Goal" containment="true" eOpposite="#//Goal/goalModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true" eOpposite="#//Actor/goalModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration" containment="true" eOpposite="#//Configuration/goalModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//DifferentialRelation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eOperations name="greaterThan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) > 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="fewerThan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) &lt; 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="equalTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) == 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addedTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and add as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.add(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="multipliedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and multiply as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.multiply(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="subtractedFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and add as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.subtract(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="withinBoundsOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String lowerBound = relation.getLowerBound();&#xA;String upperBound = relation.getUpperBound();&#xA;&#xA;// Checks for null comparisons.&#xA;Boolean lowerCmp = greaterThan(lowerBound);&#xA;Boolean upperCmp = fewerThan(upperBound);&#xA;if ((lowerBound != null) &amp;&amp; (lowerCmp == null)) return null;&#xA;if ((upperBound != null) &amp;&amp; (upperCmp == null)) return null;&#xA;&#xA;// Does the comparisons, but only if needed. When the bounds are null, they mean infinity.&#xA;return (((lowerBound == null) || lowerCmp) &amp;&amp; ((upperBound == null) || upperCmp));"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> </eOperations> <eOperations name="incrementableIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Creates a fake parameter and increments it by a unit.&#xA;Parameter param = createCopy();&#xA;param.increment(relation, unit);&#xA;&#xA;// Checks if the fake param, i.e., the param incremented by a unit, is still within boundaries.&#xA;return param.withinBoundsOf(relation);"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> </eOperations> <eOperations name="createCopy" eType="#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.util.EcoreUtil.Copier copier = new org.eclipse.emf.ecore.util.EcoreUtil.Copier();&#xA;Parameter copy = (Parameter) copier.copy(this);&#xA;return copy;"/> </eAnnotations> </eOperations> <eOperations name="increment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Obtains the operator from the differential relation to check the increment direction.&#xA;String newValue = null;&#xA;switch (relation.getOperator()) {&#xA;case FEWER_THAN:&#xA;&#x9;newValue = subtractedFrom(value);&#xA;&#x9;break;&#xA;case GREATER_THAN:&#xA;&#x9;newValue = addedTo(value);&#xA;&#x9;break;&#xA;}&#xA;&#xA;// Changes the parameter's value to the new value.&#xA;if (newValue != null)&#xA;&#x9;setValue(newValue);"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration" eOpposite="#//Configuration/parameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ParameterType" defaultValueLiteral="vp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" lowerBound="1" eType="#//ParameterMetric" defaultValueLiteral="enumerated"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/gore.ecore
ecore
gore Requirement findGoalModel getChildrenStateCount replaceWith newRequirement refinementType children parent DefinableRequirement start end success fail checkState time state undefined Softgoal constraints PerformativeRequirement cancel checkState startTime QualityConstraint replaceWith newRequirement softgoal AwReq otherTargets target incrementCoefficient 1.0 DomainAssumption Goal goalModel Task AggregationLevel INSTANCE instance-level CLASS class-level BOTH both-levels DefinableRequirementState UNDEFINED undefined STARTED started SUCCEEDED succeeded FAILED failed CANCELED canceled DifferentialRelationOperator GREATER_THAN gt FEWER_THAN ft MonitorableMethod START start END end SUCCESS success FAIL fail CANCEL cancel ParameterMetric ENUMERATED enumerated INTEGER integer REAL real ParameterType VARIATION_POINT vp ENUMERATED_CONTROL_VARIABLE ecv NUMERIC_CONTROL_VARIABLE ncv RefinementType AND and OR or Actor goalModel Configuration parameters goalModel DifferentialRelation indicator parameter lowerBound upperBound operator value 0.0 GoalModel getId filterRelations indicator filterRelations parameter filterRelations indicator parameter filterRelations indicator parameter value rootGoal actors internalId configuration relations Parameter greaterThan value fewerThan value equalTo value addedTo value multipliedBy value subtractedFrom value withinBoundsOf relation incrementableIn relation createCopy increment relation value configuration type vp unit value metric enumerated
null
{"directed":true,"nodes":[{"nsPrefix":"it.unitn.disi.zanshin.model","nsURI":"http://zanshin.disi.unitn.it/1.0/core","name":"gore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinableRequirement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Softgoal","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformativeRequirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwReq","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAssumption","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DefinableRequirementState","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DifferentialRelationOperator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MonitorableMethod","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterMetric","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RefinementType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferentialRelation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoalModel","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"findGoalModel","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenStateCount","lowerBound":0,"id":23,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceWith","lowerBound":0,"id":24,"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":"refinementType","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newRequirement","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"success","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fail","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkState","lowerBound":0,"id":40,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"undefined","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraints","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":"softgoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"cancel","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkState","lowerBound":0,"id":51,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceWith","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newRequirement","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"otherTargets","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"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":"incrementCoefficient","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":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":"goalModel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rootGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"name":"INSTANCE","id":73,"value":0,"literal":"instance-level","eClass":"EEnumLiteral"},{"name":"CLASS","id":74,"value":1,"literal":"class-level","eClass":"EEnumLiteral"},{"name":"BOTH","id":75,"value":2,"literal":"both-levels","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":76,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"STARTED","id":77,"value":1,"literal":"started","eClass":"EEnumLiteral"},{"name":"SUCCEEDED","id":78,"value":2,"literal":"succeeded","eClass":"EEnumLiteral"},{"name":"FAILED","id":79,"value":3,"literal":"failed","eClass":"EEnumLiteral"},{"name":"CANCELED","id":80,"value":4,"literal":"canceled","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":81,"value":0,"literal":"gt","eClass":"EEnumLiteral"},{"name":"FEWER_THAN","id":82,"value":0,"literal":"ft","eClass":"EEnumLiteral"},{"name":"START","id":83,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"END","id":84,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"SUCCESS","id":85,"value":2,"literal":"success","eClass":"EEnumLiteral"},{"name":"FAIL","id":86,"value":3,"literal":"fail","eClass":"EEnumLiteral"},{"name":"CANCEL","id":87,"value":4,"literal":"cancel","eClass":"EEnumLiteral"},{"name":"ENUMERATED","id":88,"value":0,"literal":"enumerated","eClass":"EEnumLiteral"},{"name":"INTEGER","id":89,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"REAL","id":90,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"VARIATION_POINT","id":91,"value":0,"literal":"vp","eClass":"EEnumLiteral"},{"name":"ENUMERATED_CONTROL_VARIABLE","id":92,"value":1,"literal":"ecv","eClass":"EEnumLiteral"},{"name":"NUMERIC_CONTROL_VARIABLE","id":93,"value":2,"literal":"ncv","eClass":"EEnumLiteral"},{"name":"AND","id":94,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":95,"value":1,"literal":"or","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":"goalModel","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"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":"goalModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"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":"configuration","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":"indicator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":118,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":119,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":120,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"filterRelations","lowerBound":0,"id":121,"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":"internalId","changeable":false,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","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":"parameter","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"greaterThan","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fewerThan","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalTo","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addedTo","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"multipliedBy","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subtractedFrom","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"withinBoundsOf","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"incrementableIn","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createCopy","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"increment","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"vp","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"enumerated","unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relation","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relation","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":"relation","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":22,"target":20},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":20},{"source":23,"target":30},{"source":23,"target":1},{"source":24,"target":1},{"source":24,"target":31},{"source":31,"target":1},{"source":31,"target":32},{"source":31,"target":24},{"source":32,"target":1},{"source":25,"target":16},{"source":25,"target":33},{"source":25,"target":1},{"source":33,"target":16},{"source":26,"target":1},{"source":26,"target":34},{"source":26,"target":1},{"source":26,"target":27},{"source":34,"target":1},{"source":27,"target":1},{"source":27,"target":35},{"source":27,"target":1},{"source":27,"target":26},{"source":35,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":44},{"source":41,"target":2},{"source":42,"target":11},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":11},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":5},{"source":46,"target":48},{"source":46,"target":3},{"source":46,"target":49},{"source":48,"target":5},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":54},{"source":52,"target":4},{"source":53,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":55},{"source":5,"target":49},{"source":5,"target":56},{"source":55,"target":5},{"source":55,"target":57},{"source":57,"target":1},{"source":57,"target":58},{"source":57,"target":55},{"source":58,"target":1},{"source":49,"target":3},{"source":49,"target":59},{"source":49,"target":5},{"source":49,"target":46},{"source":59,"target":3},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":60,"target":2},{"source":60,"target":64},{"source":60,"target":6},{"source":64,"target":2},{"source":61,"target":2},{"source":61,"target":65},{"source":61,"target":6},{"source":65,"target":2},{"source":62,"target":66},{"source":62,"target":6},{"source":63,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":67},{"source":67,"target":2},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":68},{"source":8,"target":69},{"source":68,"target":20},{"source":68,"target":70},{"source":68,"target":8},{"source":68,"target":71},{"source":70,"target":20},{"source":69,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":72},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":73,"target":10},{"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":11},{"source":77,"target":11},{"source":78,"target":11},{"source":79,"target":11},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":12},{"source":82,"target":12},{"source":13,"target":0},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":83,"target":13},{"source":84,"target":13},{"source":85,"target":13},{"source":86,"target":13},{"source":87,"target":13},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":14},{"source":89,"target":14},{"source":90,"target":14},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":91,"target":15},{"source":92,"target":15},{"source":93,"target":15},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":94,"target":16},{"source":95,"target":16},{"source":17,"target":0},{"source":17,"target":96},{"source":96,"target":20},{"source":96,"target":97},{"source":96,"target":17},{"source":96,"target":98},{"source":97,"target":20},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":99,"target":21},{"source":99,"target":101},{"source":99,"target":18},{"source":99,"target":102},{"source":101,"target":21},{"source":100,"target":20},{"source":100,"target":103},{"source":100,"target":18},{"source":100,"target":104},{"source":103,"target":20},{"source":19,"target":0},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":105,"target":6},{"source":105,"target":111},{"source":105,"target":19},{"source":111,"target":6},{"source":106,"target":21},{"source":106,"target":112},{"source":106,"target":19},{"source":112,"target":21},{"source":107,"target":113},{"source":107,"target":19},{"source":108,"target":114},{"source":108,"target":19},{"source":109,"target":12},{"source":109,"target":115},{"source":109,"target":19},{"source":115,"target":12},{"source":110,"target":116},{"source":110,"target":19},{"source":20,"target":0},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":20,"target":71},{"source":20,"target":98},{"source":20,"target":122},{"source":20,"target":104},{"source":20,"target":123},{"source":117,"target":124},{"source":117,"target":20},{"source":118,"target":19},{"source":118,"target":125},{"source":118,"target":20},{"source":118,"target":126},{"source":125,"target":19},{"source":126,"target":6},{"source":126,"target":127},{"source":126,"target":118},{"source":127,"target":6},{"source":119,"target":19},{"source":119,"target":128},{"source":119,"target":20},{"source":119,"target":129},{"source":128,"target":19},{"source":129,"target":21},{"source":129,"target":130},{"source":129,"target":119},{"source":130,"target":21},{"source":120,"target":19},{"source":120,"target":131},{"source":120,"target":20},{"source":120,"target":132},{"source":120,"target":133},{"source":131,"target":19},{"source":132,"target":6},{"source":132,"target":134},{"source":132,"target":120},{"source":134,"target":6},{"source":133,"target":21},{"source":133,"target":135},{"source":133,"target":120},{"source":135,"target":21},{"source":121,"target":19},{"source":121,"target":136},{"source":121,"target":20},{"source":121,"target":137},{"source":121,"target":138},{"source":121,"target":139},{"source":136,"target":19},{"source":137,"target":6},{"source":137,"target":140},{"source":137,"target":121},{"source":140,"target":6},{"source":138,"target":21},{"source":138,"target":141},{"source":138,"target":121},{"source":141,"target":21},{"source":139,"target":142},{"source":139,"target":121},{"source":71,"target":8},{"source":71,"target":143},{"source":71,"target":20},{"source":71,"target":68},{"source":143,"target":8},{"source":98,"target":17},{"source":98,"target":144},{"source":98,"target":20},{"source":98,"target":96},{"source":144,"target":17},{"source":122,"target":145},{"source":122,"target":20},{"source":104,"target":18},{"source":104,"target":146},{"source":104,"target":20},{"source":104,"target":100},{"source":146,"target":18},{"source":123,"target":19},{"source":123,"target":147},{"source":123,"target":20},{"source":147,"target":19},{"source":21,"target":0},{"source":21,"target":148},{"source":21,"target":149},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":102},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":148,"target":162},{"source":148,"target":21},{"source":148,"target":163},{"source":163,"target":164},{"source":163,"target":148},{"source":149,"target":165},{"source":149,"target":21},{"source":149,"target":166},{"source":166,"target":167},{"source":166,"target":149},{"source":150,"target":168},{"source":150,"target":21},{"source":150,"target":169},{"source":169,"target":170},{"source":169,"target":150},{"source":151,"target":171},{"source":151,"target":21},{"source":151,"target":172},{"source":172,"target":173},{"source":172,"target":151},{"source":152,"target":174},{"source":152,"target":21},{"source":152,"target":175},{"source":175,"target":176},{"source":175,"target":152},{"source":153,"target":177},{"source":153,"target":21},{"source":153,"target":178},{"source":178,"target":179},{"source":178,"target":153},{"source":154,"target":180},{"source":154,"target":21},{"source":154,"target":181},{"source":181,"target":19},{"source":181,"target":182},{"source":181,"target":154},{"source":182,"target":19},{"source":155,"target":183},{"source":155,"target":21},{"source":155,"target":184},{"source":184,"target":19},{"source":184,"target":185},{"source":184,"target":155},{"source":185,"target":19},{"source":156,"target":21},{"source":156,"target":186},{"source":156,"target":21},{"source":186,"target":21},{"source":157,"target":21},{"source":157,"target":187},{"source":157,"target":188},{"source":187,"target":19},{"source":187,"target":189},{"source":187,"target":157},{"source":189,"target":19},{"source":188,"target":190},{"source":188,"target":157},{"source":102,"target":18},{"source":102,"target":191},{"source":102,"target":21},{"source":102,"target":99},{"source":191,"target":18},{"source":158,"target":15},{"source":158,"target":192},{"source":158,"target":21},{"source":192,"target":15},{"source":159,"target":193},{"source":159,"target":21},{"source":160,"target":194},{"source":160,"target":21},{"source":161,"target":14},{"source":161,"target":195},{"source":161,"target":21},{"source":195,"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="GalaxyEngineMetamodel" nsURI="http:///lv.lumii.tda.galaxyenginemetamodel.5b732f0f-c644-4e9a-82ab-aae1f2ceb8c6" nsPrefix="lv.lumii.datagalaxies.mm"> <eClassifiers xsi:type="ecore:EClass" name="LaunchTransformationCommand" eSuperTypes="//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command"/> <eClassifiers xsi:type="ecore:EClass" name="GalaxyEngine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onRunEvent" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useGalacticIcons" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" upperBound="-1" eType="//DataGalaxy" eOpposite="//DataGalaxy/galaxyEngine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataGalaxy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutInfo" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="galaxyComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/dataGalaxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="galaxyEngine" eType="//GalaxyEngine" eOpposite="//GalaxyEngine/dataGalaxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" upperBound="-1" eType="//Frame" eOpposite="//Frame/dataGalaxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editGalaxyCommand" upperBound="-1" eType="//EditGalaxyCommand" eOpposite="//EditGalaxyCommand/dataGalaxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runConfiguration" upperBound="-1" eType="//RunConfiguration" eOpposite="//RunConfiguration/dataGalaxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeRunConfiguration" upperBound="-1" eType="//RunConfiguration" eOpposite="//RunConfiguration/dg1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refreshGalaxyCommand" upperBound="-1" eType="//RefreshGalaxyCommand" eOpposite="//RefreshGalaxyCommand/dataGalaxy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GalaxyComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateMessage" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" eType="//DataGalaxy" eOpposite="//DataGalaxy/galaxyComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rc1" upperBound="-1" eType="//RunConfiguration" eOpposite="//RunConfiguration/visibleComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rc2" upperBound="-1" eType="//RunConfiguration" eOpposite="//RunConfiguration/mustConfigureComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rc3" upperBound="-1" eType="//RunConfiguration" eOpposite="//RunConfiguration/deactivatedComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refreshGalaxyCommand" upperBound="-1" eType="//RefreshGalaxyCommand" eOpposite="//RefreshGalaxyCommand/modifiedComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frame" upperBound="-1" eType="//Frame" eOpposite="//Frame/galaxyComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="visibleComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/rc1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mustConfigureComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/rc2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deactivatedComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/rc3"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" eType="//DataGalaxy" eOpposite="//DataGalaxy/runConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dg1" upperBound="-1" eType="//DataGalaxy" eOpposite="//DataGalaxy/activeRunConfiguration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Star" eSuperTypes="//GalaxyComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyOnInit" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="starDataType" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="planet" upperBound="-1" eType="//Planet" eOpposite="//Planet/star"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consumer" upperBound="-1" eType="//StellarWind" eOpposite="//StellarWind/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="producer" upperBound="-1" eType="//StellarWind" eOpposite="//StellarWind/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="starData" upperBound="-1" eType="//StarData" eOpposite="//StarData/star"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configureStar" upperBound="-1" eType="//ConfigureStar" eOpposite="//ConfigureStar/star"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializeStar" upperBound="-1" eType="//InitializeStar" eOpposite="//InitializeStar/star"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalizeStar" upperBound="-1" eType="//FinalizeStar" eOpposite="//FinalizeStar/star"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cleanupStar" upperBound="-1" eType="//CleanupStar" eOpposite="//CleanupStar/star"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Planet" eSuperTypes="//GalaxyComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="star" upperBound="-1" eType="//Star" eOpposite="//Star/planet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="crossFilter" upperBound="-1" eType="//CrossFilter" eOpposite="//CrossFilter/planet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurePlanet" upperBound="-1" eType="//ConfigurePlanet" eOpposite="//ConfigurePlanet/planet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visualizePlanet" upperBound="-1" eType="//VisualizePlanet" eOpposite="//VisualizePlanet/planet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StellarWind" eSuperTypes="//GalaxyComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="//Star" eOpposite="//Star/consumer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="//Star" eOpposite="//Star/producer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="crossFilter" upperBound="-1" eType="//CrossFilter" eOpposite="//CrossFilter/stellarWind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configureStellarWind" upperBound="-1" eType="//ConfigureStellarWind" eOpposite="//ConfigureStellarWind/stellarWind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emitStellarWind" upperBound="-1" eType="//EmitStellarWind" eOpposite="//EmitStellarWind/stellarWind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossFilter" eSuperTypes="//GalaxyComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="planet" upperBound="-1" eType="//Planet" eOpposite="//Planet/crossFilter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stellarWind" upperBound="-1" eType="//StellarWind" eOpposite="//StellarWind/crossFilter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configureCrossFilter" upperBound="-1" eType="//ConfigureCrossFilter" eOpposite="//ConfigureCrossFilter/crossFilter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StarData"> <eStructuralFeatures xsi:type="ecore:EReference" name="star" eType="//Star" eOpposite="//Star/starData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurePlanet" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameLocation" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="planet" upperBound="-1" eType="//Planet" eOpposite="//Planet/configurePlanet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualizePlanet" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameLocation" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="planet" upperBound="-1" eType="//Planet" eOpposite="//Planet/visualizePlanet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigureStar" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameLocation" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="star" upperBound="-1" eType="//Star" eOpposite="//Star/configureStar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitializeStar" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="star" upperBound="-1" eType="//Star" eOpposite="//Star/initializeStar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigureCrossFilter" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameLocation" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="crossFilter" upperBound="-1" eType="//CrossFilter" eOpposite="//CrossFilter/configureCrossFilter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigureStellarWind" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameLocation" unsettable="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stellarWind" upperBound="-1" eType="//StellarWind" eOpposite="//StellarWind/configureStellarWind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmitStellarWind" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="stellarWind" upperBound="-1" eType="//StellarWind" eOpposite="//StellarWind/emitStellarWind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditGalaxyCommand" eSuperTypes="//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" upperBound="-1" eType="//DataGalaxy" eOpposite="//DataGalaxy/editGalaxyCommand"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" upperBound="-1" eType="//DataGalaxy" eOpposite="//DataGalaxy/frame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="galaxyComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefreshGalaxyCommand" eSuperTypes="//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiedComponent" upperBound="-1" eType="//GalaxyComponent" eOpposite="//GalaxyComponent/refreshGalaxyCommand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataGalaxy" upperBound="-1" eType="//DataGalaxy" eOpposite="//DataGalaxy/refreshGalaxyCommand"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalizeStar" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="star" upperBound="-1" eType="//Star" eOpposite="//Star/finalizeStar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CleanupStar" eSuperTypes="//LaunchTransformationCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="star" upperBound="-1" eType="//Star" eOpposite="//Star/cleanupStar"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/LUMII-Syslab/DataGalaxies.webapp/GalaxyEngineMetamodel.ecore
ecore
GalaxyEngineMetamodel LaunchTransformationCommand uri Command GalaxyEngine onRunEvent useGalacticIcons dataGalaxy DataGalaxy layoutInfo galaxyComponent galaxyEngine frame editGalaxyCommand runConfiguration activeRunConfiguration refreshGalaxyCommand GalaxyComponent id name state stateMessage location dataGalaxy rc1 rc2 rc3 refreshGalaxyCommand frame RunConfiguration name description visibleComponent mustConfigureComponent deactivatedComponent dataGalaxy dg1 Star emptyOnInit starDataType planet consumer producer starData configureStar initializeStar finalizeStar cleanupStar Planet star crossFilter configurePlanet visualizePlanet StellarWind description source target crossFilter configureStellarWind emitStellarWind CrossFilter planet stellarWind configureCrossFilter StarData star ConfigurePlanet frameLocation planet VisualizePlanet frameLocation planet ConfigureStar frameLocation star InitializeStar star ConfigureCrossFilter frameLocation crossFilter ConfigureStellarWind frameLocation stellarWind EmitStellarWind stellarWind EditGalaxyCommand dataGalaxy Frame dataGalaxy galaxyComponent RefreshGalaxyCommand modifiedComponent dataGalaxy FinalizeStar star CleanupStar star
null
{"directed":true,"nodes":[{"nsPrefix":"lv.lumii.datagalaxies.mm","nsURI":"http:///lv.lumii.tda.galaxyenginemetamodel.5b732f0f-c644-4e9a-82ab-aae1f2ceb8c6","name":"GalaxyEngineMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchTransformationCommand","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GalaxyEngine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataGalaxy","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GalaxyComponent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunConfiguration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Planet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StellarWind","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossFilter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StarData","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurePlanet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualizePlanet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigureStar","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializeStar","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigureCrossFilter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigureStellarWind","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmitStellarWind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditGalaxyCommand","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefreshGalaxyCommand","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalizeStar","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CleanupStar","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"onRunEvent","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"useGalacticIcons","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataGalaxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"galaxyEngine","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":true,"transient":false,"unique":true,"name":"layoutInfo","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":false,"unsettable":false,"transient":false,"unique":true,"name":"galaxyComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","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":"editGalaxyCommand","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":"runConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeRunConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refreshGalaxyCommand","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":"dataGalaxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataGalaxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataGalaxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataGalaxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dg1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataGalaxy","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":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"name","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":true,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stateMessage","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rc2","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":"rc3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refreshGalaxyCommand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"visibleComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"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":"mustConfigureComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deactivatedComponent","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modifiedComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"galaxyComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"name","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":true,"transient":false,"unique":true,"name":"description","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"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"emptyOnInit","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":true,"transient":false,"unique":true,"name":"starDataType","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planet","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":"consumer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"producer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"starData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configureStar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializeStar","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":false,"unsettable":false,"transient":false,"unique":true,"name":"finalizeStar","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":"cleanupStar","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"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":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"star","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"crossFilter","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":"configurePlanet","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":"visualizePlanet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planet","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"planet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"crossFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configureStellarWind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"emitStellarWind","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"stellarWind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stellarWind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stellarWind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configureCrossFilter","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"crossFilter","changeable":true,"resolveProxies":true,"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":true,"transient":false,"unique":true,"name":"frameLocation","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"frameLocation","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"frameLocation","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"frameLocation","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"frameLocation","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":26},{"source":24,"target":1},{"source":25,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":3},{"source":29,"target":33},{"source":32,"target":4},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":33},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":34,"target":41},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":42},{"source":35,"target":4},{"source":35,"target":43},{"source":42,"target":5},{"source":33,"target":3},{"source":33,"target":44},{"source":33,"target":4},{"source":33,"target":29},{"source":44,"target":3},{"source":36,"target":20},{"source":36,"target":45},{"source":36,"target":4},{"source":36,"target":46},{"source":45,"target":20},{"source":37,"target":19},{"source":37,"target":47},{"source":37,"target":4},{"source":37,"target":48},{"source":47,"target":19},{"source":38,"target":6},{"source":38,"target":49},{"source":38,"target":4},{"source":38,"target":50},{"source":49,"target":6},{"source":39,"target":6},{"source":39,"target":51},{"source":39,"target":4},{"source":39,"target":52},{"source":51,"target":6},{"source":40,"target":21},{"source":40,"target":53},{"source":40,"target":4},{"source":40,"target":54},{"source":53,"target":21},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":43},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":55,"target":65},{"source":55,"target":5},{"source":56,"target":66},{"source":56,"target":5},{"source":57,"target":67},{"source":57,"target":5},{"source":58,"target":68},{"source":58,"target":5},{"source":59,"target":69},{"source":59,"target":5},{"source":43,"target":4},{"source":43,"target":70},{"source":43,"target":5},{"source":43,"target":35},{"source":70,"target":4},{"source":60,"target":6},{"source":60,"target":71},{"source":60,"target":5},{"source":60,"target":72},{"source":71,"target":6},{"source":61,"target":6},{"source":61,"target":73},{"source":61,"target":5},{"source":61,"target":74},{"source":73,"target":6},{"source":62,"target":6},{"source":62,"target":75},{"source":62,"target":5},{"source":62,"target":76},{"source":75,"target":6},{"source":63,"target":21},{"source":63,"target":77},{"source":63,"target":5},{"source":63,"target":78},{"source":77,"target":21},{"source":64,"target":20},{"source":64,"target":79},{"source":64,"target":5},{"source":64,"target":80},{"source":79,"target":20},{"source":6,"target":0},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":72},{"source":6,"target":74},{"source":6,"target":76},{"source":6,"target":50},{"source":6,"target":52},{"source":81,"target":83},{"source":81,"target":6},{"source":82,"target":84},{"source":82,"target":6},{"source":72,"target":5},{"source":72,"target":85},{"source":72,"target":6},{"source":72,"target":60},{"source":85,"target":5},{"source":74,"target":5},{"source":74,"target":86},{"source":74,"target":6},{"source":74,"target":61},{"source":86,"target":5},{"source":76,"target":5},{"source":76,"target":87},{"source":76,"target":6},{"source":76,"target":62},{"source":87,"target":5},{"source":50,"target":4},{"source":50,"target":88},{"source":50,"target":6},{"source":50,"target":38},{"source":88,"target":4},{"source":52,"target":4},{"source":52,"target":89},{"source":52,"target":6},{"source":52,"target":39},{"source":89,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":90,"target":101},{"source":90,"target":7},{"source":91,"target":102},{"source":91,"target":7},{"source":92,"target":8},{"source":92,"target":103},{"source":92,"target":7},{"source":92,"target":104},{"source":103,"target":8},{"source":93,"target":9},{"source":93,"target":105},{"source":93,"target":7},{"source":93,"target":106},{"source":105,"target":9},{"source":94,"target":9},{"source":94,"target":107},{"source":94,"target":7},{"source":94,"target":108},{"source":107,"target":9},{"source":95,"target":11},{"source":95,"target":109},{"source":95,"target":7},{"source":95,"target":110},{"source":109,"target":11},{"source":96,"target":14},{"source":96,"target":111},{"source":96,"target":7},{"source":96,"target":112},{"source":111,"target":14},{"source":97,"target":15},{"source":97,"target":113},{"source":97,"target":7},{"source":97,"target":114},{"source":113,"target":15},{"source":98,"target":22},{"source":98,"target":115},{"source":98,"target":7},{"source":98,"target":116},{"source":115,"target":22},{"source":99,"target":23},{"source":99,"target":117},{"source":99,"target":7},{"source":99,"target":118},{"source":117,"target":23},{"source":100,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":104},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":104,"target":7},{"source":104,"target":123},{"source":104,"target":8},{"source":104,"target":92},{"source":123,"target":7},{"source":119,"target":10},{"source":119,"target":124},{"source":119,"target":8},{"source":119,"target":125},{"source":124,"target":10},{"source":120,"target":12},{"source":120,"target":126},{"source":120,"target":8},{"source":120,"target":127},{"source":126,"target":12},{"source":121,"target":13},{"source":121,"target":128},{"source":121,"target":8},{"source":121,"target":129},{"source":128,"target":13},{"source":122,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":130},{"source":9,"target":106},{"source":9,"target":108},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":130,"target":135},{"source":130,"target":9},{"source":106,"target":7},{"source":106,"target":136},{"source":106,"target":9},{"source":106,"target":93},{"source":136,"target":7},{"source":108,"target":7},{"source":108,"target":137},{"source":108,"target":9},{"source":108,"target":94},{"source":137,"target":7},{"source":131,"target":10},{"source":131,"target":138},{"source":131,"target":9},{"source":131,"target":139},{"source":138,"target":10},{"source":132,"target":17},{"source":132,"target":140},{"source":132,"target":9},{"source":132,"target":141},{"source":140,"target":17},{"source":133,"target":18},{"source":133,"target":142},{"source":133,"target":9},{"source":133,"target":143},{"source":142,"target":18},{"source":134,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":125},{"source":10,"target":139},{"source":10,"target":144},{"source":10,"target":145},{"source":125,"target":8},{"source":125,"target":146},{"source":125,"target":10},{"source":125,"target":119},{"source":146,"target":8},{"source":139,"target":9},{"source":139,"target":147},{"source":139,"target":10},{"source":139,"target":131},{"source":147,"target":9},{"source":144,"target":16},{"source":144,"target":148},{"source":144,"target":10},{"source":144,"target":149},{"source":148,"target":16},{"source":145,"target":5},{"source":11,"target":0},{"source":11,"target":110},{"source":110,"target":7},{"source":110,"target":150},{"source":110,"target":11},{"source":110,"target":95},{"source":150,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":151},{"source":12,"target":127},{"source":12,"target":152},{"source":151,"target":153},{"source":151,"target":12},{"source":127,"target":8},{"source":127,"target":154},{"source":127,"target":12},{"source":127,"target":120},{"source":154,"target":8},{"source":152,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":155},{"source":13,"target":129},{"source":13,"target":156},{"source":155,"target":157},{"source":155,"target":13},{"source":129,"target":8},{"source":129,"target":158},{"source":129,"target":13},{"source":129,"target":121},{"source":158,"target":8},{"source":156,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":159},{"source":14,"target":112},{"source":14,"target":160},{"source":159,"target":161},{"source":159,"target":14},{"source":112,"target":7},{"source":112,"target":162},{"source":112,"target":14},{"source":112,"target":96},{"source":162,"target":7},{"source":160,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":114},{"source":15,"target":163},{"source":114,"target":7},{"source":114,"target":164},{"source":114,"target":15},{"source":114,"target":97},{"source":164,"target":7},{"source":163,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":165},{"source":16,"target":149},{"source":16,"target":166},{"source":165,"target":167},{"source":165,"target":16},{"source":149,"target":10},{"source":149,"target":168},{"source":149,"target":16},{"source":149,"target":144},{"source":168,"target":10},{"source":166,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":169},{"source":17,"target":141},{"source":17,"target":170},{"source":169,"target":171},{"source":169,"target":17},{"source":141,"target":9},{"source":141,"target":172},{"source":141,"target":17},{"source":141,"target":132},{"source":172,"target":9},{"source":170,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":143},{"source":18,"target":173},{"source":143,"target":9},{"source":143,"target":174},{"source":143,"target":18},{"source":143,"target":133},{"source":174,"target":9},{"source":173,"target":1},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":48},{"source":19,"target":175},{"source":48,"target":4},{"source":48,"target":176},{"source":48,"target":19},{"source":48,"target":37},{"source":176,"target":4},{"source":175,"target":2},{"source":20,"target":0},{"source":20,"target":46},{"source":20,"target":80},{"source":46,"target":4},{"source":46,"target":177},{"source":46,"target":20},{"source":46,"target":36},{"source":177,"target":4},{"source":80,"target":5},{"source":80,"target":178},{"source":80,"target":20},{"source":80,"target":64},{"source":178,"target":5},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":78},{"source":21,"target":54},{"source":21,"target":179},{"source":78,"target":5},{"source":78,"target":180},{"source":78,"target":21},{"source":78,"target":63},{"source":180,"target":5},{"source":54,"target":4},{"source":54,"target":181},{"source":54,"target":21},{"source":54,"target":40},{"source":181,"target":4},{"source":179,"target":2},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":116},{"source":22,"target":182},{"source":116,"target":7},{"source":116,"target":183},{"source":116,"target":22},{"source":116,"target":98},{"source":183,"target":7},{"source":182,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":118},{"source":23,"target":184},{"source":118,"target":7},{"source":118,"target":185},{"source":118,"target":23},{"source":118,"target":99},{"source":185,"target":7},{"source":184,"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="filesystem" nsURI="eu.modelwriter.examples.filesystem" nsPrefix="fsys"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all disj a, b: FSObject - Root | &#xA; &#x9;a.~content = b.~content => a.name != b.name"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/source"> <details key="source" value="package filesystem : fsys = 'eu.modelwriter.examples.filesystem'&#xA;{&#xA; class Name;&#xA; abstract class FSObject&#xA; {&#xA; public property name : Name;&#xA; invariant : FSObject in Root.*content;&#xA; }&#xA; abstract class Executable&#xA; {&#xA; public property depend : File[*];&#xA; invariant : all e: Executable | not (e in e.^depend);&#xA; }&#xA; public class File extends FSObject, Executable;&#xA; public class Dir extends FSObject&#xA; {&#xA; public property content : FSObject[*] { composes };&#xA; invariant : all d: Dir | not (d in d.^content);&#xA; }&#xA; public class Link extends FSObject&#xA; {&#xA; public property link : FSObject;&#xA; invariant : all l: Link | not (l in l.^link);&#xA; }&#xA; public class Root extends Dir&#xA; {&#xA; invariant : no Root.~content;&#xA; invariant : one Root;&#xA; }&#xA; invariant : all disj a, b: FSObject - Root | &#xA; &#x9;a.~content = b.~content => a.name != b.name;&#xA; package properties : prop = 'eu.modelwriter.examples.filesystem.extended'&#xA; {&#xA; &#x9;enum Access {&#xA; &#x9;&#x9;literal Readonly; &#xA; &#x9;&#x9;literal None;&#xA; &#x9;&#x9;literal ReadAndWriter; &#xA; &#x9;}&#xA; }&#xA;}"/> <details key="source_hash" value="1857019255"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Name"/> <eClassifiers xsi:type="ecore:EClass" name="FSObject" abstract="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="FSObject in Root.*content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="//Name"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Executable" abstract="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all e: Executable | not (e in e.^depend)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="depend" ordered="false" upperBound="-1" eType="//File"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="//FSObject //Executable"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dir" eSuperTypes="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all d: Dir | not (d in d.^content)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" ordered="false" upperBound="-1" eType="//FSObject" containment="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all l: Link | not (l in l.^link)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="1" eType="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="//Dir"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="no Root.~content"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="one Root"/> </eAnnotations> </eClassifiers> <eSubpackages name="properties" nsURI="eu.modelwriter.examples.filesystem.extended" nsPrefix="prop"> <eClassifiers xsi:type="ecore:EEnum" name="Access"> <eLiterals name="Readonly"/> <eLiterals name="None"/> <eLiterals name="ReadAndWriter"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/ModelWriter/Demonstrations/eu.modelwriter.demonstration.alloyinecore/filesystem/FileSystem.ecore
ecore
filesystem Name FSObject name Executable depend File Dir content Link link Root properties Access Readonly Readonly None None ReadAndWriter ReadAndWriter
null
{"directed":true,"nodes":[{"nsPrefix":"fsys","nsURI":"eu.modelwriter.examples.filesystem","name":"filesystem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dir","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"prop","nsURI":"eu.modelwriter.examples.filesystem.extended","name":"properties","id":8,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depend","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Access","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"name":"Readonly","id":23,"value":0,"literal":"Readonly","eClass":"EEnumLiteral"},{"name":"None","id":24,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"ReadAndWriter","id":25,"value":0,"literal":"ReadAndWriter","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":1},{"source":9,"target":10},{"source":9,"target":2},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":11},{"source":11,"target":4},{"source":11,"target":12},{"source":11,"target":3},{"source":12,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":13},{"source":4,"target":14},{"source":13,"target":2},{"source":14,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":15},{"source":5,"target":16},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":5},{"source":17,"target":2},{"source":16,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":18},{"source":6,"target":19},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":6},{"source":20,"target":2},{"source":19,"target":2},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":21},{"source":21,"target":5},{"source":8,"target":22},{"source":8,"target":0},{"source":22,"target":8},{"source":22,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":23,"target":22},{"source":24,"target":22},{"source":25,"target":22}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pgm" nsURI="http://www.smeup.org/asup/os/pgm" nsPrefix="os-pgm"> <eClassifiers xsi:type="ecore:EClass" name="ActivationGroup" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eOperations name="lookup" eType="#//ProgramCallable"> <eParameters name="program" lowerBound="1" eType="#//Program"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="programs" upperBound="-1" eType="#//ProgramCallable" containment="true" eOpposite="#//ProgramCallable/activationGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivationGroupManager" abstract="true" interface="true"> <eOperations name="close" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="activationGroup" lowerBound="1" eType="#//ActivationGroup"/> </eOperations> <eOperations name="closeAll"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> </eOperations> <eOperations name="create" lowerBound="1" eType="#//ActivationGroup"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="register" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="list" upperBound="-1" eType="#//ActivationGroup"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> </eOperations> <eOperations name="lookup" eType="#//ActivationGroup"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="register"> <eParameters name="job" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="activationGroup" lowerBound="1" eType="#//ActivationGroup"/> </eOperations> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.mi.core/model/mi-core.ecore#//util/Singleton"> <eTypeArguments eClassifier="#//ActivationGroupManager"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ParameterList" instanceClassName="org.smeup.sys.il.data.QData[]"/> <eClassifiers xsi:type="ecore:EClass" name="Program" eSuperTypes="../../org.smeup.sys.os.type/model/os-type.ecore#//TypedObject"> <eOperations name="getClassURI" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> <eOperations name="getPackageInfoURI" eType="ecore:EDataType ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaURI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activationGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="*DFT"> <eAnnotations source="il-data" references="../../org.smeup.sys.il.data/model/il-data.ecore#//def/CharacterDef"> <details key="length" value="10"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="il-data" references="../../org.smeup.sys.il.data/model/il-data.ecore#//def/CharacterDef"> <details key="length" value="128"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseProgram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="il-data" references="../../org.smeup.sys.il.data/model/il-data.ecore#//def/CharacterDef"> <details key="length" value="128"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationParams" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ProgramSource" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramCallable" abstract="true"> <eOperations name="close"/> <eOperations name="getDataContext" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//DataContext"/> <eOperations name="getParameters" eType="#//ParameterList"/> <eOperations name="getProgram" lowerBound="1" eType="#//Program"/> <eOperations name="getProgramInfo" lowerBound="1" eType="#//ProgramInfo"/> <eOperations name="getProgramStatus" lowerBound="1" eType="#//ProgramStatus"/> <eOperations name="getRawProgram" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eOperations name="isOpen" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activationGroup" eType="#//ActivationGroup" eOpposite="#//ActivationGroup/programs"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.il.core/model/il-core.ecore#//Object"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaCallable"> <eTypeArguments eClassifier="#//ParameterList"/> </eGenericSuperTypes> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.mi.core/model/mi-core.ecore#//JavaCloseable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scanPackage" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eGenericSuperTypes eClassifier="ecore:EClass ../../org.smeup.sys.os.type/model/os-type.ecore#//TypedContainer"> <eTypeArguments eClassifier="#//Program"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramInfo" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memorySize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramManager" abstract="true" interface="true"> <eOperations name="callProgram"> <eParameters name="capability" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/JobCapability"/> <eParameters name="library" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="program" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="params" eType="#//ParameterList"/> </eOperations> <eOperations name="callProgram"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="klass" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="params" eType="#//ParameterList"/> </eOperations> <eOperations name="callProgram"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="library" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="program" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="params" eType="#//ParameterList"/> </eOperations> <eOperations name="callProgram"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="#//Program"/> <eParameters name="params" eType="#//ParameterList"/> </eOperations> <eOperations name="getCaller" eType="#//ProgramCallable"> <eParameters name="contextID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="program" lowerBound="1" eType="#//ProgramCallable"/> </eOperations> <eOperations name="getCaller" eType="#//ProgramCallable"> <eParameters name="contextID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="program" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getCaller" eType="#//ProgramCallable"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="#//ProgramCallable"/> </eOperations> <eOperations name="getCaller" eType="#//ProgramCallable"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eOperations name="getProgramStack" eType="#//ProgramStack"> <eParameters name="contextID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getProgramStack" eType="#//ProgramStack"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> </eOperations> <eOperations name="loadProgram" eType="#//ProgramCallable"> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="program" lowerBound="1" eType="#//Program"/> </eOperations> <eOperations name="loadProgram"> <eGenericType eTypeParameter="#//ProgramManager/loadProgram.1/P"/> <eTypeParameters name="P"> <eBounds eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eTypeParameters> <eParameters name="job" eType="ecore:EClass ../../org.smeup.sys.os.core/model/os-core.ecore#//jobs/Job"/> <eParameters name="klass"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments eTypeParameter="#//ProgramManager/loadProgram.1/P"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramSource" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="ASUP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramStack" eSuperTypes="../../org.smeup.sys.il.core/model/il-core.ecore#//Object"> <eOperations name="contains" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="element" lowerBound="1" eType="#//ProgramCallable"/> </eOperations> <eOperations name="contains" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isEmpty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="list" upperBound="-1" eType="#//ProgramCallable"> <eParameters name="order" lowerBound="1" eType="#//ProgramStackOrder"/> </eOperations> <eOperations name="push"> <eParameters name="element" lowerBound="1" eType="#//ProgramCallable"/> </eOperations> <eOperations name="peek" eType="#//ProgramCallable"/> <eOperations name="pop" eType="#//ProgramCallable"/> <eOperations name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProgramStackOrder"> <eLiterals name="Ascend" value="10" literal="A"/> <eLiterals name="Descend" value="20" literal="D"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramStatus" abstract="true" interface="true" eSuperTypes="../../org.smeup.sys.il.data/model/il-data.ecore#//DataStruct"> <eOperations name="getJobNumber" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Decimal"/> <eOperations name="getJobName" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Character"/> <eOperations name="getParametersNumber" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Decimal"/> <eOperations name="getProgramName" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Character"/> <eOperations name="getProgramLibrary" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Character"/> <eOperations name="getStatusCode" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Decimal"/> <eOperations name="getUserName" lowerBound="1" eType="ecore:EClass ../../org.smeup.sys.il.data/model/il-data.ecore#//Character"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/smeup/asup/org.smeup.sys.os.pgm/model/os-pgm.ecore
ecore
pgm ActivationGroup lookup program name programs ActivationGroupManager close job activationGroup closeAll job create job name register list job lookup job name register job activationGroup ParameterList org.smeup.sys.il.data.QData[] org.smeup.sys.il.data.QData[] Program getClassURI getPackageInfoURI activationGroup *DFT address baseProgram creationParams source ProgramCallable close getDataContext getParameters getProgram getProgramInfo getProgramStatus getRawProgram isOpen activationGroup ProgramContainer basePackage scanPackage ProgramInfo memorySize loadTime callTime ProgramManager callProgram capability library program params callProgram job klass params callProgram job library program params callProgram job program params getCaller contextID program getCaller contextID program getCaller job program getCaller job program getProgramStack contextID getProgramStack job loadProgram job program loadProgram P job klass ProgramSource type ASUP content ProgramStack contains element contains name isEmpty list order push element peek pop size ProgramStackOrder Ascend A Descend D ProgramStatus getJobNumber getJobName getParametersNumber getProgramName getProgramLibrary getStatusCode getUserName
null
{"directed":true,"nodes":[{"nsPrefix":"os-pgm","nsURI":"http://www.smeup.org/asup/os/pgm","name":"pgm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationGroup","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationGroupManager","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.smeup.sys.il.data.QData[]","defaultValue":null,"instanceClassName":"org.smeup.sys.il.data.QData[]","name":"ParameterList","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCallable","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramContainer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramInfo","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramManager","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramSource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramStack","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProgramStackOrder","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramStatus","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":13,"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":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":"programs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activationGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"close","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"closeAll","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"list","lowerBound":0,"id":26,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"register","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"activationGroup","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":38,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":39,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"register","lowerBound":1,"id":40,"many":false,"required":true,"eClass":"EParameter"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":45,"many":false,"required":true,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":48,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":49,"many":false,"required":true,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"activationGroup","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassURI","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPackageInfoURI","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"*DFT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*DFT","unsettable":false,"transient":false,"unique":true,"name":"activationGroup","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":"address","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":"baseProgram","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":"creationParams","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"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,"unique":true,"name":"close","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDataContext","lowerBound":1,"id":73,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameters","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgram","lowerBound":1,"id":75,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramInfo","lowerBound":1,"id":76,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramStatus","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRawProgram","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOpen","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EOperation"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":92,"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":"scanPackage","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memorySize","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":"loadTime","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"callTime","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"callProgram","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"callProgram","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"callProgram","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"callProgram","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCaller","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramStack","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramStack","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadProgram","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadProgram","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"capability","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"library","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":119,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"params","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"klass","lowerBound":1,"id":126,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"params","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EParameter"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"library","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":134,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"params","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":141,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"params","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextID","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextID","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":153,"many":false,"required":true,"eClass":"EParameter"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextID","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":1,"id":174,"many":false,"required":true,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"P","id":178,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"job","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"klass","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"ASUP","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ASUP","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEmpty","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"list","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"peek","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pop","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":200,"many":false,"required":true,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"order","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"name":"Ascend","id":214,"value":10,"literal":"A","eClass":"EEnumLiteral"},{"name":"Descend","id":215,"value":20,"literal":"D","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getJobNumber","lowerBound":1,"id":216,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getJobName","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParametersNumber","lowerBound":1,"id":218,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramName","lowerBound":1,"id":219,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProgramLibrary","lowerBound":1,"id":220,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStatusCode","lowerBound":1,"id":221,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUserName","lowerBound":1,"id":222,"many":false,"required":true,"eClass":"EOperation"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":1},{"source":13,"target":18},{"source":17,"target":5},{"source":18,"target":4},{"source":18,"target":19},{"source":18,"target":13},{"source":19,"target":4},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":5},{"source":15,"target":21},{"source":15,"target":1},{"source":15,"target":22},{"source":21,"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":2,"target":28},{"source":2,"target":29},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":23,"target":32},{"source":31,"target":33},{"source":31,"target":23},{"source":32,"target":1},{"source":32,"target":34},{"source":32,"target":23},{"source":34,"target":1},{"source":24,"target":2},{"source":24,"target":35},{"source":35,"target":36},{"source":35,"target":24},{"source":25,"target":1},{"source":25,"target":37},{"source":25,"target":2},{"source":25,"target":38},{"source":25,"target":39},{"source":25,"target":40},{"source":37,"target":1},{"source":38,"target":41},{"source":38,"target":25},{"source":39,"target":42},{"source":39,"target":25},{"source":40,"target":43},{"source":40,"target":25},{"source":26,"target":1},{"source":26,"target":44},{"source":26,"target":2},{"source":26,"target":45},{"source":44,"target":1},{"source":45,"target":46},{"source":45,"target":26},{"source":27,"target":1},{"source":27,"target":47},{"source":27,"target":2},{"source":27,"target":48},{"source":27,"target":49},{"source":47,"target":1},{"source":48,"target":50},{"source":48,"target":27},{"source":49,"target":51},{"source":49,"target":27},{"source":28,"target":2},{"source":28,"target":52},{"source":28,"target":53},{"source":52,"target":54},{"source":52,"target":28},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":28},{"source":55,"target":1},{"source":29,"target":56},{"source":56,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":57,"target":65},{"source":57,"target":4},{"source":58,"target":66},{"source":58,"target":4},{"source":59,"target":67},{"source":59,"target":4},{"source":60,"target":68},{"source":60,"target":4},{"source":61,"target":69},{"source":61,"target":4},{"source":62,"target":70},{"source":62,"target":4},{"source":63,"target":9},{"source":63,"target":71},{"source":63,"target":4},{"source":71,"target":9},{"source":5,"target":0},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":22},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":72,"target":5},{"source":73,"target":83},{"source":73,"target":5},{"source":74,"target":3},{"source":74,"target":84},{"source":74,"target":5},{"source":84,"target":3},{"source":75,"target":4},{"source":75,"target":85},{"source":75,"target":5},{"source":85,"target":4},{"source":76,"target":7},{"source":76,"target":86},{"source":76,"target":5},{"source":86,"target":7},{"source":77,"target":12},{"source":77,"target":87},{"source":77,"target":5},{"source":87,"target":12},{"source":78,"target":88},{"source":78,"target":5},{"source":79,"target":89},{"source":79,"target":5},{"source":22,"target":1},{"source":22,"target":90},{"source":22,"target":5},{"source":22,"target":15},{"source":90,"target":1},{"source":81,"target":91},{"source":91,"target":3},{"source":6,"target":0},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":92,"target":95},{"source":92,"target":6},{"source":93,"target":96},{"source":93,"target":6},{"source":94,"target":97},{"source":97,"target":4},{"source":7,"target":0},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":98,"target":102},{"source":98,"target":7},{"source":99,"target":103},{"source":99,"target":7},{"source":100,"target":104},{"source":100,"target":7},{"source":8,"target":0},{"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":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":105,"target":8},{"source":105,"target":117},{"source":105,"target":118},{"source":105,"target":119},{"source":105,"target":120},{"source":117,"target":121},{"source":117,"target":105},{"source":118,"target":122},{"source":118,"target":105},{"source":119,"target":123},{"source":119,"target":105},{"source":120,"target":3},{"source":120,"target":124},{"source":120,"target":105},{"source":124,"target":3},{"source":106,"target":8},{"source":106,"target":125},{"source":106,"target":126},{"source":106,"target":127},{"source":125,"target":128},{"source":125,"target":106},{"source":126,"target":129},{"source":126,"target":106},{"source":129,"target":130},{"source":127,"target":3},{"source":127,"target":131},{"source":127,"target":106},{"source":131,"target":3},{"source":107,"target":8},{"source":107,"target":132},{"source":107,"target":133},{"source":107,"target":134},{"source":107,"target":135},{"source":132,"target":136},{"source":132,"target":107},{"source":133,"target":137},{"source":133,"target":107},{"source":134,"target":138},{"source":134,"target":107},{"source":135,"target":3},{"source":135,"target":139},{"source":135,"target":107},{"source":139,"target":3},{"source":108,"target":8},{"source":108,"target":140},{"source":108,"target":141},{"source":108,"target":142},{"source":140,"target":143},{"source":140,"target":108},{"source":141,"target":4},{"source":141,"target":144},{"source":141,"target":108},{"source":144,"target":4},{"source":142,"target":3},{"source":142,"target":145},{"source":142,"target":108},{"source":145,"target":3},{"source":109,"target":5},{"source":109,"target":146},{"source":109,"target":8},{"source":109,"target":147},{"source":109,"target":148},{"source":146,"target":5},{"source":147,"target":149},{"source":147,"target":109},{"source":148,"target":5},{"source":148,"target":150},{"source":148,"target":109},{"source":150,"target":5},{"source":110,"target":5},{"source":110,"target":151},{"source":110,"target":8},{"source":110,"target":152},{"source":110,"target":153},{"source":151,"target":5},{"source":152,"target":154},{"source":152,"target":110},{"source":153,"target":155},{"source":153,"target":110},{"source":111,"target":5},{"source":111,"target":156},{"source":111,"target":8},{"source":111,"target":157},{"source":111,"target":158},{"source":156,"target":5},{"source":157,"target":159},{"source":157,"target":111},{"source":158,"target":5},{"source":158,"target":160},{"source":158,"target":111},{"source":160,"target":5},{"source":112,"target":5},{"source":112,"target":161},{"source":112,"target":8},{"source":112,"target":162},{"source":112,"target":163},{"source":161,"target":5},{"source":162,"target":164},{"source":162,"target":112},{"source":163,"target":165},{"source":163,"target":112},{"source":113,"target":10},{"source":113,"target":166},{"source":113,"target":8},{"source":113,"target":167},{"source":166,"target":10},{"source":167,"target":168},{"source":167,"target":113},{"source":114,"target":10},{"source":114,"target":169},{"source":114,"target":8},{"source":114,"target":170},{"source":169,"target":10},{"source":170,"target":171},{"source":170,"target":114},{"source":115,"target":5},{"source":115,"target":172},{"source":115,"target":8},{"source":115,"target":173},{"source":115,"target":174},{"source":172,"target":5},{"source":173,"target":175},{"source":173,"target":115},{"source":174,"target":4},{"source":174,"target":176},{"source":174,"target":115},{"source":176,"target":4},{"source":116,"target":177},{"source":116,"target":8},{"source":116,"target":178},{"source":116,"target":179},{"source":116,"target":180},{"source":177,"target":178},{"source":178,"target":181},{"source":179,"target":182},{"source":179,"target":116},{"source":180,"target":183},{"source":180,"target":116},{"source":183,"target":184},{"source":184,"target":178},{"source":9,"target":0},{"source":9,"target":185},{"source":9,"target":186},{"source":9,"target":187},{"source":185,"target":188},{"source":185,"target":9},{"source":186,"target":189},{"source":186,"target":9},{"source":10,"target":0},{"source":10,"target":190},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":190,"target":199},{"source":190,"target":10},{"source":190,"target":200},{"source":200,"target":5},{"source":200,"target":201},{"source":200,"target":190},{"source":201,"target":5},{"source":191,"target":202},{"source":191,"target":10},{"source":191,"target":203},{"source":203,"target":204},{"source":203,"target":191},{"source":192,"target":205},{"source":192,"target":10},{"source":193,"target":5},{"source":193,"target":206},{"source":193,"target":10},{"source":193,"target":207},{"source":206,"target":5},{"source":207,"target":11},{"source":207,"target":208},{"source":207,"target":193},{"source":208,"target":11},{"source":194,"target":10},{"source":194,"target":209},{"source":209,"target":5},{"source":209,"target":210},{"source":209,"target":194},{"source":210,"target":5},{"source":195,"target":5},{"source":195,"target":211},{"source":195,"target":10},{"source":211,"target":5},{"source":196,"target":5},{"source":196,"target":212},{"source":196,"target":10},{"source":212,"target":5},{"source":197,"target":213},{"source":197,"target":10},{"source":11,"target":0},{"source":11,"target":214},{"source":11,"target":215},{"source":214,"target":11},{"source":215,"target":11},{"source":12,"target":0},{"source":12,"target":216},{"source":12,"target":217},{"source":12,"target":218},{"source":12,"target":219},{"source":12,"target":220},{"source":12,"target":221},{"source":12,"target":222},{"source":12,"target":223},{"source":216,"target":224},{"source":216,"target":12},{"source":217,"target":225},{"source":217,"target":12},{"source":218,"target":226},{"source":218,"target":12},{"source":219,"target":227},{"source":219,"target":12},{"source":220,"target":228},{"source":220,"target":12},{"source":221,"target":229},{"source":221,"target":12},{"source":222,"target":230},{"source":222,"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="doc" nsURI="urn:openscada:doc" nsPrefix="doc"> <eClassifiers xsi:type="ecore:EClass" name="Test"/> <eClassifiers xsi:type="ecore:EEnum" name="NumberingStyle"> <eLiterals name="ARABIC"/> <eLiterals name="ROMAN" value="1"/> <eLiterals name="LATIN" value="2"/> </eClassifiers> <eSubpackages name="map" nsURI="urn:openscada:doc:map" nsPrefix="map"> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//map/MapContainer"> <eOperations name="visit"> <eParameters name="visitor" eType="#//map/Visitor"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionMappings" upperBound="-1" eType="#//map/ExtensionMappingEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" interface="true" eSuperTypes="#//map/MapElement"/> <eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="#//map/Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapSection" eSuperTypes="#//map/MapContainer #//map/MapElement"> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Visitor" instanceClassName="org.openscada.doc.model.doc.map.Visitor" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="MapElement" abstract="true" interface="true"> <eOperations name="visit"> <eParameters name="visitor" eType="#//map/Visitor"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//map/Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createSection" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileNameRules" upperBound="-1" eType="#//map/NameRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Pattern" instanceClassName="java.util.regex.Pattern"/> <eClassifiers xsi:type="ecore:EClass" name="NameRule" abstract="true" interface="true"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternRule" abstract="true" eSuperTypes="#//map/NameRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" lowerBound="1" eType="#//map/Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludePatternRule" eSuperTypes="#//map/PatternRule"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return pattern.matcher ( name ).matches () ? RuleResult.ACCEPT : null;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExcludePatternRule" eSuperTypes="#//map/PatternRule"> <eOperations name="checkRule" eType="#//map/RuleResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return pattern.matcher ( name ).matches () ? RuleResult.REJECT : null;"/> </eAnnotations> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RuleResult"> <eLiterals name="ACCEPT"/> <eLiterals name="REJECT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceFactory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionMappingEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="factory" lowerBound="1" eType="#//map/ResourceFactory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentGenerator" abstract="true" eSuperTypes="#//map/MapElement #//fragment/Content"/> <eClassifiers xsi:type="ecore:EClass" name="MapContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//map/MapElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberingStyle" lowerBound="1" eType="#//NumberingStyle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the numbering style for all contained sections."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="fragment" nsURI="urn:openscada:doc:fragment" nsPrefix="fragment"> <eClassifiers xsi:type="ecore:EClass" name="Fragment" eSuperTypes="#//fragment/Container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fragment"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" abstract="true" interface="true" eSuperTypes="#//fragment/Container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="section"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" interface="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" 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="name" value="group:0"/> <details key="kind" value="group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="anyContent" upperBound="-1" eType="#//fragment/Content" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="name" value="anyContent"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="section" upperBound="-1" eType="#//fragment/Section" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value="##targetNamespace"/> <details key="name" value="section"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlainTextContent" eSuperTypes="#//fragment/Content"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" upperBound="-1" eType="#//fragment/Author"/> </eClassifiers> </eSubpackages> <eSubpackages name="book" nsURI="urn:openscada:doc:book" nsPrefix="book"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//book/BookContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//fragment/Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" upperBound="-1" eType="#//fragment/Copyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightMarker" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookSection" eSuperTypes="#//book/BookContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//fragment/Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//book/BookSection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberingStyle" lowerBound="1" eType="#//NumberingStyle"/> </eClassifiers> <eSubpackages name="builder" nsURI="urn:openscada:doc:book:builder" nsPrefix="builder"> <eClassifiers xsi:type="ecore:EClass" name="BookBuilder" eSuperTypes="#//map/Map"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//fragment/Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="license" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" upperBound="-1" eType="#//fragment/Copyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightMarker" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//book/builder/PropertyEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyEntry"> <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" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/doc.ecore
ecore
doc Test NumberingStyle ARABIC ARABIC ROMAN ROMAN LATIN LATIN map Map visit visitor extensionMappings Import File path MapSection title id Visitor org.openscada.doc.model.doc.map.Visitor org.openscada.doc.model.doc.map.Visitor MapElement visit visitor Feature featureId createSection fileNameRules Pattern java.util.regex.Pattern java.util.regex.Pattern NameRule checkRule name PatternRule pattern IncludePatternRule checkRule name ExcludePatternRule checkRule name RuleResult ACCEPT ACCEPT REJECT REJECT ResourceFactory className ExtensionMappingEntry factory extension ContentGenerator MapContainer elements numberingStyle fragment Fragment Section title Container content anyContent section PlainTextContent value Content Author name ref id Copyright year author book Book authors title version copyright copyrightMarker copyrightText BookSection id number fullNumber title BookContainer content sections numberingStyle builder BookBuilder title version authors license copyright copyrightMarker properties PropertyEntry key value
null
{"directed":true,"nodes":[{"nsPrefix":"doc","nsURI":"urn:openscada:doc","name":"doc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumberingStyle","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"map","nsURI":"urn:openscada:doc:map","name":"map","id":3,"eClass":"EPackage"},{"nsPrefix":"fragment","nsURI":"urn:openscada:doc:fragment","name":"fragment","id":4,"eClass":"EPackage"},{"nsPrefix":"book","nsURI":"urn:openscada:doc:book","name":"book","id":5,"eClass":"EPackage"},{"name":"ARABIC","id":6,"value":0,"literal":"ARABIC","eClass":"EEnumLiteral"},{"name":"ROMAN","id":7,"value":1,"literal":"ROMAN","eClass":"EEnumLiteral"},{"name":"LATIN","id":8,"value":2,"literal":"LATIN","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapSection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.openscada.doc.model.doc.map.Visitor","defaultValue":null,"instanceClassName":"org.openscada.doc.model.doc.map.Visitor","name":"Visitor","instanceClass":null,"id":13,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.regex.Pattern","defaultValue":null,"instanceClassName":"java.util.regex.Pattern","name":"Pattern","instanceClass":"java.util.regex.Pattern","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameRule","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternRule","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludePatternRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludePatternRule","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuleResult","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceFactory","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionMappingEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentGenerator","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapContainer","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"visit","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"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":"featureId","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createSection","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileNameRules","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"id":68,"eClass":"EGenericType"},{"name":"ACCEPT","id":69,"value":0,"literal":"ACCEPT","eClass":"EEnumLiteral"},{"name":"REJECT","id":70,"value":1,"literal":"REJECT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":true,"id":77,"interface":true,"eClass":"EClass"},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberingStyle","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fragment","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":true,"id":85,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":86,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlainTextContent","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"eClass":"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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"anyContent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"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":"section","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":true},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"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":false,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"year","changeable":true,"lowerBound":1,"iD":false,"id":109,"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":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookSection","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookContainer","instanceClass":null,"abstract":true,"id":115,"interface":true,"eClass":"EClass"},{"nsPrefix":"builder","nsURI":"urn:openscada:doc:book:builder","name":"builder","id":116,"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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightMarker","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightText","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"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":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullNumber","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberingStyle","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookBuilder","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEntry","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copyrightMarker","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"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"},{"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":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":6,"target":2},{"source":7,"target":2},{"source":8,"target":2},{"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":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":0},{"source":9,"target":3},{"source":9,"target":25},{"source":9,"target":26},{"source":9,"target":27},{"source":9,"target":28},{"source":26,"target":9},{"source":26,"target":29},{"source":29,"target":13},{"source":29,"target":30},{"source":29,"target":26},{"source":30,"target":13},{"source":27,"target":23},{"source":27,"target":31},{"source":27,"target":9},{"source":31,"target":23},{"source":28,"target":25},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":32},{"source":32,"target":14},{"source":11,"target":3},{"source":11,"target":10},{"source":11,"target":33},{"source":11,"target":34},{"source":33,"target":35},{"source":33,"target":11},{"source":34,"target":10},{"source":12,"target":3},{"source":12,"target":25},{"source":12,"target":14},{"source":12,"target":36},{"source":12,"target":37},{"source":12,"target":38},{"source":12,"target":39},{"source":36,"target":40},{"source":36,"target":12},{"source":37,"target":41},{"source":37,"target":12},{"source":38,"target":25},{"source":39,"target":14},{"source":13,"target":3},{"source":14,"target":3},{"source":14,"target":42},{"source":42,"target":14},{"source":42,"target":43},{"source":43,"target":13},{"source":43,"target":44},{"source":43,"target":42},{"source":44,"target":13},{"source":15,"target":3},{"source":15,"target":10},{"source":15,"target":45},{"source":15,"target":46},{"source":15,"target":47},{"source":15,"target":48},{"source":45,"target":49},{"source":45,"target":15},{"source":46,"target":50},{"source":46,"target":15},{"source":47,"target":17},{"source":47,"target":51},{"source":47,"target":15},{"source":51,"target":17},{"source":48,"target":10},{"source":16,"target":3},{"source":17,"target":3},{"source":17,"target":52},{"source":52,"target":21},{"source":52,"target":53},{"source":52,"target":17},{"source":52,"target":54},{"source":53,"target":21},{"source":54,"target":55},{"source":54,"target":52},{"source":18,"target":3},{"source":18,"target":17},{"source":18,"target":56},{"source":18,"target":57},{"source":56,"target":16},{"source":56,"target":58},{"source":56,"target":18},{"source":58,"target":16},{"source":57,"target":17},{"source":19,"target":3},{"source":19,"target":18},{"source":19,"target":59},{"source":19,"target":60},{"source":59,"target":21},{"source":59,"target":61},{"source":59,"target":19},{"source":59,"target":62},{"source":61,"target":21},{"source":62,"target":63},{"source":62,"target":59},{"source":60,"target":18},{"source":20,"target":3},{"source":20,"target":18},{"source":20,"target":64},{"source":20,"target":65},{"source":64,"target":21},{"source":64,"target":66},{"source":64,"target":20},{"source":64,"target":67},{"source":66,"target":21},{"source":67,"target":68},{"source":67,"target":64},{"source":65,"target":18},{"source":21,"target":3},{"source":21,"target":69},{"source":21,"target":70},{"source":69,"target":21},{"source":70,"target":21},{"source":22,"target":3},{"source":22,"target":71},{"source":71,"target":72},{"source":71,"target":22},{"source":23,"target":3},{"source":23,"target":73},{"source":23,"target":74},{"source":73,"target":22},{"source":73,"target":75},{"source":73,"target":23},{"source":75,"target":22},{"source":74,"target":76},{"source":74,"target":23},{"source":24,"target":3},{"source":24,"target":14},{"source":24,"target":77},{"source":24,"target":78},{"source":24,"target":79},{"source":78,"target":14},{"source":79,"target":77},{"source":25,"target":3},{"source":25,"target":80},{"source":25,"target":81},{"source":80,"target":14},{"source":80,"target":82},{"source":80,"target":25},{"source":82,"target":14},{"source":81,"target":2},{"source":81,"target":83},{"source":81,"target":25},{"source":83,"target":2},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":77},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":0},{"source":84,"target":4},{"source":84,"target":86},{"source":84,"target":90},{"source":90,"target":86},{"source":85,"target":4},{"source":85,"target":86},{"source":85,"target":91},{"source":85,"target":92},{"source":91,"target":93},{"source":91,"target":85},{"source":92,"target":86},{"source":86,"target":4},{"source":86,"target":94},{"source":86,"target":95},{"source":86,"target":96},{"source":94,"target":97},{"source":94,"target":86},{"source":95,"target":77},{"source":95,"target":98},{"source":95,"target":86},{"source":98,"target":77},{"source":96,"target":85},{"source":96,"target":99},{"source":96,"target":86},{"source":99,"target":85},{"source":87,"target":4},{"source":87,"target":77},{"source":87,"target":100},{"source":87,"target":101},{"source":100,"target":102},{"source":100,"target":87},{"source":101,"target":77},{"source":77,"target":4},{"source":88,"target":4},{"source":88,"target":103},{"source":88,"target":104},{"source":88,"target":105},{"source":103,"target":106},{"source":103,"target":88},{"source":104,"target":107},{"source":104,"target":88},{"source":105,"target":108},{"source":105,"target":88},{"source":89,"target":4},{"source":89,"target":109},{"source":89,"target":110},{"source":109,"target":111},{"source":109,"target":89},{"source":110,"target":88},{"source":110,"target":112},{"source":110,"target":89},{"source":112,"target":88},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":0},{"source":113,"target":5},{"source":113,"target":115},{"source":113,"target":117},{"source":113,"target":118},{"source":113,"target":119},{"source":113,"target":120},{"source":113,"target":121},{"source":113,"target":122},{"source":113,"target":123},{"source":117,"target":88},{"source":117,"target":124},{"source":117,"target":113},{"source":124,"target":88},{"source":118,"target":125},{"source":118,"target":113},{"source":119,"target":126},{"source":119,"target":113},{"source":120,"target":89},{"source":120,"target":127},{"source":120,"target":113},{"source":127,"target":89},{"source":121,"target":128},{"source":121,"target":113},{"source":122,"target":129},{"source":122,"target":113},{"source":123,"target":115},{"source":114,"target":5},{"source":114,"target":115},{"source":114,"target":130},{"source":114,"target":131},{"source":114,"target":132},{"source":114,"target":133},{"source":114,"target":134},{"source":130,"target":135},{"source":130,"target":114},{"source":131,"target":136},{"source":131,"target":114},{"source":132,"target":137},{"source":132,"target":114},{"source":133,"target":138},{"source":133,"target":114},{"source":134,"target":115},{"source":115,"target":5},{"source":115,"target":139},{"source":115,"target":140},{"source":115,"target":141},{"source":139,"target":77},{"source":139,"target":142},{"source":139,"target":115},{"source":142,"target":77},{"source":140,"target":114},{"source":140,"target":143},{"source":140,"target":115},{"source":143,"target":114},{"source":141,"target":2},{"source":141,"target":144},{"source":141,"target":115},{"source":144,"target":2},{"source":116,"target":145},{"source":116,"target":146},{"source":116,"target":5},{"source":145,"target":116},{"source":145,"target":9},{"source":145,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":150},{"source":145,"target":151},{"source":145,"target":152},{"source":145,"target":153},{"source":145,"target":154},{"source":147,"target":155},{"source":147,"target":145},{"source":148,"target":156},{"source":148,"target":145},{"source":149,"target":88},{"source":149,"target":157},{"source":149,"target":145},{"source":157,"target":88},{"source":150,"target":158},{"source":150,"target":145},{"source":151,"target":89},{"source":151,"target":159},{"source":151,"target":145},{"source":159,"target":89},{"source":152,"target":160},{"source":152,"target":145},{"source":153,"target":146},{"source":153,"target":161},{"source":153,"target":145},{"source":161,"target":146},{"source":154,"target":9},{"source":146,"target":116},{"source":146,"target":162},{"source":146,"target":163},{"source":162,"target":164},{"source":162,"target":146},{"source":163,"target":165},{"source":163,"target":146}],"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="metrics" nsURI="http://www.netxforge.com/13042011/metrics" nsPrefix="metrics"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited capabilities of XSD patterns. &#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited capabilities of XSD patterns. &#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DataKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points&#xA;&#x9;&#x9;&#x9;&#x9;for a DataKind."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataKind"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierDataKind" eSuperTypes="#//DataKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specialized type, for representing an identifier&#xA;&#x9;&#x9;&#x9;&#x9;in the mapping. The identifier should contain the target object and&#xA;&#x9;&#x9;&#x9;&#x9;the target attribute of the object.&#xA;&#x9;&#x9;&#x9;&#x9;The target object and target attribute are used to find the Object, in&#xA;&#x9;&#x9;&#x9;&#x9;which the values will be stored.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. If the ObjectName is &quot;Node&quot; and the ObjectAttribute is &quot;NodeID&quot;,&#xA;&#x9;&#x9;&#x9;&#x9;the value of the column in the XLS with with this&#xA;&#x9;&#x9;&#x9;&#x9;IdentifierDataType, will be interpreted&#xA;&#x9;&#x9;&#x9;&#x9;as the Node->NodeID identifier.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IdentifierDataKind"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectKind" eType="#//ObjectKindType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ObjectKind attributes holds the textual name&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the target object we are looking for.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Note: Most often this will be a &quot;Node&quot;, but also a child of a &quot;Node&quot;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;like an &quot;Equipment&quot;, it can also be a &quot;Relationship&quot; on a &quot;Node&quot;.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ObjectKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectProperty" 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 ObjectProperty attribute holds the the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;textual name of the target attribute we are looking for.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Note: Most often this will be the &quot;NodeID&quot; but it can also be a&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&quot;Position&quot; identifier or anything else.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ObjectProperty"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KindHintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The KindHintType defines if a metric value is a BusyHour or AVG.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="KindHintType"/> </eAnnotations> <eLiterals name="BH"/> <eLiterals name="AVG" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="KindHintTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="KindHintType:Object"/> <details key="baseType" value="KindHintType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points&#xA;&#x9;&#x9;&#x9;&#x9;for a mapping specification."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mapping"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCSV" eSuperTypes="#//Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points&#xA;&#x9;&#x9;&#x9;&#x9;for mapping an CSV file to the NetXStudio model.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;THIS TYPE SHOULD NOT BE CONSIDERED FOR NOW.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingCSV"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRDBMS" eSuperTypes="#//Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points&#xA;&#x9;&#x9;&#x9;&#x9;for mapping an RDMS file to the NetXStudio model.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;THIS TYPE SHOULD NOT BE CONSIDERED FOR NOW.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingRDBMS"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRecord"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;mapping record"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingRecord"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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 message giving information about this record.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Message"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRecordXLS" eSuperTypes="#//MappingRecord"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specialized type representing the information&#xA;&#x9;&#x9;&#x9;&#x9;points of a XLS mapping record.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingRecordXLS"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Column attribute holds the column number.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Row attribute holds the row number.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Row"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingStatistic"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;statistic for each time a source was accessed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingStatistic"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="failedRecords" upperBound="-1" eType="#//MappingRecord" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FailedRecords reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MappingRecord types."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FailedRecords"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDuration" lowerBound="1" eType="ecore:EClass generics.ecore#//DateTimeRange" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MappingDuration reference, refers to a&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DateTimeRange type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MappingDuration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A global error or information message&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Message"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalRecords" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The TotalRecords attribute holds a the number of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;records for this mapping run.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="TotalRecords"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingXLS" eSuperTypes="#//Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points&#xA;&#x9;&#x9;&#x9;&#x9;for mapping an XLS file to the NetXStudio model.&#xA;&#x9;&#x9;&#x9;&#x9;The mapping interprets the sheet index, the header row, the data row(s)&#xA;&#x9;&#x9;&#x9;&#x9;and the types of data to be interpreted.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The types, are either a value or identifier. (Each having it's own&#xA;&#x9;&#x9;&#x9;&#x9;specialized type).&#xA;&#x9;&#x9;&#x9;&#x9;Multiple identifiers can be defined, the mapping will succeed if all&#xA;&#x9;&#x9;&#x9;&#x9;identifications succeed.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingXLS"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingColumns" upperBound="-1" eType="#//MappingXLSColumn" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MappingColumns"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstDataRow" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FirstDataRow attribute holds the row number&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the first row containing data."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="FirstDataRow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerRow" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The HeaderRow attribute holds the row number&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;which contains the header. "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="HeaderRow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sheetNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SheetNumber attribute holds the index of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;XLS sheet to be mapped from.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="SheetNumber"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingXLSColumn"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MappingXLSColumn"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="#//DataKind" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ColumnDataKind reference, contains 1 DataKind&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type. The DataKind is either an Identifer or a Value.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" 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="column"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metric"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a metric in an a telecom&#xA;&#x9;&#x9;&#x9;&#x9;equipment. This is often also referred to as counter or KPI.&#xA;&#x9;&#x9;&#x9;&#x9;Metric types can be nested to form a hiarchical structure in similar&#xA;&#x9;&#x9;&#x9;&#x9;fashion to a real KPI hiarchy.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The Metric type (and/or it's children) is first part of the Library&#xA;&#x9;&#x9;&#x9;&#x9;type, and then referenced from a Node type when&#xA;&#x9;&#x9;&#x9;&#x9;created.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. The Metric type &quot;SGSN Attached subscribers&quot; reprents a KPI on a&#xA;&#x9;&#x9;&#x9;&#x9;SGSN function.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Metric"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1" eType="#//Metric" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Metrics reference, contains 0 or more Metric&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Metrics"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;the metric."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measurementKind" 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 MeasurementKind attribute is a free form text&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;field which can hold information about which&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;category or group a Metric belongs.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MeasurementKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measurementPoint" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MeasurementPoint Attribute describes textually&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;at which point in a procedure&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;the measurement takes place.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MeasurementPoint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricCalculation" eType="ecore:EDataType generics.ecore#//ExpressionLine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricCalculation references, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ExpressionLine type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MetricCalculation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricSourceRef" eType="#//MetricSource" eOpposite="#//MetricSource/metricRefs"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricSourceRef references, references a&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MetricSourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the metric.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitRef" eType="ecore:EClass library.ecore#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The UnitRef reference, refers to 0 or 1 Unit type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="UnitRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricSource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;source which provides metric values.&#xA;&#x9;&#x9;&#x9;&#x9;A source, is an external data source like an RDBMS or an Excel or CSV&#xA;&#x9;&#x9;&#x9;&#x9;file. The MetricSource type will contain all necessary&#xA;&#x9;&#x9;&#x9;&#x9;to access, and map the metric values of the source to the correct&#xA;&#x9;&#x9;&#x9;&#x9;Object. (Most commonly a Node).&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetricSource"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metricRefs" upperBound="-1" eType="#//Metric" eOpposite="#//Metric/metricSourceRef"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricRefs reference, refers to one or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Metric types for which this source provides values.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricMapping" eType="#//Mapping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Will not be persisted in the DB, but would use a&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.properties file for now.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricMapping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statistics" upperBound="-1" eType="#//MappingStatistic" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Statistics reference, contains one or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MappingStatistic types."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Statistics"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="a URI representation of the location additional&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;information like login/password can be appended to the URI.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;1. For an XLS file this could be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;file://path_to_where_the_xls_files_are_stored/&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;2. For an RDMS this could be: jdbc:mysql://localhost:3306/DB (In this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;case a JDBC URL to access the DB). The login/password can be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;appended to the URI.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MetricLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource as it will be presented.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricValueRange"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a range of metricvalues. The&#xA;&#x9;&#x9;&#x9;&#x9;range has a name and provides some hints on the expected&#xA;&#x9;&#x9;&#x9;&#x9;stored values.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;It is expected the metric loading or derived values will consider the&#xA;&#x9;&#x9;&#x9;&#x9;hints, on where to store the metric.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetricValueRange"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metricValues" upperBound="-1" eType="ecore:EClass generics.ecore#//Value" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricValue reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Value types"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindHint" eType="#//KindHintType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="KindHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="periodHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The PeriodHint attribute, holds a hint for the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;metric period between each metric value in minutes.&#xA;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="PeriodHint"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectKindType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ObjectKind_._type"/> </eAnnotations> <eLiterals name="NODE"/> <eLiterals name="EQUIPMENT" value="1"/> <eLiterals name="FUNCTION" value="2"/> <eLiterals name="RELATIONSHIP" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ObjectKindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ObjectKind_._type:Object"/> <details key="baseType" value="ObjectKind_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueDataKind" eSuperTypes="#//DataKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specialized type, for representing a value in the&#xA;&#x9;&#x9;&#x9;&#x9;mapping. The valuekind can be either a datetime or a metric.&#xA;&#x9;&#x9;&#x9;&#x9;To ignore a column, provide the &quot;null&quot; type as the valuekind, for that&#xA;&#x9;&#x9;&#x9;&#x9;for that column.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. If the valueKind is metric, the mapping will store the value as a&#xA;&#x9;&#x9;&#x9;&#x9;numeric value in a new Value object.&#xA;&#x9;&#x9;&#x9;&#x9;2. if the valueKind is datetime, the mapping will store the value as a&#xA;&#x9;&#x9;&#x9;&#x9;timestamp in a new Value object&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ValueDataKind"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metricRef" eType="#//Metric"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricRef reference, refers to zero or one&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Metric for which this data kind applies.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindHint" eType="#//KindHintType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="KindHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueKind" eType="#//ValueKindType" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ValueKind attribute holds the target value&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type we expect.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ValueKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ValueKindType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ValueKind_._type"/> </eAnnotations> <eLiterals name="PERIOD"/> <eLiterals name="DATETIME" value="1"/> <eLiterals name="NULL" value="2"/> <eLiterals name="METRIC" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ValueKindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ValueKind_._type:Object"/> <details key="baseType" value="ValueKind_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/emf/13042011/metrics.ecore
ecore
metrics DataKind IdentifierDataKind objectKind objectProperty KindHintType BH BH AVG AVG KindHintTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Mapping MappingCSV MappingRDBMS MappingRecord message MappingRecordXLS column row MappingStatistic failedRecords mappingDuration message totalRecords MappingXLS mappingColumns firstDataRow headerRow sheetNumber MappingXLSColumn dataType column Metric metrics description measurementKind measurementPoint metricCalculation metricSourceRef name unitRef MetricSource metricRefs metricMapping statistics metricLocation name MetricValueRange metricValues kindHint periodHint ObjectKindType NODE NODE EQUIPMENT EQUIPMENT FUNCTION FUNCTION RELATIONSHIP RELATIONSHIP ObjectKindTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator ValueDataKind metricRef kindHint valueKind ValueKindType PERIOD PERIOD DATETIME DATETIME NULL NULL METRIC METRIC ValueKindTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"metrics","nsURI":"http://www.netxforge.com/13042011/metrics","name":"metrics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataKind","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierDataKind","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindHintType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"KindHintTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCSV","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRDBMS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRecord","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRecordXLS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingStatistic","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingXLS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingXLSColumn","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricSource","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricValueRange","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectKindType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ObjectKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueDataKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ValueKindType","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":"ValueKindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":20,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"objectKind","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":"objectProperty","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"name":"BH","id":26,"value":0,"literal":"BH","eClass":"EEnumLiteral"},{"name":"AVG","id":27,"value":1,"literal":"AVG","eClass":"EEnumLiteral"},{"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"row","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"failedRecords","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingDuration","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"message","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"totalRecords","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingColumns","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"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":"firstDataRow","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"headerRow","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":true,"transient":false,"unique":true,"name":"sheetNumber","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"description","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":"measurementKind","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":"measurementPoint","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":"metricCalculation","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metricSourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitRef","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"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metricRefs","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statistics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metricLocation","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kindHint","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"periodHint","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"NODE","id":90,"value":0,"literal":"NODE","eClass":"EEnumLiteral"},{"name":"EQUIPMENT","id":91,"value":1,"literal":"EQUIPMENT","eClass":"EEnumLiteral"},{"name":"FUNCTION","id":92,"value":2,"literal":"FUNCTION","eClass":"EEnumLiteral"},{"name":"RELATIONSHIP","id":93,"value":3,"literal":"RELATIONSHIP","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":"metricRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kindHint","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"valueKind","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"PERIOD","id":101,"value":0,"literal":"PERIOD","eClass":"EEnumLiteral"},{"name":"DATETIME","id":102,"value":1,"literal":"DATETIME","eClass":"EEnumLiteral"},{"name":"NULL","id":103,"value":2,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"METRIC","id":104,"value":3,"literal":"METRIC","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":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":16},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":16},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":3},{"source":27,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":28},{"source":28,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":29},{"source":29,"target":5},{"source":8,"target":0},{"source":8,"target":30},{"source":30,"target":31},{"source":30,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":32},{"source":9,"target":33},{"source":9,"target":34},{"source":32,"target":35},{"source":32,"target":9},{"source":33,"target":36},{"source":33,"target":9},{"source":34,"target":8},{"source":10,"target":0},{"source":10,"target":37},{"source":10,"target":38},{"source":10,"target":39},{"source":10,"target":40},{"source":37,"target":8},{"source":37,"target":41},{"source":37,"target":10},{"source":41,"target":8},{"source":38,"target":42},{"source":38,"target":10},{"source":39,"target":43},{"source":39,"target":10},{"source":40,"target":44},{"source":40,"target":10},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":45,"target":12},{"source":45,"target":50},{"source":45,"target":11},{"source":50,"target":12},{"source":46,"target":51},{"source":46,"target":11},{"source":47,"target":52},{"source":47,"target":11},{"source":48,"target":53},{"source":48,"target":11},{"source":49,"target":5},{"source":12,"target":0},{"source":12,"target":54},{"source":12,"target":55},{"source":54,"target":1},{"source":54,"target":56},{"source":54,"target":12},{"source":56,"target":1},{"source":55,"target":57},{"source":55,"target":12},{"source":13,"target":0},{"source":13,"target":58},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":58,"target":13},{"source":58,"target":66},{"source":58,"target":13},{"source":66,"target":13},{"source":59,"target":67},{"source":59,"target":13},{"source":60,"target":68},{"source":60,"target":13},{"source":61,"target":69},{"source":61,"target":13},{"source":62,"target":70},{"source":62,"target":13},{"source":63,"target":14},{"source":63,"target":71},{"source":63,"target":13},{"source":63,"target":72},{"source":71,"target":14},{"source":64,"target":73},{"source":64,"target":13},{"source":65,"target":74},{"source":65,"target":13},{"source":14,"target":0},{"source":14,"target":72},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":72,"target":13},{"source":72,"target":79},{"source":72,"target":14},{"source":72,"target":63},{"source":79,"target":13},{"source":75,"target":5},{"source":75,"target":80},{"source":75,"target":14},{"source":80,"target":5},{"source":76,"target":10},{"source":76,"target":81},{"source":76,"target":14},{"source":81,"target":10},{"source":77,"target":82},{"source":77,"target":14},{"source":78,"target":83},{"source":78,"target":14},{"source":15,"target":0},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":84,"target":87},{"source":84,"target":15},{"source":85,"target":3},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":3},{"source":86,"target":89},{"source":86,"target":15},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":90,"target":16},{"source":91,"target":16},{"source":92,"target":16},{"source":93,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":94},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":97},{"source":94,"target":13},{"source":94,"target":98},{"source":94,"target":18},{"source":98,"target":13},{"source":95,"target":3},{"source":95,"target":99},{"source":95,"target":18},{"source":99,"target":3},{"source":96,"target":19},{"source":96,"target":100},{"source":96,"target":18},{"source":100,"target":19},{"source":97,"target":1},{"source":19,"target":0},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":101,"target":19},{"source":102,"target":19},{"source":103,"target":19},{"source":104,"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="response" nsURI="http://fuzzino.fuzzing.fokus.fraunhofer.de/response" nsPrefix="response"> <eClassifiers xsi:type="ecore:EClass" name="AllGeneratorsBasedPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generatorBased_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorParts" lowerBound="1" upperBound="-1" eType="#//GeneratorPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllOperatorsBasedPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="operatorBased_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorParts" lowerBound="1" upperBound="-1" eType="#//OperatorPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloseRequestConfirmation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="closeRequestDone_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///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#//NCName"> <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="CollectionResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="collection_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fuzzedCollections" lowerBound="1" upperBound="-1" eType="#//FuzzedCollection" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedCollection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" 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="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" 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="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="error_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="line"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="field_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzz" 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="fuzz"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuzzedCollection"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fuzzedCollection_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Value" containment="true" resolveProxies="false"> <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="basedOn" 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="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mutations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operators"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuzzedStructure"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="fuzzedStructure_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="field"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutations" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mutations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operators"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratorPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="generator_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzzedValues" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <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="IllegalGenerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalGenerator_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="reason"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IllegalOperator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalOperator_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="reason"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IllegalRequestFormat"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="illegalRequestFormat_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="missingAttribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="missingElement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="missingElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoMoreValuesIndicator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="noMoreValuesAvailable_._type"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="number_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorBasedPart" eType="#//AllGeneratorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorBasedPart" eType="#//AllOperatorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" 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="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" 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="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="operator_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuzzedValues" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Response"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="response_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stringResponses" upperBound="-1" eType="#//StringResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="string"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="numberResponses" upperBound="-1" eType="#//NumberResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="number"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structureResponses" upperBound="-1" eType="#//StructureResponse" 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:EReference" name="collectionResponses" upperBound="-1" eType="#//CollectionResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="collection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="closeRequestConfirmations" upperBound="-1" eType="#//CloseRequestConfirmation" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="closeRequestDone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="errorResponse" eType="#//ErrorResponse" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="error"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="string_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="generatorBasedPart" eType="#//AllGeneratorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="generatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operatorBasedPart" eType="#//AllOperatorsBasedPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="operatorBased"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" 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="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" 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="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureResponse"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="structure_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fuzzedStructures" lowerBound="1" upperBound="-1" eType="#//FuzzedStructure" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="fuzzedStructure"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warnings" eType="#//WarningsPart" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="warnings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moreValues" lowerBound="1" 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="moreValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" 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="seed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="value_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="basedOn"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="generator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="operator"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WarningsPart"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="warnings_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalGenerators" upperBound="-1" eType="#//IllegalGenerator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalGenerator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalOperators" upperBound="-1" eType="#//IllegalOperator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalOperator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="illegalRequestFormats" upperBound="-1" eType="#//IllegalRequestFormat" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="illegalRequestFormat"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="flagNoMoreValues" eType="#//NoMoreValuesIndicator" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="noMoreValuesAvailable"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XmlResponseDocument"> <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="response" upperBound="-2" eType="#//Response" volatile="true" transient="true" derived="true" 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> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/response.ecore
ecore
response AllGeneratorsBasedPart generatorParts AllOperatorsBasedPart operatorParts CloseRequestConfirmation warnings id name CollectionResponse fuzzedCollections warnings id moreValues name seed ErrorResponse value column line Field fuzz ref FuzzedCollection values basedOn mutations operators FuzzedStructure fields mutations operators GeneratorPart fuzzedValues name IllegalGenerator value reason IllegalOperator value reason IllegalRequestFormat attribute element missingAttribute missingElement NoMoreValuesIndicator NumberResponse generatorBasedPart operatorBasedPart warnings id moreValues name seed OperatorPart fuzzedValues basedOn name Response stringResponses numberResponses structureResponses collectionResponses closeRequestConfirmations errorResponse StringResponse generatorBasedPart operatorBasedPart warnings id moreValues name seed StructureResponse fuzzedStructures warnings id moreValues name seed Value value basedOn generator operator WarningsPart illegalGenerators illegalOperators illegalRequestFormats flagNoMoreValues XmlResponseDocument mixed xMLNSPrefixMap xSISchemaLocation response
null
{"directed":true,"nodes":[{"nsPrefix":"response","nsURI":"http://fuzzino.fuzzing.fokus.fraunhofer.de/response","name":"response","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllGeneratorsBasedPart","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllOperatorsBasedPart","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloseRequestConfirmation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionResponse","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorResponse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuzzedCollection","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuzzedStructure","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorPart","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalGenerator","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalOperator","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IllegalRequestFormat","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoMoreValuesIndicator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberResponse","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorPart","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringResponse","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureResponse","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarningsPart","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlResponseDocument","instanceClass":null,"abstract":false,"id":21,"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":"generatorParts","changeable":true,"resolveProxies":false,"lowerBound":1,"id":22,"derived":false},{"id":23,"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":"operatorParts","changeable":true,"resolveProxies":false,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":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":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fuzzedCollections","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fuzz","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":"ref","changeable":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"basedOn","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mutations","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mutations","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fuzzedValues","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":1,"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":"attribute","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":"element","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":"missingAttribute","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":"missingElement","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fuzzedValues","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basedOn","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"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":"stringResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numberResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structureResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collectionResponses","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"closeRequestConfirmations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorResponse","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatorBasedPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operatorBasedPart","changeable":true,"resolveProxies":false,"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":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":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":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seed","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fuzzedStructures","changeable":true,"resolveProxies":false,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warnings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"moreValues","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":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":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":"seed","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"basedOn","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":"generator","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":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalGenerators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalOperators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"illegalRequestFormats","changeable":true,"resolveProxies":false,"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":"flagNoMoreValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"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":"response","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":true},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":22,"target":9},{"source":22,"target":23},{"source":22,"target":1},{"source":23,"target":9},{"source":2,"target":0},{"source":2,"target":24},{"source":24,"target":15},{"source":24,"target":25},{"source":24,"target":2},{"source":25,"target":15},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":20},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":20},{"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":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":32,"target":7},{"source":32,"target":38},{"source":32,"target":4},{"source":38,"target":7},{"source":33,"target":20},{"source":33,"target":39},{"source":33,"target":4},{"source":39,"target":20},{"source":34,"target":40},{"source":34,"target":4},{"source":35,"target":41},{"source":35,"target":4},{"source":36,"target":42},{"source":36,"target":4},{"source":37,"target":43},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":49},{"source":46,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":51,"target":53},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":54,"target":19},{"source":54,"target":58},{"source":54,"target":7},{"source":58,"target":19},{"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":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":6},{"source":62,"target":65},{"source":62,"target":8},{"source":65,"target":6},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":67},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":70},{"source":68,"target":9},{"source":69,"target":71},{"source":69,"target":9},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":72,"target":74},{"source":72,"target":10},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":79},{"source":77,"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":86},{"source":82,"target":12},{"source":83,"target":87},{"source":83,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":88,"target":1},{"source":88,"target":95},{"source":88,"target":14},{"source":95,"target":1},{"source":89,"target":2},{"source":89,"target":96},{"source":89,"target":14},{"source":96,"target":2},{"source":90,"target":20},{"source":90,"target":97},{"source":90,"target":14},{"source":97,"target":20},{"source":91,"target":98},{"source":91,"target":14},{"source":92,"target":99},{"source":92,"target":14},{"source":93,"target":100},{"source":93,"target":14},{"source":94,"target":101},{"source":94,"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":104,"target":107},{"source":104,"target":15},{"source":16,"target":0},{"source":16,"target":108},{"source":16,"target":109},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":108,"target":17},{"source":108,"target":114},{"source":108,"target":16},{"source":114,"target":17},{"source":109,"target":14},{"source":109,"target":115},{"source":109,"target":16},{"source":115,"target":14},{"source":110,"target":18},{"source":110,"target":116},{"source":110,"target":16},{"source":116,"target":18},{"source":111,"target":4},{"source":111,"target":117},{"source":111,"target":16},{"source":117,"target":4},{"source":112,"target":3},{"source":112,"target":118},{"source":112,"target":16},{"source":118,"target":3},{"source":113,"target":5},{"source":113,"target":119},{"source":113,"target":16},{"source":119,"target":5},{"source":17,"target":0},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":17,"target":124},{"source":17,"target":125},{"source":17,"target":126},{"source":120,"target":1},{"source":120,"target":127},{"source":120,"target":17},{"source":127,"target":1},{"source":121,"target":2},{"source":121,"target":128},{"source":121,"target":17},{"source":128,"target":2},{"source":122,"target":20},{"source":122,"target":129},{"source":122,"target":17},{"source":129,"target":20},{"source":123,"target":130},{"source":123,"target":17},{"source":124,"target":131},{"source":124,"target":17},{"source":125,"target":132},{"source":125,"target":17},{"source":126,"target":133},{"source":126,"target":17},{"source":18,"target":0},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":134,"target":8},{"source":134,"target":140},{"source":134,"target":18},{"source":140,"target":8},{"source":135,"target":20},{"source":135,"target":141},{"source":135,"target":18},{"source":141,"target":20},{"source":136,"target":142},{"source":136,"target":18},{"source":137,"target":143},{"source":137,"target":18},{"source":138,"target":144},{"source":138,"target":18},{"source":139,"target":145},{"source":139,"target":18},{"source":19,"target":0},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":146,"target":150},{"source":146,"target":19},{"source":147,"target":151},{"source":147,"target":19},{"source":148,"target":152},{"source":148,"target":19},{"source":149,"target":153},{"source":149,"target":19},{"source":20,"target":0},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":154,"target":10},{"source":154,"target":158},{"source":154,"target":20},{"source":158,"target":10},{"source":155,"target":11},{"source":155,"target":159},{"source":155,"target":20},{"source":159,"target":11},{"source":156,"target":12},{"source":156,"target":160},{"source":156,"target":20},{"source":160,"target":12},{"source":157,"target":13},{"source":157,"target":161},{"source":157,"target":20},{"source":161,"target":13},{"source":21,"target":0},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":21,"target":165},{"source":162,"target":166},{"source":162,"target":21},{"source":163,"target":167},{"source":163,"target":21},{"source":164,"target":168},{"source":164,"target":21},{"source":165,"target":16},{"source":165,"target":169},{"source":165,"target":21},{"source":169,"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="atcmetamodel" nsURI="http://atcmetamodel/1.0" nsPrefix="atcmetamodel"> <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="Element" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="Element_name Element_location Element_trule"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="Element_name" value="self.name&lt;>null"/> <details key="Element_location" value="self.location&lt;>null"/> <details key="Element_trule" value="self.trule&lt;>null"/> </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="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestScenarioModel" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="testScenarios_mult1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="testScenarios_mult1" value="self.testScenarios->size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="testScenarios" upperBound="-1" eType="#//TestScenario" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestScenario" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="testCases" upperBound="-1" eType="#//TestCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCase" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testItems" upperBound="-1" eType="#//TestItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestItem" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expectedValue" upperBound="-1" eType="#//Data" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//TestItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//Call"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//serviceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//visibilityType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//Call"/> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Call"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//Data" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivationFormula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="serviceType"> <eLiterals name="new"/> <eLiterals name="insert" value="1"/> <eLiterals name="delete" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="visibilityType"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data"> <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="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="Output" eSuperTypes="#//Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//TestItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/dorisserruto/modeldriventest/AbstractTestCases/atcmetamodel.ecore
ecore
atcmetamodel Element name location trule TestScenarioModel testScenarios TestScenario testCases TestCase eventReference testItems TestItem owner expectedValue Call parameters Service type visibility Trigger Link Parameter type lowerBound upperBound data derivationFormula operation isIdentifier serviceType new new insert insert delete delete visibilityType public public private private Data value Input Output Assertion constraint
null
{"directed":true,"nodes":[{"nsPrefix":"atcmetamodel","nsURI":"http://atcmetamodel/1.0","name":"atcmetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestScenarioModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestScenario","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","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":"Parameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"serviceType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"visibilityType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":16,"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":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"trule","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventReference","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testItems","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"owner","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":"expectedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"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":42,"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"lowerBound","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":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derivationFormula","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":"operation","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":"isIdentifier","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"},{"name":"new","id":64,"value":0,"literal":"new","eClass":"EEnumLiteral"},{"name":"insert","id":65,"value":1,"literal":"insert","eClass":"EEnumLiteral"},{"name":"delete","id":66,"value":2,"literal":"delete","eClass":"EEnumLiteral"},{"name":"public","id":67,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":68,"value":1,"literal":"private","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":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":22},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":2},{"source":25,"target":3},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":4},{"source":26,"target":28},{"source":26,"target":3},{"source":28,"target":4},{"source":27,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":5},{"source":31,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":34,"target":37},{"source":34,"target":5},{"source":35,"target":13},{"source":35,"target":38},{"source":35,"target":5},{"source":38,"target":13},{"source":36,"target":1},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":10},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":10},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":42,"target":11},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":11},{"source":43,"target":12},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":12},{"source":44,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":47},{"source":47,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":48},{"source":48,"target":6},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":49,"target":57},{"source":49,"target":10},{"source":50,"target":58},{"source":50,"target":10},{"source":51,"target":59},{"source":51,"target":10},{"source":52,"target":13},{"source":52,"target":60},{"source":52,"target":10},{"source":60,"target":13},{"source":53,"target":61},{"source":53,"target":10},{"source":54,"target":62},{"source":54,"target":10},{"source":55,"target":63},{"source":55,"target":10},{"source":56,"target":1},{"source":11,"target":0},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":11},{"source":65,"target":11},{"source":66,"target":11},{"source":12,"target":0},{"source":12,"target":67},{"source":12,"target":68},{"source":67,"target":12},{"source":68,"target":12},{"source":13,"target":0},{"source":13,"target":69},{"source":69,"target":70},{"source":69,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":71},{"source":71,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":72},{"source":72,"target":10},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":73},{"source":16,"target":74},{"source":73,"target":75},{"source":73,"target":16},{"source":74,"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="html" nsURI="urn:org.nasdanika.vinci.html" nsPrefix="org.nasdanika.vinci.html"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML model"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="HtmlElement" abstract="true" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for other HTML and bootstrap elements. "/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container of content such as text and HTML markup."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container content. &#xA;&#xA;Content elements are adapted to ${javadoc/org.nasdanika.common.SupplierFactory} for generation of HTML content."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="markdownContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="[Markdown](https://en.wikipedia.org/wiki/Markdown) text. If this attribute contains text, the text is converted to HTML, interpolated and used as the first content element."/> </eAnnotations> <eAnnotations source="urn:org.nasdanika"> <details key="content-type" value="text/markdown"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//HtmlElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML Tag"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="attributes"/> </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="Tag name."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.nasdanika.ncore/model/ncore.ecore#//AbstractEntry" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tag attributes.&#xA;&#xA;## Interpolation&#xA;&#xA;Attribute values are interpolated, i.e. tokens in the form of ``${token name[|default value]}`` are replaced with the contextual values or default values, if any. Examples:&#xA;&#xA;* ``${my-style}`` - Token without a default value.&#xA;* ``${font-weight|bold}`` - Token with a default value.&#xA;&#xA;## Regular attributes&#xA;&#xA;For all top-level entries except ``class``, ``style``, and ``data`` attribute value is produced by converting the value to string for scalars and to JSON string for lists and maps. &#xA;For attributes which do not start with ``data-`` a warning is issued if the value is not a scalar, i.e. a list or a map.&#xA;&#xA;## Class&#xA;&#xA;For class attribute its value is formed by concantenating elements using space as a separator. If elements are hierarchical then class name is formed by concatenation with a dash (``-``) as a separator.&#xA;&#xA;## Data&#xA;&#xA;If value of ``data`` attbibute is a map then keys of that map get concatenated with ``data`` using dash (``-``) as a separator, them same applies to nested maps. Non-map values become attribute values - scalars are converted to string, lists are converted to JSON string.&#xA;&#xA;## Style&#xA;&#xA;Style can be defined as a string, list or map. If style is defined as a list, all list values are concatenated with a space as a separator - it is a convent way for long unstructured definitions.&#xA;&#xA;If style value is a map then the value and its contained map values are processed in the following fashion:&#xA;&#xA;* Keys are concatenated with dash as a separator.&#xA;* List values are contcatenated wtih space as a separator.&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentTag" eSuperTypes="#//Tag #//Container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML Tag with content."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="HTML page. The name attribute is output as title tag in the head.&#xA;&#xA;[Overview video](https://www.youtube.com/watch?v=S28UszI-2g8) - in Russian."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="head" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Head content."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body content."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="builders" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Builders operate on an instance of ``org.nasdanika.html.HTMLPage`` created by the the page element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Page language - ``lang`` attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontAwesome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is set to true [Font Awesome](https://fontawesome.com/) CDN stylesheet reference is added to the head."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineAwesome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is set to true [Line Awesome](https://icons8.com/line-awesome/) CDN stylesheet reference is added to the head."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jsTree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is set to true [jsTree](https://www.jstree.com/) CDN script and stylesheet references are added to the head."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="githubMarkdownCss" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is set to true [GitHub Markdown CSS](https://github.com/sindresorhus/github-markdown-css) CDN stylesheet reference is added to the head."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="highlightJs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this attribute is set to true [highlight.js](https://highlightjs.org/) CDN script and stylesheet references are added to the head as well as the initialization script in order to provide syntax highlighting in markdown fenced blocks."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stylesheet" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CSS stylesheet with code stored in the model element ``code`` attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" 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="Stylesheet code."/> </eAnnotations> <eAnnotations source="urn:org.nasdanika"> <details key="content-type" value="text/code"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StylesheetResource" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CSS stylesheet with code loaded from a resource specified in the ``location`` attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="Stylesheet code location relative to the model resource location."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StylesheetReference" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to an external stylesheet."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" 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="Stylesheet URL."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Script with code stored in the model element ``code`` attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" 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="Script code."/> </eAnnotations> <eAnnotations source="urn:org.nasdanika"> <details key="content-type" value="text/code"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptResource" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Script which loads code from a resource specified in the ``location`` attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="Script code location relative to the model resource location."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptReference" eSuperTypes="../../org.nasdanika.ncore/model/ncore.ecore#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References external script."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" 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="Script URL."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewPartAdapter" eSuperTypes="#//HtmlElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="View part adapter delegates generation of HTML to an adapter created by a named adapter factory.&#xA;The factory shall be for ${javadoc/org.nasdanika.html.app.ViewPart$Supplier$Factory} type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="factory" 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="Named adapter factory."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Nasdanika/vinci/html/model/html.ecore
ecore
html HtmlElement Container content markdownContent Tag name attributes ContentTag Page head body builders language fontAwesome lineAwesome jsTree githubMarkdownCss highlightJs Stylesheet code StylesheetResource location StylesheetReference href Script code ScriptResource location ScriptReference src ViewPartAdapter factory
null
{"directed":true,"nodes":[{"nsPrefix":"org.nasdanika.vinci.html","nsURI":"urn:org.nasdanika.vinci.html","name":"html","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HtmlElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentTag","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stylesheet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StylesheetResource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StylesheetReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPartAdapter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","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":"markdownContent","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"builders","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":"language","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontAwesome","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineAwesome","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jsTree","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"githubMarkdownCss","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":"highlightJs","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"},{"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":44,"derived":false},{"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":"location","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","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":"code","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"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":"src","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"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":"factory","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":17},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":22},{"source":19,"target":3},{"source":20,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":2},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":3},{"source":24,"target":2},{"source":5,"target":0},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":25,"target":35},{"source":25,"target":5},{"source":26,"target":36},{"source":26,"target":5},{"source":27,"target":37},{"source":27,"target":5},{"source":28,"target":38},{"source":28,"target":5},{"source":29,"target":39},{"source":29,"target":5},{"source":30,"target":40},{"source":30,"target":5},{"source":31,"target":41},{"source":31,"target":5},{"source":32,"target":42},{"source":32,"target":5},{"source":33,"target":43},{"source":33,"target":5},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":46},{"source":44,"target":6},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":48},{"source":47,"target":49},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":55},{"source":53,"target":9},{"source":10,"target":0},{"source":10,"target":56},{"source":10,"target":57},{"source":56,"target":58},{"source":56,"target":10},{"source":11,"target":0},{"source":11,"target":59},{"source":11,"target":60},{"source":59,"target":61},{"source":59,"target":11},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":62},{"source":12,"target":63},{"source":62,"target":64},{"source":62,"target":12},{"source":63,"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="research2" nsURI="http://isoe-sample-research2a.v2" nsPrefix="research2"> <eAnnotations source="diastyle.node.dashedred"> <details key="background=red"/> <details key="line=dash"/> <details key="font=courier"/> <details key="fontstyle=italic"/> <details key="fontcolor=green"/> <details key="fontsize=20"/> <details key="align=center"/> <details key="layout=free"/> <details key="shape=ellipse"/> <details key="size=100,100"/> </eAnnotations> <eAnnotations source="diastyle.node.green"> <details key="parent=dashedred"/> <details key="background=green"/> <details key="shape = rounded"/> <details key="figure=diamond"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=2"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=green3"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue23"> <details key="parent=blue"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.bluenode"> <details key="parent=green"/> <details key="background=lightblue"/> <details key="figure=bluediamond"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow3"> <details key="parent=green3"/> <details key="background=yellow"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.edge.green3"> <details key="background=lightgreen"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.blue22"> <details key="parent=green"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.yellownode"> <details key="parent=dashedred"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.bluecompartment"> <details key="background=blue"/> </eAnnotations> <eAnnotations source="diastyle.partition.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.yellow2"> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.partition.blue2"> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.edge.black"> <details key="background=black"/> </eAnnotations> <eAnnotations source="diastyle.node.green2"> <details key="parent=green"/> </eAnnotations> <eAnnotations source="diastyle.edge.green33"> <details key="parent=green3"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=phases"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="cref=phases"/> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//Phase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="ref=res_position"/> <details key="cref=skills"/> <details key="style=green"/> <details key="style.lnk.reviews=foobar"/> <details key="style.cref.skills=yellow2"/> <details key="style.ref.res_position=green33"/> <details key="style.lnk.writes=black"/> </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="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1" eType="#//Write" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//Review" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1" eType="#//Skill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" value=""/> <details key="style=bluenode"/> <details key="style.kref.paragraphs=lightgray"/> <details key="ref=keywords"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=structure"/> <details key="kref=progress"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//Keyword" eOpposite="#//Keyword/kpapers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> <details key="kref=reviews" value=""/> <details key="style.kref.reviews=bluecompartment"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//ReviewNote" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="label=percent"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> <details key="style=green3"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=percent"/> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper" eOpposite="#//Paper/progress"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=timeSpent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:structure"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="style.kref.papers=blue2"/> <details key="style.kref.researchers=yellow2"/> <details key="style=dashedred"/> <details key="kref=knowledgeMan"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1" eType="#//Researcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1" eType="#//Paper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="label=name"/> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> <details key="style=green2"/> </eAnnotations> <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="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phase"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=green2"/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> <details key="view=structure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> </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="kpapers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/keywords"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=allkeywords"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/temp_repository-bundle/research2.ecore
ecore
research2 PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position Paper paragraphs progress authors keywords citedBy Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions Named name Counted id Labelled lname Skill description Position description parent Phase name Keyword description kpapers KnowledgeManager allkeywords
null
{"directed":true,"nodes":[{"nsPrefix":"research2","nsURI":"http://isoe-sample-research2a.v2","name":"research2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"forName","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":"writes","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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"paragraphs","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":"progress","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":"keywords","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":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"paper","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":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","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"},{"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":59,"derived":false},{"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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"percent","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","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":"positions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":24},{"source":20,"target":1},{"source":21,"target":16},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":16},{"source":22,"target":11},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":26,"target":33},{"source":26,"target":2},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":7},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":7},{"source":29,"target":8},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":8},{"source":30,"target":3},{"source":30,"target":37},{"source":30,"target":2},{"source":30,"target":38},{"source":37,"target":3},{"source":31,"target":14},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":14},{"source":32,"target":15},{"source":32,"target":40},{"source":32,"target":2},{"source":40,"target":15},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":38},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":41,"target":4},{"source":41,"target":46},{"source":41,"target":3},{"source":46,"target":4},{"source":42,"target":6},{"source":42,"target":47},{"source":42,"target":3},{"source":42,"target":48},{"source":47,"target":6},{"source":38,"target":2},{"source":38,"target":49},{"source":38,"target":3},{"source":38,"target":30},{"source":49,"target":2},{"source":43,"target":17},{"source":43,"target":50},{"source":43,"target":3},{"source":43,"target":51},{"source":50,"target":17},{"source":44,"target":3},{"source":44,"target":52},{"source":44,"target":3},{"source":52,"target":3},{"source":45,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":53,"target":5},{"source":53,"target":57},{"source":53,"target":4},{"source":57,"target":5},{"source":54,"target":58},{"source":54,"target":4},{"source":55,"target":12},{"source":56,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":59},{"source":5,"target":60},{"source":59,"target":61},{"source":59,"target":5},{"source":60,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":62},{"source":6,"target":48},{"source":6,"target":63},{"source":6,"target":64},{"source":62,"target":1},{"source":62,"target":65},{"source":62,"target":6},{"source":65,"target":1},{"source":48,"target":3},{"source":48,"target":66},{"source":48,"target":6},{"source":48,"target":42},{"source":66,"target":3},{"source":63,"target":67},{"source":63,"target":6},{"source":64,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":68,"target":4},{"source":68,"target":71},{"source":68,"target":7},{"source":71,"target":4},{"source":69,"target":72},{"source":69,"target":7},{"source":70,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":73,"target":5},{"source":73,"target":76},{"source":73,"target":8},{"source":76,"target":5},{"source":74,"target":77},{"source":74,"target":8},{"source":75,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":78,"target":2},{"source":78,"target":82},{"source":78,"target":9},{"source":82,"target":2},{"source":79,"target":3},{"source":79,"target":83},{"source":79,"target":9},{"source":83,"target":3},{"source":80,"target":18},{"source":80,"target":84},{"source":80,"target":9},{"source":84,"target":18},{"source":81,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":85,"target":1},{"source":85,"target":89},{"source":85,"target":10},{"source":89,"target":1},{"source":86,"target":9},{"source":86,"target":90},{"source":86,"target":10},{"source":90,"target":9},{"source":87,"target":15},{"source":87,"target":91},{"source":87,"target":10},{"source":91,"target":15},{"source":88,"target":11},{"source":11,"target":0},{"source":11,"target":92},{"source":92,"target":93},{"source":92,"target":11},{"source":12,"target":0},{"source":12,"target":94},{"source":94,"target":95},{"source":94,"target":12},{"source":13,"target":0},{"source":13,"target":96},{"source":96,"target":97},{"source":96,"target":13},{"source":14,"target":0},{"source":14,"target":98},{"source":98,"target":99},{"source":98,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":100,"target":103},{"source":100,"target":15},{"source":101,"target":15},{"source":101,"target":104},{"source":101,"target":15},{"source":104,"target":15},{"source":102,"target":11},{"source":16,"target":0},{"source":16,"target":105},{"source":105,"target":106},{"source":105,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":107},{"source":17,"target":51},{"source":17,"target":108},{"source":107,"target":109},{"source":107,"target":17},{"source":51,"target":3},{"source":51,"target":110},{"source":51,"target":17},{"source":51,"target":43},{"source":110,"target":3},{"source":108,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":111},{"source":18,"target":112},{"source":111,"target":17},{"source":111,"target":113},{"source":111,"target":18},{"source":113,"target":17},{"source":112,"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="PSMLibre" nsURI="http://benchmarkdp.datagenerator.model.PSMLibre" nsPrefix="benchmarkdp.datagenerator.model.PSMLibre"> <eClassifiers xsi:type="ecore:EClass" name="Document"> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentBackground" eType="#//Color" defaultValueLiteral="WHITE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="software" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operatingSystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calcLayout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parentID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="#//Color" defaultValueLiteral="WHITE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment" defaultValueLiteral="LEFT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParagraphImpl" abstract="true" eSuperTypes="#//TextContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" upperBound="-1" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//ParagraphImpl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraphSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <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="Table" eSuperTypes="#//TextContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numRows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numCol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="row" upperBound="-1" eType="#//Row" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TableType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row"> <eStructuralFeatures xsi:type="ecore:EReference" name="cell" upperBound="-1" eType="#//Cell" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <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="FontFamily"> <eLiterals name="LIBERATIONMONO" value="1"/> <eLiterals name="LIBERATIONSERIF" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="BLACK"/> <eLiterals name="BLUE" value="1"/> <eLiterals name="RED" value="2"/> <eLiterals name="WHITE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alignment"> <eLiterals name="LEFT"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="RIGHT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextContainer" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontFamily" eType="#//FontFamily"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="#//Color"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TableType"> <eLiterals name="SMALLNUMBERTABLE"/> <eLiterals name="ONECOLUMNTABLE" value="1"/> <eLiterals name="BIGNUMBERTABLE" value="2"/> <eLiterals name="TEXTTABLE" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kduretec/TestDataGenerator/DataGenerator/model/PSMLibre.ecore
ecore
PSMLibre Document pages documentBackground WHITE documentFormat documentFilter software operatingSystem calcLayout Page elements Element ID parentID backgroundColor WHITE alignment LEFT ParagraphImpl text Paragraph paragraphSpacing 1.0 lineSpacing 1.0 indent 1.0 Text value Table numRows numCol row type Row cell Cell elements Image height width type FontFamily LIBERATIONMONO LIBERATIONMONO LIBERATIONSERIF LIBERATIONSERIF Color BLACK BLACK BLUE BLUE RED RED WHITE WHITE Alignment LEFT LEFT CENTER CENTER RIGHT RIGHT TextContainer fontFamily fontColor TableType SMALLNUMBERTABLE SMALLNUMBERTABLE ONECOLUMNTABLE ONECOLUMNTABLE BIGNUMBERTABLE BIGNUMBERTABLE TEXTTABLE TEXTTABLE
null
{"directed":true,"nodes":[{"nsPrefix":"benchmarkdp.datagenerator.model.PSMLibre","nsURI":"http://benchmarkdp.datagenerator.model.PSMLibre","name":"PSMLibre","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParagraphImpl","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontFamily","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContainer","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TableType","instanceClass":null,"id":15,"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"WHITE","unsettable":false,"transient":false,"unique":true,"name":"documentBackground","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentFormat","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":"documentFilter","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":"software","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":"operatingSystem","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"calcLayout","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":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":30,"derived":false},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentID","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"WHITE","unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"alignment","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"paragraphSpacing","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":"lineSpacing","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"indent","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numRows","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":"numCol","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":"row","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cell","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"name":"LIBERATIONMONO","id":72,"value":1,"literal":"LIBERATIONMONO","eClass":"EEnumLiteral"},{"name":"LIBERATIONSERIF","id":73,"value":2,"literal":"LIBERATIONSERIF","eClass":"EEnumLiteral"},{"name":"BLACK","id":74,"value":0,"literal":"BLACK","eClass":"EEnumLiteral"},{"name":"BLUE","id":75,"value":1,"literal":"BLUE","eClass":"EEnumLiteral"},{"name":"RED","id":76,"value":2,"literal":"RED","eClass":"EEnumLiteral"},{"name":"WHITE","id":77,"value":3,"literal":"WHITE","eClass":"EEnumLiteral"},{"name":"LEFT","id":78,"value":0,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":79,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":80,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontFamily","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"name":"SMALLNUMBERTABLE","id":86,"value":0,"literal":"SMALLNUMBERTABLE","eClass":"EEnumLiteral"},{"name":"ONECOLUMNTABLE","id":87,"value":1,"literal":"ONECOLUMNTABLE","eClass":"EEnumLiteral"},{"name":"BIGNUMBERTABLE","id":88,"value":2,"literal":"BIGNUMBERTABLE","eClass":"EEnumLiteral"},{"name":"TEXTTABLE","id":89,"value":3,"literal":"TEXTTABLE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":2},{"source":17,"target":12},{"source":17,"target":24},{"source":17,"target":1},{"source":24,"target":12},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":29},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":30},{"source":30,"target":3},{"source":30,"target":31},{"source":30,"target":2},{"source":31,"target":3},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":12},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":12},{"source":35,"target":13},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":13},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":6},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":6},{"source":41,"target":14},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":45,"target":49},{"source":45,"target":5},{"source":46,"target":4},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":51},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":14},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":52,"target":57},{"source":52,"target":7},{"source":53,"target":58},{"source":53,"target":7},{"source":54,"target":8},{"source":54,"target":59},{"source":54,"target":7},{"source":59,"target":8},{"source":55,"target":15},{"source":55,"target":60},{"source":55,"target":7},{"source":60,"target":15},{"source":56,"target":14},{"source":8,"target":0},{"source":8,"target":61},{"source":61,"target":9},{"source":61,"target":62},{"source":61,"target":8},{"source":62,"target":9},{"source":9,"target":0},{"source":9,"target":63},{"source":63,"target":3},{"source":63,"target":64},{"source":63,"target":9},{"source":64,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":65,"target":69},{"source":65,"target":10},{"source":66,"target":70},{"source":66,"target":10},{"source":67,"target":71},{"source":67,"target":10},{"source":68,"target":3},{"source":11,"target":0},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":11},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":78,"target":13},{"source":79,"target":13},{"source":80,"target":13},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":81,"target":11},{"source":81,"target":84},{"source":81,"target":14},{"source":84,"target":11},{"source":82,"target":12},{"source":82,"target":85},{"source":82,"target":14},{"source":85,"target":12},{"source":83,"target":3},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":86,"target":15},{"source":87,"target":15},{"source":88,"target":15},{"source":89,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm" nsURI="http://compositefsm/" nsPrefix="fsm"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="//State" containment="true" eOpposite="//State/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true" eOpposite="//Transition/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="//StateMachine" eOpposite="//StateMachine/states"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentState" eType="//CompositeState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1" eType="//StateMachine" eOpposite="//StateMachine/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedTransition" eSuperTypes="//Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="//Pseudostate"/> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="//Pseudostate"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" lowerBound="1" upperBound="-1" eType="//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="//CompositeState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="//Pseudostate"/> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/melange-examples/fr.inria.diverse.examples.fsm.metamodel.composite/model/fsm.ecore
ecore
fsm NamedElement name StateMachine states transitions variables State outgoing incoming stateMachine initialTime finalTime parentState FinalState InitialState Transition target source trigger stateMachine initialTime finalTime guard action TimedTransition duration Trigger expression Pseudostate Fork Join CompositeState regions Region states parent Action variable value Variable name value Choice Guard expression
null
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://compositefsm/","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","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":"FinalState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTransition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialTime","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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":"initialTime","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"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":59,"derived":false},{"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":18,"target":19},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":3},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":2},{"source":21,"target":27},{"source":26,"target":6},{"source":22,"target":15},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":15},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":25},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":29,"target":6},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":6},{"source":30,"target":6},{"source":30,"target":37},{"source":30,"target":3},{"source":30,"target":38},{"source":37,"target":6},{"source":25,"target":2},{"source":25,"target":39},{"source":25,"target":3},{"source":25,"target":20},{"source":39,"target":2},{"source":31,"target":40},{"source":31,"target":3},{"source":32,"target":41},{"source":32,"target":3},{"source":33,"target":12},{"source":33,"target":42},{"source":33,"target":3},{"source":42,"target":12},{"source":34,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":43},{"source":43,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":44},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":38},{"source":6,"target":36},{"source":6,"target":45},{"source":6,"target":27},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":38,"target":3},{"source":38,"target":51},{"source":38,"target":6},{"source":38,"target":30},{"source":51,"target":3},{"source":36,"target":3},{"source":36,"target":52},{"source":36,"target":6},{"source":36,"target":29},{"source":52,"target":3},{"source":45,"target":8},{"source":45,"target":53},{"source":45,"target":6},{"source":53,"target":8},{"source":27,"target":2},{"source":27,"target":54},{"source":27,"target":6},{"source":27,"target":21},{"source":54,"target":2},{"source":46,"target":55},{"source":46,"target":6},{"source":47,"target":56},{"source":47,"target":6},{"source":48,"target":17},{"source":48,"target":57},{"source":48,"target":6},{"source":57,"target":17},{"source":49,"target":14},{"source":49,"target":58},{"source":49,"target":6},{"source":58,"target":14},{"source":50,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":59},{"source":7,"target":60},{"source":59,"target":61},{"source":59,"target":7},{"source":60,"target":6},{"source":8,"target":0},{"source":8,"target":62},{"source":62,"target":63},{"source":62,"target":8},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":64},{"source":64,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":65},{"source":65,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":66},{"source":66,"target":9},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":67},{"source":12,"target":68},{"source":67,"target":13},{"source":67,"target":69},{"source":67,"target":12},{"source":69,"target":13},{"source":68,"target":3},{"source":13,"target":0},{"source":13,"target":70},{"source":13,"target":71},{"source":70,"target":3},{"source":70,"target":72},{"source":70,"target":13},{"source":72,"target":3},{"source":71,"target":12},{"source":71,"target":73},{"source":71,"target":13},{"source":73,"target":12},{"source":14,"target":0},{"source":14,"target":74},{"source":14,"target":75},{"source":74,"target":76},{"source":74,"target":14},{"source":75,"target":77},{"source":75,"target":14},{"source":15,"target":0},{"source":15,"target":78},{"source":15,"target":79},{"source":78,"target":80},{"source":78,"target":15},{"source":79,"target":81},{"source":79,"target":15},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":82},{"source":82,"target":9},{"source":17,"target":0},{"source":17,"target":83},{"source":83,"target":84},{"source":83,"target":17}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datatypes" nsURI="http://www.ibm.com/xmlns/prod/commerce/9/search" nsPrefix="_sch"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the AcknowledgeSearchTermAssociation BOD which is used to acknowledge&#xD;&#xA;&#x9;&#x9;&#x9;the ProcessSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This file contains all type definitions that make up a SearchTermAssociation.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the AcknowledgeSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AcknowledgeSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="acknowledge" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//AcknowledgeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Acknowledge verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Acknowledge"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the AcknowledgeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AcknowledgeSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//AcknowledgeSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the AcknowledgeSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociationEnumerationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The defined association types between the search terms and the associated terms.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AssociationEnumerationType"/> </eAnnotations> <eLiterals name="Synonym"/> <eLiterals name="SearchForInstead" value="1"/> <eLiterals name="AlsoSearchFor" value="2"/> <eLiterals name="LandingPageURL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AssociationEnumerationTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AssociationEnumerationType:Object"/> <details key="baseType" value="AssociationEnumerationType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AssociationType" instanceClassName="java.lang.Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows extension to the default associated terms status values.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AssociationType"/> <details key="memberTypes" value="AssociationEnumerationType http://www.ibm.com/xmlns/prod/commerce/9/foundation#EnumerationExtensionType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ChangeSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ChangeSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="change" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ChangeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Change verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Change"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" lowerBound="1" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the ChangeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ChangeSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ChangeSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ChangeSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="acknowledgeSearchTermAssociation" upperBound="-2" eType="#//AcknowledgeSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the AcknowledgeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AcknowledgeSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="changeSearchTermAssociation" upperBound="-2" eType="#//ChangeSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the ChangeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ChangeSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getSearchTermAssociation" upperBound="-2" eType="#//GetSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the GetSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GetSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processSearchTermAssociation" upperBound="-2" eType="#//ProcessSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the ProcessSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProcessSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="respondSearchTermAssociation" upperBound="-2" eType="#//RespondSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the AcknowledgeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RespondSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" upperBound="-2" eType="#//SearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the SearchTermAssociation.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="searchTermAssociationBODVersion" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" defaultValueLiteral="7.0.0.2" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The version of WebSphere Commerce when the SearchTermAssociation noun &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;was last changed. The value is set as the versionID attribute in the &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;corresponding BODs.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociationBODVersion"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="showSearchTermAssociation" upperBound="-2" eType="#//ShowSearchTermAssociationType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element definition of the ShowSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowSearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the GetSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GetSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="get" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//GetType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Get verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Get"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the GetSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GetSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//GetSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the GetSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ProcessSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ProcessType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Process verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Process"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the ProcessSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ProcessSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ProcessSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RespondSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the AcknowledgeSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RespondSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="respond" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//RespondType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Acknowledge verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Respond"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" lowerBound="1" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RespondSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the AcknowledgeSearchTermAssociation BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RespondSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//RespondSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the AcknowledgeSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SearchTermAssociationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of a SearchTermAssociation.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The SearchTermAssociation identifier.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UniqueID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="searchTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comma delimited list of terms that can be specified by a person performing a search.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; For a synonym association type, multiple search terms are expected.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; For the replacement association types, a single search term is expected.&#x9;&#x9;&#x9;&#x9;&#x9;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTerms"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associationType" eType="#//AssociationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of association between a search term and the associated terms. The valid values are:&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; Synonym: All the search terms are used when searching for any of the search terms. &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9; In this case, the AssociatedTerms element is empty.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; SearchForInstead: A replacement association where the associated terms are searched for instead of the input search term.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9; AlsoSearchFor: A replacement association where the associated terms are used along with the the input search term.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AssociationType"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedTerms" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comma delimited list of words used by the search engine instead of the search terms when performing a search.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;When no associated terms are defined, it implies that the search terms are all equivalent.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AssociatedTerms"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storeIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//StoreIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The identifier of the store associated with the catalog group."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StoreIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="languageIdentifier" eType="ecore:EDataType com.ibm.commerce.foundation.common.datatypes.ecore#//LanguageType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The identifier of the store associated with the catalog group."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LanguageIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The user data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserData"/> <details key="namespace" value="http://www.ibm.com/xmlns/prod/commerce/9/foundation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowSearchTermAssociationDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ShowSearchTermAssociation BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ShowSearchTermAssociationDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="show" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ShowType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Show verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Show"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchTermAssociation" upperBound="-1" eType="#//SearchTermAssociationType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SearchTermAssociation noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SearchTermAssociation"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowSearchTermAssociationType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ShowSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ShowSearchTermAssociationType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ShowSearchTermAssociationDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ShowSearchTermAssociation BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/com.ibm.commerce.search.facade.datatypes.ecore
ecore
datatypes AcknowledgeSearchTermAssociationDataAreaType acknowledge searchTermAssociation AcknowledgeSearchTermAssociationType dataArea AssociationEnumerationType Synonym Synonym SearchForInstead SearchForInstead AlsoSearchFor AlsoSearchFor LandingPageURL LandingPageURL AssociationEnumerationTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator AssociationType java.lang.Object java.lang.Object ChangeSearchTermAssociationDataAreaType change searchTermAssociation ChangeSearchTermAssociationType dataArea DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation acknowledgeSearchTermAssociation changeSearchTermAssociation getSearchTermAssociation processSearchTermAssociation respondSearchTermAssociation searchTermAssociation searchTermAssociationBODVersion 7.0.0.2 showSearchTermAssociation GetSearchTermAssociationDataAreaType get searchTermAssociation GetSearchTermAssociationType dataArea ProcessSearchTermAssociationDataAreaType process searchTermAssociation ProcessSearchTermAssociationType dataArea RespondSearchTermAssociationDataAreaType respond searchTermAssociation RespondSearchTermAssociationType dataArea SearchTermAssociationType uniqueID searchTerms associationType associatedTerms storeIdentifier languageIdentifier userData ShowSearchTermAssociationDataAreaType show searchTermAssociation ShowSearchTermAssociationType dataArea
null
{"directed":true,"nodes":[{"nsPrefix":"_sch","nsURI":"http://www.ibm.com/xmlns/prod/commerce/9/search","name":"datatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSearchTermAssociationType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationEnumerationType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"AssociationEnumerationTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"AssociationType","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSearchTermAssociationType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSearchTermAssociationType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSearchTermAssociationType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSearchTermAssociationType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchTermAssociationType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSearchTermAssociationDataAreaType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSearchTermAssociationType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acknowledge","changeable":true,"resolveProxies":false,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"name":"Synonym","id":25,"value":0,"literal":"Synonym","eClass":"EEnumLiteral"},{"name":"SearchForInstead","id":26,"value":1,"literal":"SearchForInstead","eClass":"EEnumLiteral"},{"name":"AlsoSearchFor","id":27,"value":2,"literal":"AlsoSearchFor","eClass":"EEnumLiteral"},{"name":"LandingPageURL","id":28,"value":3,"literal":"LandingPageURL","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":"change","changeable":true,"resolveProxies":false,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"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":"acknowledgeSearchTermAssociation","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":"changeSearchTermAssociation","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":"getSearchTermAssociation","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":"processSearchTermAssociation","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":"respondSearchTermAssociation","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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":"7.0.0.2","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7.0.0.2","unsettable":false,"transient":true,"unique":false,"name":"searchTermAssociationBODVersion","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"showSearchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":true},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"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":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"respond","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"uniqueID","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":"searchTerms","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":"associationType","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":"associatedTerms","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storeIdentifier","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"languageIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"show","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"searchTermAssociation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":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":15},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":15},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":25,"target":3},{"source":26,"target":3},{"source":27,"target":3},{"source":28,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":31},{"source":29,"target":6},{"source":30,"target":15},{"source":30,"target":32},{"source":30,"target":6},{"source":32,"target":15},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":6},{"source":33,"target":35},{"source":33,"target":7},{"source":35,"target":6},{"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":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":36,"target":47},{"source":36,"target":8},{"source":37,"target":48},{"source":37,"target":8},{"source":38,"target":49},{"source":38,"target":8},{"source":39,"target":2},{"source":39,"target":50},{"source":39,"target":8},{"source":50,"target":2},{"source":40,"target":7},{"source":40,"target":51},{"source":40,"target":8},{"source":51,"target":7},{"source":41,"target":10},{"source":41,"target":52},{"source":41,"target":8},{"source":52,"target":10},{"source":42,"target":12},{"source":42,"target":53},{"source":42,"target":8},{"source":53,"target":12},{"source":43,"target":14},{"source":43,"target":54},{"source":43,"target":8},{"source":54,"target":14},{"source":44,"target":15},{"source":44,"target":55},{"source":44,"target":8},{"source":55,"target":15},{"source":45,"target":56},{"source":45,"target":8},{"source":46,"target":17},{"source":46,"target":57},{"source":46,"target":8},{"source":57,"target":17},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":60},{"source":58,"target":9},{"source":59,"target":15},{"source":59,"target":61},{"source":59,"target":9},{"source":61,"target":15},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":9},{"source":62,"target":64},{"source":62,"target":10},{"source":64,"target":9},{"source":11,"target":0},{"source":11,"target":65},{"source":11,"target":66},{"source":65,"target":67},{"source":65,"target":11},{"source":66,"target":15},{"source":66,"target":68},{"source":66,"target":11},{"source":68,"target":15},{"source":12,"target":0},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":11},{"source":69,"target":71},{"source":69,"target":12},{"source":71,"target":11},{"source":13,"target":0},{"source":13,"target":72},{"source":13,"target":73},{"source":72,"target":74},{"source":72,"target":13},{"source":73,"target":15},{"source":73,"target":75},{"source":73,"target":13},{"source":75,"target":15},{"source":14,"target":0},{"source":14,"target":76},{"source":14,"target":77},{"source":76,"target":13},{"source":76,"target":78},{"source":76,"target":14},{"source":78,"target":13},{"source":15,"target":0},{"source":15,"target":79},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":79,"target":86},{"source":79,"target":15},{"source":80,"target":87},{"source":80,"target":15},{"source":81,"target":5},{"source":81,"target":88},{"source":81,"target":15},{"source":88,"target":5},{"source":82,"target":89},{"source":82,"target":15},{"source":83,"target":90},{"source":83,"target":15},{"source":84,"target":91},{"source":84,"target":15},{"source":85,"target":92},{"source":85,"target":15},{"source":16,"target":0},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":95},{"source":93,"target":16},{"source":94,"target":15},{"source":94,"target":96},{"source":94,"target":16},{"source":96,"target":15},{"source":17,"target":0},{"source":17,"target":97},{"source":17,"target":98},{"source":97,"target":16},{"source":97,"target":99},{"source":97,"target":17},{"source":99,"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="ytpDsl" nsURI="http://www.ytpdsl.fr/YtpDsl" nsPrefix="ytpDsl"> <eClassifiers xsi:type="ecore:EClass" name="YtpModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="information" eType="#//GeneratorInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratorInformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ffmpeg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ffprobe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" upperBound="-1" eType="#//VideoLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoLibrary"/> <eClassifiers xsi:type="ecore:EClass" name="Media" eSuperTypes="#//VideoLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moment" eType="#//Moment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//VideoLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="folder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Moment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moments" upperBound="-1" eType="#//Part" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Part"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//MediaDescription" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageDescription" eSuperTypes="#//MediaDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoDescription" eSuperTypes="#//MediaDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="videoid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Filter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//VideoText" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoText"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter"/> <eClassifiers xsi:type="ecore:EClass" name="BlackWhiteFilter" eSuperTypes="#//Filter"/> <eClassifiers xsi:type="ecore:EClass" name="NegateFilter" eSuperTypes="#//Filter"/> <eClassifiers xsi:type="ecore:EClass" name="FlipFilter" eSuperTypes="#//Filter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AlexandreRio/ytpdsl/fr.ytpdsl.parent/fr.ytpdsl/model/generated/YtpDsl.ecore
ecore
ytpDsl YtpModel information GeneratorInformation authorName version creationDate ffmpeg ffprobe library VideoLibrary Media name moment Folder folder extension Moment path moments Part start end duration Description description MediaDescription location ImageDescription imageid top bottom VideoDescription videoid duration probability description filter text VideoText content position color size Filter BlackWhiteFilter NegateFilter FlipFilter orientation
null
{"directed":true,"nodes":[{"nsPrefix":"ytpDsl","nsURI":"http://www.ytpdsl.fr/YtpDsl","name":"ytpDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YtpModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorInformation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoLibrary","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","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":"Moment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Part","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaDescription","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageDescription","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoDescription","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoText","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlackWhiteFilter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegateFilter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlipFilter","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":true,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","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":"version","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":"creationDate","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":"ffmpeg","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":"ffprobe","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moment","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"folder","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":"start","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":"end","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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"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":"location","changeable":true,"lowerBound":0,"iD":false,"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":"imageid","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":"top","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":"bottom","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":"videoid","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":"duration","changeable":true,"lowerBound":0,"iD":false,"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":"probability","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":"description","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":"filter","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":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"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":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":"position","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":1},{"source":18,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"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":22,"target":28},{"source":22,"target":2},{"source":23,"target":29},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":6},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":6},{"source":33,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":36,"target":39},{"source":36,"target":5},{"source":37,"target":40},{"source":37,"target":5},{"source":38,"target":3},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":43},{"source":41,"target":6},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":6},{"source":44,"target":7},{"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":49},{"source":46,"target":7},{"source":47,"target":50},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":51},{"source":51,"target":9},{"source":51,"target":52},{"source":51,"target":8},{"source":52,"target":9},{"source":9,"target":0},{"source":9,"target":53},{"source":53,"target":54},{"source":53,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":58},{"source":55,"target":59},{"source":55,"target":10},{"source":56,"target":60},{"source":56,"target":10},{"source":57,"target":61},{"source":57,"target":10},{"source":58,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":62,"target":69},{"source":62,"target":11},{"source":63,"target":70},{"source":63,"target":11},{"source":64,"target":71},{"source":64,"target":11},{"source":65,"target":72},{"source":65,"target":11},{"source":66,"target":13},{"source":66,"target":73},{"source":66,"target":11},{"source":73,"target":13},{"source":67,"target":12},{"source":67,"target":74},{"source":67,"target":11},{"source":74,"target":12},{"source":68,"target":9},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":75,"target":79},{"source":75,"target":12},{"source":76,"target":80},{"source":76,"target":12},{"source":77,"target":81},{"source":77,"target":12},{"source":78,"target":82},{"source":78,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":83},{"source":83,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":84},{"source":84,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":85},{"source":16,"target":86},{"source":85,"target":87},{"source":85,"target":16},{"source":86,"target":13}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/josema-crz/BPMN2Requirements/BPMN2toRequirements/metamodels/bpmn2/BPMNDI.ecore
ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
null
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
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="workbench" nsURI="http://www.eclipse.org/oomph/setup/workbench/1.0" nsPrefix="workbench"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="schemaLocation" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Workbench.ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/setup/Enablement"> <details key="variableName" value="setup.workbench.p2"/> <details key="repository" value="${oomph.update.url}"/> <details key="installableUnits" value="org.eclipse.oomph.setup.workbench.feature.group"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/base/LabelProvider"> <details key="imageBaseURI" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/plugins/org.eclipse.oomph.setup.workbench.edit/icons/full/obj16"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FileAssociationsTask" eSuperTypes="../../org.eclipse.oomph.setup/model/Setup.ecore#//SetupTask"> <eAnnotations source="http://www.eclipse.org/oomph/setup/ValidTriggers"> <details key="triggers" value="STARTUP MANUAL"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" lowerBound="1" upperBound="-1" eType="#//FileMapping" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mapping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileMapping" eSuperTypes="../../org.eclipse.oomph.base/model/Base.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultEditorID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1" eType="#//FileEditor" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="editor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileEditor" eSuperTypes="../../org.eclipse.oomph.base/model/Base.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyBindingTask" eSuperTypes="../../org.eclipse.oomph.setup/model/Setup.ecore#//SetupTask"> <eAnnotations source="http://www.eclipse.org/oomph/setup/ValidTriggers"> <details key="triggers" value="STARTUP MANUAL"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.ui.defaultAcceleratorConfiguration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" lowerBound="1" upperBound="-1" eType="#//KeyBindingContext" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="context"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keys" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="command" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commandParameters" upperBound="-1" eType="#//CommandParameter" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="commandParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyBindingContext" eSuperTypes="../../org.eclipse.oomph.base/model/Base.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.ui.contexts.window"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommandParameter" eSuperTypes="../../org.eclipse.oomph.base/model/Base.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <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="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DuaneNielsen/APMFieldDev/plugins/org.eclipse.oomph.setup.workbench/model/Workbench.ecore
ecore
workbench FileAssociationsTask mappings FileMapping filePattern defaultEditorID editors FileEditor iD KeyBindingTask scheme org.eclipse.ui.defaultAcceleratorConfiguration contexts platform locale keys command commandParameters KeyBindingContext iD org.eclipse.ui.contexts.window CommandParameter iD value
null
{"directed":true,"nodes":[{"nsPrefix":"workbench","nsURI":"http://www.eclipse.org/oomph/setup/workbench/1.0","name":"workbench","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileAssociationsTask","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileMapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileEditor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyBindingTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyBindingContext","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandParameter","instanceClass":null,"abstract":false,"id":6,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePattern","changeable":true,"lowerBound":1,"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":"defaultEditorID","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":"editors","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.ui.defaultAcceleratorConfiguration","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.ui.defaultAcceleratorConfiguration","unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"platform","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":"locale","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commandParameters","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"},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.ui.contexts.window","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.ui.contexts.window","unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":19},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":20,"target":28},{"source":20,"target":4},{"source":21,"target":5},{"source":21,"target":29},{"source":21,"target":4},{"source":29,"target":5},{"source":22,"target":30},{"source":22,"target":4},{"source":23,"target":31},{"source":23,"target":4},{"source":24,"target":32},{"source":24,"target":4},{"source":25,"target":33},{"source":25,"target":4},{"source":26,"target":6},{"source":26,"target":34},{"source":26,"target":4},{"source":34,"target":6},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":37},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":41},{"source":38,"target":6},{"source":39,"target":42},{"source":39,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> <ecore:EPackage name="SQLDDL"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" ordered="false" unique="false" upperBound="-1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" ordered="false" unique="false" upperBound="-1" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/1/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="/1/Table" containment="true" eOpposite="/1/Table/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" ordered="false" lowerBound="1" eType="/1/Database" eOpposite="/1/Database/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" ordered="false" upperBound="-1" eType="/1/ForeignKey" eOpposite="/1/ForeignKey/referencedTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/TableElement" containment="true" eOpposite="/1/TableElement/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/Parameter" containment="true" eOpposite="/1/Parameter/table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElement" abstract="true" eSuperTypes="/1/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="/1/Table" eOpposite="/1/Table/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="/1/TableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" ordered="false" upperBound="-1" eType="/1/ForeignKey" eOpposite="/1/ForeignKey/referencedColumns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBeNull" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="/1/Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="/1/Key" eOpposite="/1/Key/columns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" abstract="true" eSuperTypes="/1/TableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="/1/Column" eOpposite="/1/Column/keys"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleKey" eSuperTypes="/1/Key"/> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="/1/Key"/> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="/1/Key"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedTable" ordered="false" lowerBound="1" eType="/1/Table" eOpposite="/1/Table/referencedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedColumns" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Column" eOpposite="/1/Column/referencedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false" unique="false" upperBound="2" eType="/0/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnsigned" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/1/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="/1/Table" eOpposite="/1/Table/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="/1/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="/1/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerVal" eSuperTypes="/1/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/0/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullVal" eSuperTypes="/1/Value"/> <eClassifiers xsi:type="ecore:EClass" name="StringVal" eSuperTypes="/1/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/SQLDDL.ecore
ecore
PrimitiveTypes Boolean Integer String SQLDDL LocatedElement location commentsBefore commentsAfter NamedElement name Database tables Table database referencedBy elements parameters TableElement table Column referencedBy name type canBeNull default keys Key isUnique name columns SimpleKey PrimaryKey ForeignKey referencedTable referencedColumns Type length isUnsigned Parameter table value Value IntegerVal value NullVal StringVal value
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":"SQLDDL","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":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleKey","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","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":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVal","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullVal","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVal","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":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","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":"elements","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"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":"referencedTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":48,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"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":"canBeNull","changeable":true,"lowerBound":1,"iD":false,"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":"default","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":false,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedColumns","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"id":72,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":73,"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":"isUnsigned","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":5,"target":22},{"source":5,"target":23},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":3},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":3},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":5},{"source":26,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":6},{"source":29,"target":3},{"source":28,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":30},{"source":7,"target":31},{"source":30,"target":8},{"source":30,"target":32},{"source":30,"target":7},{"source":30,"target":33},{"source":32,"target":8},{"source":31,"target":6},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":37},{"source":33,"target":7},{"source":33,"target":38},{"source":33,"target":8},{"source":33,"target":30},{"source":38,"target":7},{"source":34,"target":14},{"source":34,"target":39},{"source":34,"target":8},{"source":34,"target":40},{"source":39,"target":14},{"source":35,"target":9},{"source":35,"target":41},{"source":35,"target":8},{"source":35,"target":42},{"source":41,"target":9},{"source":36,"target":16},{"source":36,"target":43},{"source":36,"target":8},{"source":36,"target":44},{"source":43,"target":16},{"source":37,"target":6},{"source":9,"target":4},{"source":9,"target":5},{"source":9,"target":42},{"source":9,"target":45},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":9},{"source":42,"target":35},{"source":46,"target":8},{"source":45,"target":5},{"source":10,"target":4},{"source":10,"target":9},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":47,"target":14},{"source":47,"target":54},{"source":47,"target":10},{"source":47,"target":55},{"source":54,"target":14},{"source":48,"target":3},{"source":48,"target":56},{"source":48,"target":10},{"source":56,"target":3},{"source":49,"target":15},{"source":49,"target":57},{"source":49,"target":10},{"source":57,"target":15},{"source":50,"target":1},{"source":50,"target":58},{"source":50,"target":10},{"source":58,"target":1},{"source":51,"target":17},{"source":51,"target":59},{"source":51,"target":10},{"source":59,"target":17},{"source":52,"target":11},{"source":52,"target":60},{"source":52,"target":10},{"source":52,"target":61},{"source":60,"target":11},{"source":53,"target":9},{"source":11,"target":4},{"source":11,"target":9},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":61},{"source":11,"target":64},{"source":62,"target":1},{"source":62,"target":65},{"source":62,"target":11},{"source":65,"target":1},{"source":63,"target":3},{"source":63,"target":66},{"source":63,"target":11},{"source":66,"target":3},{"source":61,"target":10},{"source":61,"target":67},{"source":61,"target":11},{"source":61,"target":52},{"source":67,"target":10},{"source":64,"target":9},{"source":12,"target":4},{"source":12,"target":11},{"source":12,"target":68},{"source":68,"target":11},{"source":13,"target":4},{"source":13,"target":11},{"source":13,"target":69},{"source":69,"target":11},{"source":14,"target":4},{"source":14,"target":11},{"source":14,"target":40},{"source":14,"target":55},{"source":14,"target":70},{"source":40,"target":8},{"source":40,"target":71},{"source":40,"target":14},{"source":40,"target":34},{"source":71,"target":8},{"source":55,"target":10},{"source":55,"target":72},{"source":55,"target":14},{"source":55,"target":47},{"source":72,"target":10},{"source":70,"target":11},{"source":15,"target":4},{"source":15,"target":6},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":73,"target":2},{"source":73,"target":76},{"source":73,"target":15},{"source":76,"target":2},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":15},{"source":77,"target":1},{"source":75,"target":6},{"source":16,"target":4},{"source":16,"target":6},{"source":16,"target":44},{"source":16,"target":78},{"source":16,"target":79},{"source":44,"target":8},{"source":44,"target":80},{"source":44,"target":16},{"source":44,"target":36},{"source":80,"target":8},{"source":78,"target":17},{"source":78,"target":81},{"source":78,"target":16},{"source":81,"target":17},{"source":79,"target":6},{"source":17,"target":4},{"source":17,"target":5},{"source":17,"target":82},{"source":82,"target":5},{"source":18,"target":4},{"source":18,"target":17},{"source":18,"target":83},{"source":18,"target":84},{"source":83,"target":2},{"source":83,"target":85},{"source":83,"target":18},{"source":85,"target":2},{"source":84,"target":17},{"source":19,"target":4},{"source":19,"target":17},{"source":19,"target":86},{"source":86,"target":17},{"source":20,"target":4},{"source":20,"target":17},{"source":20,"target":87},{"source":20,"target":88},{"source":87,"target":3},{"source":87,"target":89},{"source":87,"target":20},{"source":89,"target":3},{"source":88,"target":17}],"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="String"/> </ecore:EPackage> <ecore:EPackage name="GoalAndPlanConcepts"> <eClassifiers xsi:type="ecore:EClass" name="Actor"> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposition" ordered="false" upperBound="-1" eType="/1/Decomposition" eOpposite="/1/Decomposition/PointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contribution" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/PointOfView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEnd" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/PointOfView"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decomposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/decomposition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Contribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributer" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/contributionR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributed" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/contributionD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/contribution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal"> <eStructuralFeatures xsi:type="ecore:EReference" name="contributionR" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/contributer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributionD" ordered="false" upperBound="-1" eType="/1/Contribution" eOpposite="/1/Contribution/contributed"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndS" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/means"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndD" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/end"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecomposition" ordered="false" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLink" ordered="false" upperBound="-1" eType="/1/BooleanDecLink" eOpposite="/1/BooleanDecLink/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeansEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansR" ordered="false" eType="/1/Resource" eOpposite="/1/Resource/meansEndR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="means" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/meansEndS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="/1/Goal" eOpposite="/1/Goal/meansEndD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PointOfView" ordered="false" lowerBound="1" eType="/1/Actor" eOpposite="/1/Actor/meansEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meansP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/meansEndP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndR" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/meansR"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plan"> <eStructuralFeatures xsi:type="ecore:EReference" name="meansEndP" ordered="false" upperBound="-1" eType="/1/MeansEnd" eOpposite="/1/MeansEnd/meansP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecompositionP" ordered="false" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/rootP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLinkP" ordered="false" upperBound="-1" eType="/1/BooleanDecLink" eOpposite="/1/BooleanDecLink/targetP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanDecomposition" eSuperTypes="/1/Decomposition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/booleanDecomposition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/booleanDecompositionP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecLinkD" ordered="false" lowerBound="1" upperBound="-1" eType="/1/BooleanDecLink" containment="true" eOpposite="/1/BooleanDecLink/booleanDecompositionB"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanDecLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="booleanDecompositionB" ordered="false" lowerBound="1" eType="/1/BooleanDecomposition" eOpposite="/1/BooleanDecomposition/booleanDecLinkD"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="/1/Goal" eOpposite="/1/Goal/booleanDecLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetP" ordered="false" eType="/1/Plan" eOpposite="/1/Plan/booleanDecLinkP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndDecLink" eSuperTypes="/1/BooleanDecLink"/> <eClassifiers xsi:type="ecore:EClass" name="OrDecLink" eSuperTypes="/1/BooleanDecLink"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/TroposGoalAndPlanConcepts.ecore
ecore
PrimitiveTypes String GoalAndPlanConcepts Actor decomposition contribution meansEnd Decomposition PointOfView Contribution metric contributer contributed PointOfView Goal contributionR contributionD meansEndS meansEndD booleanDecomposition booleanDecLink MeansEnd meansR means end PointOfView meansP Resource meansEndR Plan meansEndP booleanDecompositionP booleanDecLinkP BooleanDecomposition type root rootP booleanDecLinkD BooleanDecLink booleanDecompositionB target targetP AndDecLink OrDecLink
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":null,"nsURI":null,"name":"GoalAndPlanConcepts","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeansEnd","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":"Plan","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecomposition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanDecLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDecLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrDecLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"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":"decomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"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":"PointOfView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":"contributer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"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":"contributed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"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":"contributionR","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":"contributionD","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":"meansEndS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansEndD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"booleanDecomposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"means","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"meansR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meansP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"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":"meansEndR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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":"meansEndP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"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":"booleanDecompositionP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booleanDecLinkP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"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":"targetP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":"booleanDecLinkD","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"},{"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":"booleanDecompositionB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"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":3,"target":2},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":3},{"source":14,"target":18},{"source":17,"target":4},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":3},{"source":15,"target":20},{"source":19,"target":5},{"source":16,"target":7},{"source":16,"target":21},{"source":16,"target":3},{"source":16,"target":22},{"source":21,"target":7},{"source":4,"target":2},{"source":4,"target":18},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":4},{"source":18,"target":14},{"source":23,"target":3},{"source":5,"target":2},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":20},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":1},{"source":25,"target":6},{"source":25,"target":28},{"source":25,"target":5},{"source":25,"target":29},{"source":28,"target":6},{"source":26,"target":6},{"source":26,"target":30},{"source":26,"target":5},{"source":26,"target":31},{"source":30,"target":6},{"source":20,"target":3},{"source":20,"target":32},{"source":20,"target":5},{"source":20,"target":15},{"source":32,"target":3},{"source":6,"target":2},{"source":6,"target":29},{"source":6,"target":31},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":29,"target":5},{"source":29,"target":37},{"source":29,"target":6},{"source":29,"target":25},{"source":37,"target":5},{"source":31,"target":5},{"source":31,"target":38},{"source":31,"target":6},{"source":31,"target":26},{"source":38,"target":5},{"source":33,"target":7},{"source":33,"target":39},{"source":33,"target":6},{"source":33,"target":40},{"source":39,"target":7},{"source":34,"target":7},{"source":34,"target":41},{"source":34,"target":6},{"source":34,"target":42},{"source":41,"target":7},{"source":35,"target":10},{"source":35,"target":43},{"source":35,"target":6},{"source":35,"target":44},{"source":43,"target":10},{"source":36,"target":11},{"source":36,"target":45},{"source":36,"target":6},{"source":36,"target":46},{"source":45,"target":11},{"source":7,"target":2},{"source":7,"target":47},{"source":7,"target":40},{"source":7,"target":42},{"source":7,"target":22},{"source":7,"target":48},{"source":47,"target":8},{"source":47,"target":49},{"source":47,"target":7},{"source":47,"target":50},{"source":49,"target":8},{"source":40,"target":6},{"source":40,"target":51},{"source":40,"target":7},{"source":40,"target":33},{"source":51,"target":6},{"source":42,"target":6},{"source":42,"target":52},{"source":42,"target":7},{"source":42,"target":34},{"source":52,"target":6},{"source":22,"target":3},{"source":22,"target":53},{"source":22,"target":7},{"source":22,"target":16},{"source":53,"target":3},{"source":48,"target":9},{"source":48,"target":54},{"source":48,"target":7},{"source":48,"target":55},{"source":54,"target":9},{"source":8,"target":2},{"source":8,"target":50},{"source":50,"target":7},{"source":50,"target":56},{"source":50,"target":8},{"source":50,"target":47},{"source":56,"target":7},{"source":9,"target":2},{"source":9,"target":55},{"source":9,"target":57},{"source":9,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":9},{"source":55,"target":48},{"source":59,"target":7},{"source":57,"target":10},{"source":57,"target":60},{"source":57,"target":9},{"source":57,"target":61},{"source":60,"target":10},{"source":58,"target":11},{"source":58,"target":62},{"source":58,"target":9},{"source":58,"target":63},{"source":62,"target":11},{"source":10,"target":2},{"source":10,"target":4},{"source":10,"target":64},{"source":10,"target":44},{"source":10,"target":61},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":1},{"source":64,"target":67},{"source":64,"target":10},{"source":67,"target":1},{"source":44,"target":6},{"source":44,"target":68},{"source":44,"target":10},{"source":44,"target":35},{"source":68,"target":6},{"source":61,"target":9},{"source":61,"target":69},{"source":61,"target":10},{"source":61,"target":57},{"source":69,"target":9},{"source":65,"target":11},{"source":65,"target":70},{"source":65,"target":10},{"source":65,"target":71},{"source":70,"target":11},{"source":66,"target":4},{"source":11,"target":2},{"source":11,"target":71},{"source":11,"target":46},{"source":11,"target":63},{"source":71,"target":10},{"source":71,"target":72},{"source":71,"target":11},{"source":71,"target":65},{"source":72,"target":10},{"source":46,"target":6},{"source":46,"target":73},{"source":46,"target":11},{"source":46,"target":36},{"source":73,"target":6},{"source":63,"target":9},{"source":63,"target":74},{"source":63,"target":11},{"source":63,"target":58},{"source":74,"target":9},{"source":12,"target":2},{"source":12,"target":11},{"source":12,"target":75},{"source":75,"target":11},{"source":13,"target":2},{"source":13,"target":11},{"source":13,"target":76},{"source":76,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="type" nsURI="http://www.birt.eclipse.org/ChartModelType" nsPrefix="type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AreaSeries" eSuperTypes="#//LineSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Area charts, and during run time, &#xD;&#xA;holds the value for each data point in the series. When rendered, a line connects each data point, and &#xD;&#xA;the area below the line is filled with the series color."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AreaSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BarSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Bar charts, and during run time, &#xD;&#xA;holds the value for each riser in the series. When rendered, a riser extends from the x-axis to the &#xD;&#xA;value of each data point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BarSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="riser" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//RiserType" defaultValueLiteral="Rectangle" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the 'Riser' to be used for displaying the data values in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Riser"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="riserOutline" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the color to be used for the Riser outline.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RiserOutline"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BubbleSeries" eSuperTypes="#//ScatterSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Bubble Charts.&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BubbleSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="accLineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the attributes for the line used to represent the acceleration line to the Bubble.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AccLineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accOrientation" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Orientation" defaultValueLiteral="Horizontal" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the orientation of the acceleration line."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AccOrientation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DialSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Dial Charts."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DialSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dial" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Dial" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Dial for this series"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Dial"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="needle" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Needle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the needle to be used in the Dial"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Needle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceSeries" eSuperTypes="#//AreaSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Difference charts, and during &#xD;&#xA;run time, holds the values for each data point in the series. Each data point in a Difference Series&#xD;&#xA;holds two values. When rendered, a line connects each high value of each data point, another line&#xD;&#xA;connects each low value of each data point, and the area between the high and low lines is filled with &#xD;&#xA;the series color."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DifferenceSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="negativeMarkers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the marker to be used for displaying the data point on the negative line in the chart."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NegativeMarkers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="negativeLineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the attributes for the negative line used to represent this series.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NegativeLineAttributes"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GanttSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Gantt Charts."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GanttSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="startMarker" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the marker to be used for displaying the start data point on the line in the chart.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StartMarker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startMarkerPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of the start marker relative to the connection line start point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StartMarkerPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endMarker" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the marker to be used for displaying the end data point on the line in the chart."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndMarker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endMarkerPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of the end marker relative to the connection line end point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndMarkerPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionLine" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the attributes for the line used to represent this series."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConnectionLine"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outline" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;Specifies the attributes for the outline used to represent this series."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Outline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outlineFill" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the extra fill to be used with outline.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutlineFill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDecorationLabelValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies if use decoration value as the datapoint label value"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UseDecorationLabelValue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decorationLabel" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for the decoration label, which could be used to decorate the primary base Axis.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DecorationLabel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decorationLabelPosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the position property for the decoration label.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DecorationLabelPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteLineColor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates if use the series palette color to draw the line instead of the color in ConnectionLine"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PaletteLineColor"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Line charts, and during run time, &#xD;&#xA;holds the value for each data point in the line. When rendered, a line connects each data point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LineSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the marker to be used for displaying the data point on the line in the chart.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="marker" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Deprecated. Use Markers property instead. This is kept just to maintain the compatibility with old models."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Marker"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the attributes for the line used to represent this series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteLineColor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates if use the series palette color to draw the line instead of the color in LineAttributes"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PaletteLineColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="curve" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Indicates whether the line segments joining data points in the series are to be drawn as curves or as straight lines.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Curve"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowColor" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the color to be used for the shadow.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShadowColor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectMissingValue" 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="Specifies if connect the missing values in the line or just skip drawing."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ConnectMissingValue"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PieSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that, during design time, holds the query data for Pie charts, and during run time, &#xD;&#xA;holds the value for each data point in the pie that represents the series. When rendered, each series is &#xD;&#xA;drawn as a complete pie, and each data point in that series defines the size of the pie's slices. A pie chart&#xD;&#xA;with multiple series will draw multiple pies."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PieSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the 'Explosion' value to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;used while displaying the pie slices.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Explosion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosionExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies an expression to determine if&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the explosion will be applied to each&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;slice.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExplosionExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="title" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Label" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the properties for a series title.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titlePosition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//Position" defaultValueLiteral="Above" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the position property for a series&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;title.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TitlePosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leaderLineAttributes" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the attributes for leader lines.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaderLineStyle" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//LeaderLineStyle" defaultValueLiteral="Fixed_Length" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies how the leader lines are to be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;shown.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineStyle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaderLineLength" lowerBound="1" eType="ecore:EDataType org.eclipse.birt.chart.model.attribute.ecore#//Percentage" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Length for the leader lines. Used only&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if style is 'FIXED_LENGTH'.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeaderLineLength"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sliceOutline" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ColorDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the color to be used for the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;slice outline.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SliceOutline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the ratio(height/width) of the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;oval, 1 means it's a circle, 0 means&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;stretch automatically.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Ratio"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the rotation of the pie, 0 means&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;start drawing the first slice from the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;east.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rotation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clockwise" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Attribute &quot;Clockwise&quot; Specifies whether the pie slices are rendered in clockwise direction, &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;by default they will be rendered in counter-clockwise direction.&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Clockwise"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScatterSeries" eSuperTypes="#//LineSeries"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Scatter Charts.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ScatterSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockSeries" eSuperTypes="org.eclipse.birt.chart.model.component.ecore#//Series"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a Series type that holds data for Stock Charts.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StockSeries"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Fill" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines the fill to be used for the Candle.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Fill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lineAttributes" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//LineAttributes" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the style to be used to display the lines for this series.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LineAttributes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAsBarStick" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies if show graph as bar-stick look."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowAsBarStick"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stickLength" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="5" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the length of the stick when show as bar-stick look."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StickLength"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/YongJiang/org.eclipse.birt.chart/plugins/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.type.ecore
ecore
type AreaSeries BarSeries riser Rectangle riserOutline BubbleSeries accLineAttributes accOrientation Horizontal DialSeries dial needle DifferenceSeries negativeMarkers negativeLineAttributes GanttSeries startMarker startMarkerPosition Above endMarker endMarkerPosition Above connectionLine outline outlineFill useDecorationLabelValue decorationLabel decorationLabelPosition Above paletteLineColor LineSeries markers marker lineAttributes paletteLineColor curve shadowColor connectMissingValue true PieSeries explosion explosionExpression title titlePosition Above leaderLineAttributes leaderLineStyle Fixed_Length leaderLineLength sliceOutline ratio 1 rotation 0 clockwise false ScatterSeries StockSeries fill lineAttributes showAsBarStick false stickLength 5
null
{"directed":true,"nodes":[{"nsPrefix":"type","nsURI":"http://www.birt.eclipse.org/ChartModelType","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AreaSeries","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BarSeries","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BubbleSeries","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialSeries","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceSeries","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GanttSeries","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineSeries","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PieSeries","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScatterSeries","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockSeries","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Rectangle","unsettable":true,"transient":false,"unique":true,"name":"riser","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"riserOutline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Horizontal","unsettable":true,"transient":false,"unique":true,"name":"accOrientation","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dial","changeable":true,"resolveProxies":false,"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":"needle","changeable":true,"resolveProxies":false,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negativeMarkers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negativeLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startMarker","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"startMarkerPosition","changeable":true,"lowerBound":1,"iD":false,"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":"endMarker","changeable":true,"resolveProxies":false,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"endMarkerPosition","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionLine","changeable":true,"resolveProxies":false,"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":"outline","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"outlineFill","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"useDecorationLabelValue","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationLabel","changeable":true,"resolveProxies":false,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"decorationLabelPosition","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"paletteLineColor","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marker","changeable":true,"resolveProxies":false,"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":"lineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"paletteLineColor","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"curve","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shadowColor","changeable":true,"resolveProxies":false,"lowerBound":1,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"connectMissingValue","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"explosion","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":"explosionExpression","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Above","unsettable":true,"transient":false,"unique":true,"name":"titlePosition","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leaderLineAttributes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Fixed_Length","unsettable":true,"transient":false,"unique":true,"name":"leaderLineStyle","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"leaderLineLength","changeable":true,"lowerBound":1,"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":"sliceOutline","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"clockwise","changeable":true,"lowerBound":1,"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"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":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":"lineAttributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"showAsBarStick","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":true,"transient":false,"unique":true,"name":"stickLength","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"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":11},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":16},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":9},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":25},{"source":22,"target":4},{"source":23,"target":26},{"source":23,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"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":1},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":32,"target":44},{"source":32,"target":6},{"source":33,"target":45},{"source":33,"target":6},{"source":34,"target":46},{"source":34,"target":6},{"source":35,"target":47},{"source":35,"target":6},{"source":36,"target":48},{"source":36,"target":6},{"source":37,"target":49},{"source":37,"target":6},{"source":38,"target":50},{"source":38,"target":6},{"source":39,"target":51},{"source":39,"target":6},{"source":40,"target":52},{"source":40,"target":6},{"source":41,"target":53},{"source":41,"target":6},{"source":42,"target":54},{"source":42,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":55,"target":63},{"source":55,"target":7},{"source":56,"target":64},{"source":56,"target":7},{"source":57,"target":65},{"source":57,"target":7},{"source":58,"target":66},{"source":58,"target":7},{"source":59,"target":67},{"source":59,"target":7},{"source":60,"target":68},{"source":60,"target":7},{"source":61,"target":69},{"source":61,"target":7},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"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":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":70,"target":82},{"source":70,"target":8},{"source":71,"target":83},{"source":71,"target":8},{"source":72,"target":84},{"source":72,"target":8},{"source":73,"target":85},{"source":73,"target":8},{"source":74,"target":86},{"source":74,"target":8},{"source":75,"target":87},{"source":75,"target":8},{"source":76,"target":88},{"source":76,"target":8},{"source":77,"target":89},{"source":77,"target":8},{"source":78,"target":90},{"source":78,"target":8},{"source":79,"target":91},{"source":79,"target":8},{"source":80,"target":92},{"source":80,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":93},{"source":93,"target":7},{"source":10,"target":0},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":94,"target":99},{"source":94,"target":10},{"source":95,"target":100},{"source":95,"target":10},{"source":96,"target":101},{"source":96,"target":10},{"source":97,"target":102},{"source":97,"target":10}],"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="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/0/OclType" containment="true" eOpposite="/0/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encodedType" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="/0/PropertyCallExp" eOpposite="/0/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="/0/CollectionExp" eOpposite="/0/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/LetExp" eOpposite="/0/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="/0/LoopExp" eOpposite="/0/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="/0/OperationCallExp" eOpposite="/0/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="/0/IfExp" eOpposite="/0/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="/0/Attribute" eOpposite="/0/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/variableExp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="/0/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="/0/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="/0/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="/0/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="/0/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="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="/0/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="/0/TuplePart" containment="true" eOpposite="/0/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="/0/TupleExp" eOpposite="/0/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/MapElement" containment="true" eOpposite="/0/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="/0/MapExp" eOpposite="/0/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/0/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="/0/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="/0/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="/0/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="/0/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="/0/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="/0/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Iterator" containment="true" eOpposite="/0/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/0/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" containment="true" eOpposite="/0/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/0/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="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/0/VariableDeclaration" containment="true" eOpposite="/0/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="/1/Element"> <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="/0/OclType" containment="true" eOpposite="/0/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/LetExp" eOpposite="/0/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="/0/IterateExp" eOpposite="/0/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="/0/VariableExp" eOpposite="/0/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="/0/LoopExp" eOpposite="/0/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Operation" eOpposite="/0/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="/0/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="/0/OclContextDefinition" eOpposite="/0/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="/0/OclExpression" eOpposite="/0/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="/0/MapType" eOpposite="/0/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="/0/Attribute" eOpposite="/0/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="/0/MapType" eOpposite="/0/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="/0/CollectionType" eOpposite="/0/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="/0/TupleTypeAttribute" eOpposite="/0/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="/0/VariableDeclaration" eOpposite="/0/VariableDeclaration/type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="/0/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="/0/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="/0/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="/0/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/0/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="/0/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="/0/TupleTypeAttribute" containment="true" eOpposite="/0/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="/0/TupleType" eOpposite="/0/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="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="/0/OclModel" eOpposite="/0/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="/0/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="/0/OclFeature" containment="true" eOpposite="/0/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="/0/OclContextDefinition" containment="true" eOpposite="/0/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/0/OclFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/Parameter" containment="true" eOpposite="/0/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="/0/OclType" containment="true" eOpposite="/0/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true" eOpposite="/0/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="/1/Element"> <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="/0/OclModel" eOpposite="/0/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/0/OclModelElement" eOpposite="/0/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="/0/OclModel" eOpposite="/0/OclModel/metamodel"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="Element" 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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="/1/LibraryRef" containment="true" eOpposite="/1/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="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="/1/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/1/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="/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="/0/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/ModuleElement" containment="true" eOpposite="/1/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxOutPatternElement" eSuperTypes="/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embeddedSyntax" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/EmbeddedSyntaxElement" containment="true" eOpposite="/1/EmbeddedSyntaxElement/outPatternElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxElement" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" eType="/1/EmbeddedSyntaxOutPatternElement" eOpposite="/1/EmbeddedSyntaxOutPatternElement/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredBy" ordered="false" upperBound="-1" eType="/1/EmbeddedSyntaxComplexProperty" eOpposite="/1/EmbeddedSyntaxComplexProperty/value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxTokenElement" eSuperTypes="/1/EmbeddedSyntaxElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxSimpleElement" eSuperTypes="/1/EmbeddedSyntaxElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="/1/EmbeddedSyntaxProperty" containment="true" eOpposite="/1/EmbeddedSyntaxProperty/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxProperty" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/EmbeddedSyntaxSimpleElement" eOpposite="/1/EmbeddedSyntaxSimpleElement/properties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxBooleanProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxDoubleProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxIntegerProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxStringProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbeddedSyntaxComplexProperty" eSuperTypes="/1/EmbeddedSyntaxProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="/1/EmbeddedSyntaxElement" eOpposite="/1/EmbeddedSyntaxElement/referredBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/1/Module" eOpposite="/1/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="/1/Query" eOpposite="/1/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="/1/Library" eOpposite="/1/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preConditions" ordered="false" upperBound="-1" eType="/1/Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postConditions" ordered="false" upperBound="-1" eType="/1/Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="/1/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="/1/OutPattern" containment="true" eOpposite="/1/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="/1/ActionBlock" containment="true" eOpposite="/1/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="/1/RuleVariableDeclaration" containment="true" eOpposite="/1/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="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="/1/InPattern" containment="true" eOpposite="/1/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="/1/MatchedRule" eOpposite="/1/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="isDefault" ordered="false" unique="false" lowerBound="1" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="/1/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="/1/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/0/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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/1/InPatternElement" containment="true" eOpposite="/1/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="/1/OutPatternElement" containment="true" eOpposite="/1/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="/0/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/1/InPattern" eOpposite="/1/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="/0/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="/1/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="/1/InPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="/1/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/1/OutPattern" eOpposite="/1/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="/1/InPatternElement" eOpposite="/1/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="/1/Binding" containment="true" eOpposite="/1/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="/0/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="/1/OutPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="/1/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="/0/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="/1/Unit" eOpposite="/1/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="/1/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/1/Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/danielcn/metagem/MeTAGeM/Metamodels/ATL-0.2.ecore
ecore
OCL OclExpression type encodedType ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute VariableExp referredVariable name 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 signature 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 definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration name 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 name Attribute initExpression type Operation parameters returnType body OclModel name metamodel elements model ATL Element location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements EmbeddedSyntaxOutPatternElement embeddedSyntax elements EmbeddedSyntaxElement outPatternElement referredBy type EmbeddedSyntaxTokenElement name EmbeddedSyntaxSimpleElement properties EmbeddedSyntaxProperty owner name EmbeddedSyntaxBooleanProperty value EmbeddedSyntaxDoubleProperty value EmbeddedSyntaxIntegerProperty value EmbeddedSyntaxStringProperty value EmbeddedSyntaxComplexProperty value ModuleElement module Helper query library definition preConditions postConditions Condition body Rule outPattern actionBlock variables name MatchedRule inPattern children superRule isAbstract isRefining isDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements rule filter OutPattern rule elements PatternElement InPatternElement mapsTo inPattern models SimpleInPatternElement DerivedInPatternElement value OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName RuleVariableDeclaration rule LibraryRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName value IfStat condition thenStatements elseStatements ForStat iterator collection statements PrimitiveTypes Boolean Double Integer String
null
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":57,"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":58,"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":"encodedType","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":60,"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":61,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":63,"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":64,"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":65,"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":66,"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":67,"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":68,"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":69,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"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":89,"derived":false},{"id":90,"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":91,"derived":false},{"id":92,"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":93,"derived":false},{"id":94,"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":95,"derived":false},{"id":96,"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":97,"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":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":111,"serializable":true,"eClass":"EDataType"},{"id":112,"eClass":"EGenericType"},{"id":113,"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":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":116,"serializable":true,"eClass":"EDataType"},{"id":117,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":120,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":128,"derived":false},{"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":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"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":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":153,"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":"signature","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"},{"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"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":165,"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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"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":169,"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":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"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":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"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":183,"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":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"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":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"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":203,"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":204,"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":205,"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":206,"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":207,"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":208,"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":209,"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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"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":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"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":216,"derived":false},{"id":217,"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":218,"derived":false},{"id":219,"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":220,"derived":false},{"id":221,"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":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"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":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"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":242,"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"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":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"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":276,"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":277,"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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":284,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxOutPatternElement","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxElement","instanceClass":null,"abstract":true,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxTokenElement","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxSimpleElement","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxProperty","instanceClass":null,"abstract":true,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxBooleanProperty","instanceClass":null,"abstract":false,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxDoubleProperty","instanceClass":null,"abstract":false,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxIntegerProperty","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxStringProperty","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbeddedSyntaxComplexProperty","instanceClass":null,"abstract":false,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":312,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":313,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":314,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":317,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":318,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":319,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":320,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":323,"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":324,"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":325,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":330,"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":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"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":339,"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":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":true,"ordered":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":345,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":346,"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":347,"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":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"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":"embeddedSyntax","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"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":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"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":"referredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"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":375,"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":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"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":408,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"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":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"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":414,"derived":false},{"id":415,"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":416,"derived":false},{"id":417,"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":418,"derived":false},{"id":419,"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":420,"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":421,"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":422,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":423,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":424,"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":"isDefault","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"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":437,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":438,"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":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"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":444,"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":455,"derived":false},{"id":456,"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":457,"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":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"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":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"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":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":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":468,"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":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"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":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"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":477,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":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":482,"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":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"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":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"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":502,"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":503,"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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"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":509,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"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":516,"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":517,"derived":false},{"container":false,"ordered":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":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":523,"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":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":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":58,"target":35},{"source":58,"target":72},{"source":58,"target":1},{"source":58,"target":73},{"source":72,"target":35},{"source":59,"target":74},{"source":59,"target":75},{"source":59,"target":1},{"source":75,"target":74},{"source":60,"target":30},{"source":60,"target":76},{"source":60,"target":1},{"source":60,"target":77},{"source":76,"target":30},{"source":61,"target":21},{"source":61,"target":78},{"source":61,"target":1},{"source":61,"target":79},{"source":78,"target":21},{"source":62,"target":10},{"source":62,"target":80},{"source":62,"target":1},{"source":62,"target":81},{"source":80,"target":10},{"source":63,"target":29},{"source":63,"target":82},{"source":63,"target":1},{"source":63,"target":83},{"source":82,"target":29},{"source":64,"target":26},{"source":64,"target":84},{"source":64,"target":1},{"source":64,"target":85},{"source":84,"target":26},{"source":65,"target":23},{"source":65,"target":86},{"source":65,"target":1},{"source":65,"target":87},{"source":86,"target":23},{"source":66,"target":31},{"source":66,"target":88},{"source":66,"target":1},{"source":66,"target":89},{"source":88,"target":31},{"source":67,"target":30},{"source":67,"target":90},{"source":67,"target":1},{"source":67,"target":91},{"source":90,"target":30},{"source":68,"target":55},{"source":68,"target":92},{"source":68,"target":1},{"source":68,"target":93},{"source":92,"target":55},{"source":69,"target":30},{"source":69,"target":94},{"source":69,"target":1},{"source":69,"target":95},{"source":94,"target":30},{"source":70,"target":54},{"source":70,"target":96},{"source":70,"target":1},{"source":70,"target":97},{"source":96,"target":54},{"source":71,"target":57},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":98,"target":31},{"source":98,"target":101},{"source":98,"target":2},{"source":98,"target":102},{"source":101,"target":31},{"source":99,"target":74},{"source":99,"target":103},{"source":99,"target":2},{"source":103,"target":74},{"source":100,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":104},{"source":104,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":105},{"source":105,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":106},{"source":5,"target":107},{"source":106,"target":74},{"source":106,"target":108},{"source":106,"target":5},{"source":108,"target":74},{"source":107,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":109},{"source":6,"target":110},{"source":109,"target":111},{"source":109,"target":112},{"source":109,"target":6},{"source":112,"target":111},{"source":110,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":113},{"source":113,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":114},{"source":8,"target":115},{"source":114,"target":116},{"source":114,"target":117},{"source":114,"target":8},{"source":117,"target":116},{"source":115,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":118},{"source":9,"target":119},{"source":118,"target":120},{"source":118,"target":121},{"source":118,"target":9},{"source":121,"target":120},{"source":119,"target":7},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":81},{"source":10,"target":122},{"source":81,"target":1},{"source":81,"target":123},{"source":81,"target":10},{"source":81,"target":62},{"source":123,"target":1},{"source":122,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":124},{"source":124,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":125},{"source":125,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":126},{"source":126,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":127},{"source":127,"target":10},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":128},{"source":15,"target":129},{"source":128,"target":16},{"source":128,"target":130},{"source":128,"target":15},{"source":128,"target":131},{"source":130,"target":16},{"source":129,"target":1},{"source":16,"target":0},{"source":16,"target":31},{"source":16,"target":131},{"source":16,"target":132},{"source":131,"target":15},{"source":131,"target":133},{"source":131,"target":16},{"source":131,"target":128},{"source":133,"target":15},{"source":132,"target":31},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":134},{"source":17,"target":135},{"source":134,"target":18},{"source":134,"target":136},{"source":134,"target":17},{"source":134,"target":137},{"source":136,"target":18},{"source":135,"target":1},{"source":18,"target":0},{"source":18,"target":57},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":137,"target":17},{"source":137,"target":141},{"source":137,"target":18},{"source":137,"target":134},{"source":141,"target":17},{"source":138,"target":1},{"source":138,"target":142},{"source":138,"target":18},{"source":142,"target":1},{"source":139,"target":1},{"source":139,"target":143},{"source":139,"target":18},{"source":143,"target":1},{"source":140,"target":57},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":144},{"source":19,"target":145},{"source":144,"target":74},{"source":144,"target":146},{"source":144,"target":19},{"source":146,"target":74},{"source":145,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":147},{"source":147,"target":1},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":79},{"source":21,"target":148},{"source":79,"target":1},{"source":79,"target":149},{"source":79,"target":21},{"source":79,"target":61},{"source":149,"target":1},{"source":148,"target":1},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":150},{"source":22,"target":151},{"source":150,"target":74},{"source":150,"target":152},{"source":150,"target":22},{"source":152,"target":74},{"source":151,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":87},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":87,"target":1},{"source":87,"target":156},{"source":87,"target":23},{"source":87,"target":65},{"source":156,"target":1},{"source":153,"target":74},{"source":153,"target":157},{"source":153,"target":23},{"source":157,"target":74},{"source":154,"target":74},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":74},{"source":155,"target":21},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":159},{"source":159,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":160},{"source":160,"target":23},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":85},{"source":26,"target":161},{"source":26,"target":162},{"source":85,"target":1},{"source":85,"target":163},{"source":85,"target":26},{"source":85,"target":64},{"source":163,"target":1},{"source":161,"target":32},{"source":161,"target":164},{"source":161,"target":26},{"source":161,"target":165},{"source":164,"target":32},{"source":162,"target":21},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":166},{"source":27,"target":167},{"source":166,"target":31},{"source":166,"target":168},{"source":166,"target":27},{"source":166,"target":169},{"source":168,"target":31},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":170},{"source":28,"target":171},{"source":170,"target":74},{"source":170,"target":172},{"source":170,"target":28},{"source":172,"target":74},{"source":171,"target":26},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":173},{"source":29,"target":83},{"source":29,"target":174},{"source":173,"target":31},{"source":173,"target":175},{"source":173,"target":29},{"source":173,"target":176},{"source":175,"target":31},{"source":83,"target":1},{"source":83,"target":177},{"source":83,"target":29},{"source":83,"target":63},{"source":177,"target":1},{"source":174,"target":1},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":91},{"source":30,"target":95},{"source":30,"target":77},{"source":30,"target":178},{"source":91,"target":1},{"source":91,"target":179},{"source":91,"target":30},{"source":91,"target":67},{"source":179,"target":1},{"source":95,"target":1},{"source":95,"target":180},{"source":95,"target":30},{"source":95,"target":69},{"source":180,"target":1},{"source":77,"target":1},{"source":77,"target":181},{"source":77,"target":30},{"source":77,"target":60},{"source":181,"target":1},{"source":178,"target":1},{"source":31,"target":0},{"source":31,"target":57},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":31,"target":89},{"source":31,"target":176},{"source":31,"target":169},{"source":31,"target":102},{"source":31,"target":185},{"source":182,"target":74},{"source":182,"target":186},{"source":182,"target":31},{"source":186,"target":74},{"source":183,"target":74},{"source":183,"target":187},{"source":183,"target":31},{"source":187,"target":74},{"source":184,"target":35},{"source":184,"target":188},{"source":184,"target":31},{"source":184,"target":189},{"source":188,"target":35},{"source":89,"target":1},{"source":89,"target":190},{"source":89,"target":31},{"source":89,"target":66},{"source":190,"target":1},{"source":176,"target":29},{"source":176,"target":191},{"source":176,"target":31},{"source":176,"target":173},{"source":191,"target":29},{"source":169,"target":27},{"source":169,"target":192},{"source":169,"target":31},{"source":169,"target":166},{"source":192,"target":27},{"source":102,"target":2},{"source":102,"target":193},{"source":102,"target":31},{"source":102,"target":98},{"source":193,"target":2},{"source":185,"target":57},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":165},{"source":32,"target":194},{"source":165,"target":26},{"source":165,"target":195},{"source":165,"target":32},{"source":165,"target":161},{"source":195,"target":26},{"source":194,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":196},{"source":33,"target":197},{"source":196,"target":55},{"source":196,"target":198},{"source":196,"target":33},{"source":196,"target":199},{"source":198,"target":55},{"source":197,"target":31},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":200},{"source":34,"target":201},{"source":200,"target":35},{"source":200,"target":202},{"source":200,"target":34},{"source":200,"target":203},{"source":202,"target":35},{"source":201,"target":35},{"source":35,"target":0},{"source":35,"target":1},{"source":35,"target":204},{"source":35,"target":73},{"source":35,"target":205},{"source":35,"target":206},{"source":35,"target":207},{"source":35,"target":208},{"source":35,"target":203},{"source":35,"target":209},{"source":35,"target":189},{"source":35,"target":210},{"source":35,"target":211},{"source":204,"target":52},{"source":204,"target":212},{"source":204,"target":35},{"source":204,"target":213},{"source":212,"target":52},{"source":73,"target":1},{"source":73,"target":214},{"source":73,"target":35},{"source":73,"target":58},{"source":214,"target":1},{"source":205,"target":55},{"source":205,"target":215},{"source":205,"target":35},{"source":205,"target":216},{"source":215,"target":55},{"source":206,"target":50},{"source":206,"target":217},{"source":206,"target":35},{"source":206,"target":218},{"source":217,"target":50},{"source":207,"target":54},{"source":207,"target":219},{"source":207,"target":35},{"source":207,"target":220},{"source":219,"target":54},{"source":208,"target":50},{"source":208,"target":221},{"source":208,"target":35},{"source":208,"target":222},{"source":221,"target":50},{"source":203,"target":34},{"source":203,"target":223},{"source":203,"target":35},{"source":203,"target":200},{"source":223,"target":34},{"source":209,"target":48},{"source":209,"target":224},{"source":209,"target":35},{"source":209,"target":225},{"source":224,"target":48},{"source":189,"target":31},{"source":189,"target":226},{"source":189,"target":35},{"source":189,"target":184},{"source":226,"target":31},{"source":210,"target":74},{"source":210,"target":227},{"source":210,"target":35},{"source":227,"target":74},{"source":211,"target":1},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":228},{"source":228,"target":35},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":229},{"source":229,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":230},{"source":230,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":231},{"source":231,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":232},{"source":232,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":233},{"source":233,"target":39},{"source":42,"target":0},{"source":42,"target":34},{"source":42,"target":234},{"source":234,"target":34},{"source":43,"target":0},{"source":43,"target":34},{"source":43,"target":235},{"source":235,"target":34},{"source":44,"target":0},{"source":44,"target":34},{"source":44,"target":236},{"source":236,"target":34},{"source":45,"target":0},{"source":45,"target":34},{"source":45,"target":237},{"source":237,"target":34},{"source":46,"target":0},{"source":46,"target":35},{"source":46,"target":238},{"source":238,"target":35},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":239},{"source":47,"target":240},{"source":239,"target":48},{"source":239,"target":241},{"source":239,"target":47},{"source":239,"target":242},{"source":241,"target":48},{"source":240,"target":35},{"source":48,"target":0},{"source":48,"target":57},{"source":48,"target":225},{"source":48,"target":242},{"source":48,"target":243},{"source":48,"target":244},{"source":225,"target":35},{"source":225,"target":245},{"source":225,"target":48},{"source":225,"target":209},{"source":245,"target":35},{"source":242,"target":47},{"source":242,"target":246},{"source":242,"target":48},{"source":242,"target":239},{"source":246,"target":47},{"source":243,"target":74},{"source":243,"target":247},{"source":243,"target":48},{"source":247,"target":74},{"source":244,"target":57},{"source":49,"target":0},{"source":49,"target":35},{"source":49,"target":248},{"source":49,"target":249},{"source":248,"target":56},{"source":248,"target":250},{"source":248,"target":49},{"source":248,"target":251},{"source":250,"target":56},{"source":249,"target":35},{"source":50,"target":0},{"source":50,"target":35},{"source":50,"target":218},{"source":50,"target":222},{"source":50,"target":252},{"source":218,"target":35},{"source":218,"target":253},{"source":218,"target":50},{"source":218,"target":206},{"source":253,"target":35},{"source":222,"target":35},{"source":222,"target":254},{"source":222,"target":50},{"source":222,"target":208},{"source":254,"target":35},{"source":252,"target":35},{"source":51,"target":0},{"source":51,"target":57},{"source":51,"target":255},{"source":51,"target":256},{"source":51,"target":257},{"source":255,"target":53},{"source":255,"target":258},{"source":255,"target":51},{"source":255,"target":259},{"source":258,"target":53},{"source":256,"target":52},{"source":256,"target":260},{"source":256,"target":51},{"source":256,"target":261},{"source":260,"target":52},{"source":257,"target":57},{"source":52,"target":0},{"source":52,"target":57},{"source":52,"target":261},{"source":52,"target":213},{"source":52,"target":262},{"source":261,"target":51},{"source":261,"target":263},{"source":261,"target":52},{"source":261,"target":256},{"source":263,"target":51},{"source":213,"target":35},{"source":213,"target":264},{"source":213,"target":52},{"source":213,"target":204},{"source":264,"target":35},{"source":262,"target":57},{"source":53,"target":0},{"source":53,"target":57},{"source":53,"target":259},{"source":53,"target":265},{"source":53,"target":266},{"source":259,"target":51},{"source":259,"target":267},{"source":259,"target":53},{"source":259,"target":255},{"source":267,"target":51},{"source":265,"target":74},{"source":265,"target":268},{"source":265,"target":53},{"source":268,"target":74},{"source":266,"target":57},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":97},{"source":54,"target":220},{"source":54,"target":269},{"source":97,"target":1},{"source":97,"target":270},{"source":97,"target":54},{"source":97,"target":70},{"source":270,"target":1},{"source":220,"target":35},{"source":220,"target":271},{"source":220,"target":54},{"source":220,"target":207},{"source":271,"target":35},{"source":269,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":199},{"source":55,"target":216},{"source":55,"target":93},{"source":55,"target":272},{"source":199,"target":33},{"source":199,"target":273},{"source":199,"target":55},{"source":199,"target":196},{"source":273,"target":33},{"source":216,"target":35},{"source":216,"target":274},{"source":216,"target":55},{"source":216,"target":205},{"source":274,"target":35},{"source":93,"target":1},{"source":93,"target":275},{"source":93,"target":55},{"source":93,"target":68},{"source":275,"target":1},{"source":272,"target":53},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":276},{"source":56,"target":277},{"source":56,"target":251},{"source":56,"target":278},{"source":56,"target":279},{"source":276,"target":74},{"source":276,"target":280},{"source":276,"target":56},{"source":280,"target":74},{"source":277,"target":56},{"source":277,"target":281},{"source":277,"target":56},{"source":277,"target":278},{"source":281,"target":56},{"source":251,"target":49},{"source":251,"target":282},{"source":251,"target":56},{"source":251,"target":248},{"source":282,"target":49},{"source":278,"target":56},{"source":278,"target":283},{"source":278,"target":56},{"source":278,"target":277},{"source":283,"target":56},{"source":279,"target":57},{"source":284,"target":57},{"source":284,"target":285},{"source":284,"target":286},{"source":284,"target":287},{"source":284,"target":288},{"source":284,"target":289},{"source":284,"target":290},{"source":284,"target":291},{"source":284,"target":292},{"source":284,"target":293},{"source":284,"target":294},{"source":284,"target":295},{"source":284,"target":296},{"source":284,"target":297},{"source":284,"target":298},{"source":284,"target":299},{"source":284,"target":300},{"source":284,"target":301},{"source":284,"target":302},{"source":284,"target":303},{"source":284,"target":304},{"source":284,"target":305},{"source":284,"target":306},{"source":284,"target":307},{"source":284,"target":308},{"source":284,"target":309},{"source":284,"target":310},{"source":284,"target":311},{"source":284,"target":312},{"source":284,"target":313},{"source":284,"target":314},{"source":284,"target":315},{"source":284,"target":316},{"source":284,"target":317},{"source":284,"target":318},{"source":284,"target":319},{"source":284,"target":320},{"source":284,"target":321},{"source":284,"target":322},{"source":284,"target":323},{"source":57,"target":284},{"source":57,"target":324},{"source":57,"target":325},{"source":57,"target":326},{"source":324,"target":74},{"source":324,"target":327},{"source":324,"target":57},{"source":327,"target":74},{"source":325,"target":74},{"source":325,"target":328},{"source":325,"target":57},{"source":328,"target":74},{"source":326,"target":74},{"source":326,"target":329},{"source":326,"target":57},{"source":329,"target":74},{"source":285,"target":284},{"source":285,"target":57},{"source":285,"target":330},{"source":285,"target":331},{"source":285,"target":332},{"source":330,"target":317},{"source":330,"target":333},{"source":330,"target":285},{"source":330,"target":334},{"source":333,"target":317},{"source":331,"target":74},{"source":331,"target":335},{"source":331,"target":285},{"source":335,"target":74},{"source":332,"target":57},{"source":286,"target":284},{"source":286,"target":285},{"source":286,"target":336},{"source":286,"target":337},{"source":336,"target":300},{"source":336,"target":338},{"source":336,"target":286},{"source":336,"target":339},{"source":338,"target":300},{"source":337,"target":285},{"source":287,"target":284},{"source":287,"target":285},{"source":287,"target":340},{"source":287,"target":341},{"source":287,"target":342},{"source":340,"target":1},{"source":340,"target":343},{"source":340,"target":287},{"source":343,"target":1},{"source":341,"target":300},{"source":341,"target":344},{"source":341,"target":287},{"source":341,"target":345},{"source":344,"target":300},{"source":342,"target":285},{"source":288,"target":284},{"source":288,"target":285},{"source":288,"target":346},{"source":288,"target":347},{"source":288,"target":348},{"source":288,"target":349},{"source":288,"target":350},{"source":346,"target":111},{"source":346,"target":351},{"source":346,"target":288},{"source":351,"target":111},{"source":347,"target":56},{"source":347,"target":352},{"source":347,"target":288},{"source":352,"target":56},{"source":348,"target":56},{"source":348,"target":353},{"source":348,"target":288},{"source":353,"target":56},{"source":349,"target":299},{"source":349,"target":354},{"source":349,"target":288},{"source":349,"target":355},{"source":354,"target":299},{"source":350,"target":285},{"source":289,"target":284},{"source":289,"target":312},{"source":289,"target":356},{"source":289,"target":357},{"source":289,"target":358},{"source":356,"target":74},{"source":356,"target":359},{"source":356,"target":289},{"source":359,"target":74},{"source":357,"target":290},{"source":357,"target":360},{"source":357,"target":289},{"source":357,"target":361},{"source":360,"target":290},{"source":358,"target":312},{"source":290,"target":284},{"source":290,"target":57},{"source":290,"target":361},{"source":290,"target":362},{"source":290,"target":363},{"source":290,"target":364},{"source":361,"target":289},{"source":361,"target":365},{"source":361,"target":290},{"source":361,"target":357},{"source":365,"target":289},{"source":362,"target":298},{"source":362,"target":366},{"source":362,"target":290},{"source":362,"target":367},{"source":366,"target":298},{"source":363,"target":74},{"source":363,"target":368},{"source":363,"target":290},{"source":368,"target":74},{"source":364,"target":57},{"source":291,"target":284},{"source":291,"target":290},{"source":291,"target":369},{"source":291,"target":370},{"source":369,"target":74},{"source":369,"target":371},{"source":369,"target":291},{"source":371,"target":74},{"source":370,"target":290},{"source":292,"target":284},{"source":292,"target":290},{"source":292,"target":372},{"source":292,"target":373},{"source":372,"target":293},{"source":372,"target":374},{"source":372,"target":292},{"source":372,"target":375},{"source":374,"target":293},{"source":373,"target":290},{"source":293,"target":284},{"source":293,"target":57},{"source":293,"target":375},{"source":293,"target":376},{"source":293,"target":377},{"source":375,"target":292},{"source":375,"target":378},{"source":375,"target":293},{"source":375,"target":372},{"source":378,"target":292},{"source":376,"target":74},{"source":376,"target":379},{"source":376,"target":293},{"source":379,"target":74},{"source":377,"target":57},{"source":294,"target":284},{"source":294,"target":293},{"source":294,"target":380},{"source":294,"target":381},{"source":380,"target":111},{"source":380,"target":382},{"source":380,"target":294},{"source":382,"target":111},{"source":381,"target":293},{"source":295,"target":284},{"source":295,"target":293},{"source":295,"target":383},{"source":295,"target":384},{"source":383,"target":116},{"source":383,"target":385},{"source":383,"target":295},{"source":385,"target":116},{"source":384,"target":293},{"source":296,"target":284},{"source":296,"target":293},{"source":296,"target":386},{"source":296,"target":387},{"source":386,"target":120},{"source":386,"target":388},{"source":386,"target":296},{"source":388,"target":120},{"source":387,"target":293},{"source":297,"target":284},{"source":297,"target":293},{"source":297,"target":389},{"source":297,"target":390},{"source":389,"target":74},{"source":389,"target":391},{"source":389,"target":297},{"source":391,"target":74},{"source":390,"target":293},{"source":298,"target":284},{"source":298,"target":293},{"source":298,"target":367},{"source":298,"target":392},{"source":367,"target":290},{"source":367,"target":393},{"source":367,"target":298},{"source":367,"target":362},{"source":393,"target":290},{"source":392,"target":293},{"source":299,"target":284},{"source":299,"target":57},{"source":299,"target":355},{"source":299,"target":394},{"source":355,"target":288},{"source":355,"target":395},{"source":355,"target":299},{"source":355,"target":349},{"source":395,"target":288},{"source":394,"target":57},{"source":300,"target":284},{"source":300,"target":299},{"source":300,"target":345},{"source":300,"target":339},{"source":300,"target":396},{"source":300,"target":397},{"source":300,"target":398},{"source":300,"target":399},{"source":345,"target":287},{"source":345,"target":400},{"source":345,"target":300},{"source":345,"target":341},{"source":400,"target":287},{"source":339,"target":286},{"source":339,"target":401},{"source":339,"target":300},{"source":339,"target":336},{"source":401,"target":286},{"source":396,"target":51},{"source":396,"target":402},{"source":396,"target":300},{"source":402,"target":51},{"source":397,"target":301},{"source":397,"target":403},{"source":397,"target":300},{"source":403,"target":301},{"source":398,"target":301},{"source":398,"target":404},{"source":398,"target":300},{"source":404,"target":301},{"source":399,"target":299},{"source":301,"target":284},{"source":301,"target":57},{"source":301,"target":405},{"source":301,"target":406},{"source":405,"target":1},{"source":405,"target":407},{"source":405,"target":301},{"source":407,"target":1},{"source":406,"target":57},{"source":302,"target":284},{"source":302,"target":299},{"source":302,"target":408},{"source":302,"target":409},{"source":302,"target":410},{"source":302,"target":411},{"source":302,"target":412},{"source":408,"target":307},{"source":408,"target":413},{"source":408,"target":302},{"source":408,"target":414},{"source":413,"target":307},{"source":409,"target":318},{"source":409,"target":415},{"source":409,"target":302},{"source":409,"target":416},{"source":415,"target":318},{"source":410,"target":316},{"source":410,"target":417},{"source":410,"target":302},{"source":410,"target":418},{"source":417,"target":316},{"source":411,"target":74},{"source":411,"target":419},{"source":411,"target":302},{"source":419,"target":74},{"source":412,"target":299},{"source":303,"target":284},{"source":303,"target":302},{"source":303,"target":420},{"source":303,"target":421},{"source":303,"target":422},{"source":303,"target":423},{"source":303,"target":424},{"source":303,"target":425},{"source":303,"target":426},{"source":420,"target":306},{"source":420,"target":427},{"source":420,"target":303},{"source":420,"target":428},{"source":427,"target":306},{"source":421,"target":303},{"source":421,"target":429},{"source":421,"target":303},{"source":421,"target":422},{"source":429,"target":303},{"source":422,"target":303},{"source":422,"target":430},{"source":422,"target":303},{"source":422,"target":421},{"source":430,"target":303},{"source":423,"target":111},{"source":423,"target":431},{"source":423,"target":303},{"source":431,"target":111},{"source":424,"target":111},{"source":424,"target":432},{"source":424,"target":303},{"source":432,"target":111},{"source":425,"target":111},{"source":425,"target":433},{"source":425,"target":303},{"source":433,"target":111},{"source":426,"target":302},{"source":304,"target":284},{"source":304,"target":303},{"source":304,"target":434},{"source":304,"target":435},{"source":434,"target":111},{"source":434,"target":436},{"source":434,"target":304},{"source":436,"target":111},{"source":435,"target":303},{"source":305,"target":284},{"source":305,"target":302},{"source":305,"target":437},{"source":305,"target":438},{"source":305,"target":439},{"source":305,"target":440},{"source":437,"target":33},{"source":437,"target":441},{"source":437,"target":305},{"source":441,"target":33},{"source":438,"target":111},{"source":438,"target":442},{"source":438,"target":305},{"source":442,"target":111},{"source":439,"target":111},{"source":439,"target":443},{"source":439,"target":305},{"source":443,"target":111},{"source":440,"target":302},{"source":306,"target":284},{"source":306,"target":57},{"source":306,"target":444},{"source":306,"target":428},{"source":306,"target":445},{"source":306,"target":446},{"source":444,"target":309},{"source":444,"target":447},{"source":444,"target":306},{"source":444,"target":448},{"source":447,"target":309},{"source":428,"target":303},{"source":428,"target":449},{"source":428,"target":306},{"source":428,"target":420},{"source":449,"target":303},{"source":445,"target":1},{"source":445,"target":450},{"source":445,"target":306},{"source":450,"target":1},{"source":446,"target":57},{"source":307,"target":284},{"source":307,"target":57},{"source":307,"target":414},{"source":307,"target":451},{"source":307,"target":452},{"source":414,"target":302},{"source":414,"target":453},{"source":414,"target":307},{"source":414,"target":408},{"source":453,"target":302},{"source":451,"target":312},{"source":451,"target":454},{"source":451,"target":307},{"source":451,"target":455},{"source":454,"target":312},{"source":452,"target":57},{"source":308,"target":284},{"source":308,"target":31},{"source":308,"target":456},{"source":456,"target":31},{"source":309,"target":284},{"source":309,"target":308},{"source":309,"target":457},{"source":309,"target":448},{"source":309,"target":458},{"source":309,"target":459},{"source":457,"target":312},{"source":457,"target":460},{"source":457,"target":309},{"source":457,"target":461},{"source":460,"target":312},{"source":448,"target":306},{"source":448,"target":462},{"source":448,"target":309},{"source":448,"target":444},{"source":462,"target":306},{"source":458,"target":56},{"source":458,"target":463},{"source":458,"target":309},{"source":463,"target":56},{"source":459,"target":308},{"source":310,"target":284},{"source":310,"target":309},{"source":310,"target":464},{"source":464,"target":309},{"source":311,"target":284},{"source":311,"target":309},{"source":311,"target":465},{"source":311,"target":466},{"source":465,"target":1},{"source":465,"target":467},{"source":465,"target":311},{"source":467,"target":1},{"source":466,"target":309},{"source":312,"target":284},{"source":312,"target":308},{"source":312,"target":455},{"source":312,"target":461},{"source":312,"target":468},{"source":312,"target":469},{"source":312,"target":470},{"source":455,"target":307},{"source":455,"target":471},{"source":455,"target":312},{"source":455,"target":451},{"source":471,"target":307},{"source":461,"target":309},{"source":461,"target":472},{"source":461,"target":312},{"source":461,"target":457},{"source":472,"target":309},{"source":468,"target":315},{"source":468,"target":473},{"source":468,"target":312},{"source":468,"target":474},{"source":473,"target":315},{"source":469,"target":56},{"source":469,"target":475},{"source":469,"target":312},{"source":475,"target":56},{"source":470,"target":308},{"source":313,"target":284},{"source":313,"target":312},{"source":313,"target":476},{"source":476,"target":312},{"source":314,"target":284},{"source":314,"target":312},{"source":314,"target":477},{"source":314,"target":478},{"source":314,"target":479},{"source":477,"target":1},{"source":477,"target":480},{"source":477,"target":314},{"source":480,"target":1},{"source":478,"target":32},{"source":478,"target":481},{"source":478,"target":314},{"source":481,"target":32},{"source":479,"target":312},{"source":315,"target":284},{"source":315,"target":57},{"source":315,"target":482},{"source":315,"target":474},{"source":315,"target":483},{"source":315,"target":484},{"source":482,"target":1},{"source":482,"target":485},{"source":482,"target":315},{"source":485,"target":1},{"source":474,"target":312},{"source":474,"target":486},{"source":474,"target":315},{"source":474,"target":468},{"source":486,"target":312},{"source":483,"target":74},{"source":483,"target":487},{"source":483,"target":315},{"source":487,"target":74},{"source":484,"target":57},{"source":316,"target":284},{"source":316,"target":31},{"source":316,"target":418},{"source":316,"target":488},{"source":418,"target":302},{"source":418,"target":489},{"source":418,"target":316},{"source":418,"target":410},{"source":489,"target":302},{"source":488,"target":31},{"source":317,"target":284},{"source":317,"target":57},{"source":317,"target":334},{"source":317,"target":490},{"source":317,"target":491},{"source":334,"target":285},{"source":334,"target":492},{"source":334,"target":317},{"source":334,"target":330},{"source":492,"target":285},{"source":490,"target":74},{"source":490,"target":493},{"source":490,"target":317},{"source":493,"target":74},{"source":491,"target":57},{"source":318,"target":284},{"source":318,"target":57},{"source":318,"target":416},{"source":318,"target":494},{"source":318,"target":495},{"source":416,"target":302},{"source":416,"target":496},{"source":416,"target":318},{"source":416,"target":409},{"source":496,"target":302},{"source":494,"target":319},{"source":494,"target":497},{"source":494,"target":318},{"source":497,"target":319},{"source":495,"target":57},{"source":319,"target":284},{"source":319,"target":57},{"source":319,"target":498},{"source":498,"target":57},{"source":320,"target":284},{"source":320,"target":319},{"source":320,"target":499},{"source":320,"target":500},{"source":499,"target":1},{"source":499,"target":501},{"source":499,"target":320},{"source":501,"target":1},{"source":500,"target":319},{"source":321,"target":284},{"source":321,"target":319},{"source":321,"target":502},{"source":321,"target":503},{"source":321,"target":504},{"source":321,"target":505},{"source":502,"target":1},{"source":502,"target":506},{"source":502,"target":321},{"source":506,"target":1},{"source":503,"target":74},{"source":503,"target":507},{"source":503,"target":321},{"source":507,"target":74},{"source":504,"target":1},{"source":504,"target":508},{"source":504,"target":321},{"source":508,"target":1},{"source":505,"target":319},{"source":322,"target":284},{"source":322,"target":319},{"source":322,"target":509},{"source":322,"target":510},{"source":322,"target":511},{"source":322,"target":512},{"source":509,"target":1},{"source":509,"target":513},{"source":509,"target":322},{"source":513,"target":1},{"source":510,"target":319},{"source":510,"target":514},{"source":510,"target":322},{"source":514,"target":319},{"source":511,"target":319},{"source":511,"target":515},{"source":511,"target":322},{"source":515,"target":319},{"source":512,"target":319},{"source":323,"target":284},{"source":323,"target":319},{"source":323,"target":516},{"source":323,"target":517},{"source":323,"target":518},{"source":323,"target":519},{"source":516,"target":32},{"source":516,"target":520},{"source":516,"target":323},{"source":520,"target":32},{"source":517,"target":1},{"source":517,"target":521},{"source":517,"target":323},{"source":521,"target":1},{"source":518,"target":319},{"source":518,"target":522},{"source":518,"target":323},{"source":522,"target":319},{"source":519,"target":319},{"source":523,"target":111},{"source":523,"target":116},{"source":523,"target":120},{"source":523,"target":74},{"source":111,"target":523},{"source":116,"target":523},{"source":120,"target":523},{"source":74,"target":523}],"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="common" nsURI="http:///org/eclipse/stem/core/common.ecore" nsPrefix="org.eclipse.stem.core.common"> <eClassifiers xsi:type="ecore:EClass" name="DublinCore"> <eOperations name="populate" eType="#//DublinCore"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" 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="creator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coverage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contributor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rights" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" 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="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bibliographicCitation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="license" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spatial" 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#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true"> <eOperations name="sane" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeURI" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dublinCore" lowerBound="1" eType="#//DublinCore" containment="true" resolveProxies="false"/> <eGenericSuperTypes eClassifier="#//Comparable"> <eTypeArguments eClassifier="#//Identifiable"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparable" instanceClassName="java.lang.Comparable" abstract="true" interface="true"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableFilter"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleValueList"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//DoubleValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleValueMatrix"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueLists" upperBound="-1" eType="#//DoubleValueList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleValue" eSuperTypes="modifier.ecore#//Modifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValueList"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//StringValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="modifier.ecore#//Modifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/teropa/stem/org.eclipse.stem.core/model/common.ecore
ecore
common DublinCore populate title identifier description creator date format publisher coverage contributor relation rights source subject type language bibliographicCitation created license required spatial valid Identifiable sane uRI typeURI dublinCore Comparable java.lang.Comparable java.lang.Comparable T URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI IdentifiableFilter DoubleValueList values identifier DoubleValueMatrix valueLists DoubleValue identifier value 0.0 StringValueList values StringValue value
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.stem.core.common","nsURI":"http:///org/eclipse/stem/core/common.ecore","name":"common","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DublinCore","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Comparable","defaultValue":null,"instanceClassName":"java.lang.Comparable","name":"Comparable","instanceClass":"java.lang.Comparable","abstract":true,"id":3,"interface":true,"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":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableFilter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValueList","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValueMatrix","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueList","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"populate","lowerBound":0,"id":11,"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":"title","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":"identifier","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":"description","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":"creator","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":"date","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":"format","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publisher","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":"coverage","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":"contributor","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":"relation","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":"rights","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":"source","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":"subject","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":"type","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":"language","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":"bibliographicCitation","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":"created","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":"license","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":"required","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":"spatial","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":"valid","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"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sane","lowerBound":0,"id":55,"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":"uRI","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeURI","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dublinCore","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"name":"T","id":65,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":"identifier","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":"valueLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"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":"identifier","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":"0.0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":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},{"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":"value","changeable":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":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":11,"target":1},{"source":11,"target":33},{"source":11,"target":1},{"source":33,"target":1},{"source":12,"target":34},{"source":12,"target":1},{"source":13,"target":35},{"source":13,"target":1},{"source":14,"target":36},{"source":14,"target":1},{"source":15,"target":37},{"source":15,"target":1},{"source":16,"target":38},{"source":16,"target":1},{"source":17,"target":39},{"source":17,"target":1},{"source":18,"target":40},{"source":18,"target":1},{"source":19,"target":41},{"source":19,"target":1},{"source":20,"target":42},{"source":20,"target":1},{"source":21,"target":43},{"source":21,"target":1},{"source":22,"target":44},{"source":22,"target":1},{"source":23,"target":45},{"source":23,"target":1},{"source":24,"target":46},{"source":24,"target":1},{"source":25,"target":47},{"source":25,"target":1},{"source":26,"target":48},{"source":26,"target":1},{"source":27,"target":49},{"source":27,"target":1},{"source":28,"target":50},{"source":28,"target":1},{"source":29,"target":51},{"source":29,"target":1},{"source":30,"target":52},{"source":30,"target":1},{"source":31,"target":53},{"source":31,"target":1},{"source":32,"target":54},{"source":32,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":55,"target":60},{"source":55,"target":2},{"source":56,"target":4},{"source":56,"target":61},{"source":56,"target":2},{"source":61,"target":4},{"source":57,"target":4},{"source":57,"target":62},{"source":57,"target":2},{"source":62,"target":4},{"source":58,"target":1},{"source":58,"target":63},{"source":58,"target":2},{"source":63,"target":1},{"source":59,"target":64},{"source":59,"target":3},{"source":64,"target":2},{"source":3,"target":0},{"source":3,"target":65},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":67},{"source":66,"target":8},{"source":66,"target":68},{"source":66,"target":6},{"source":68,"target":8},{"source":67,"target":69},{"source":67,"target":6},{"source":7,"target":0},{"source":7,"target":70},{"source":70,"target":6},{"source":70,"target":71},{"source":70,"target":7},{"source":71,"target":6},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":75},{"source":72,"target":8},{"source":73,"target":76},{"source":73,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":77,"target":10},{"source":77,"target":78},{"source":77,"target":9},{"source":78,"target":10},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":79,"target":81},{"source":79,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="occi" nsURI="http://schemas.ogf.org/occi/core/ecore" 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="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="term" lowerBound="1" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.name.toLowerCase()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <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="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="#//OCL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ActionTermUnicity ConstraintNameUnique"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ActionTermUnicity" value="actions->isUnique(term)"/> <details key="ConstraintNameUnique" value="constraints->isUnique(name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AttributeTypeMustBeEEnum containedAttribute"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AttributeTypeMustBeEEnum" value="attribute.type.oclIsTypeOf(EnumerationType)"/> <details key="containedAttribute" value="self.oclContainer().oclAsType(Kind).attributes->includes(self.attribute)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StateLiteralAlreadyDefinedInFSMAttributeType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="StateLiteralAlreadyDefinedInFSMAttributeType" value="owningFSM.attribute.type=self.literal.enumerationType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//EnumerationLiteral"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/ownedState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="containedActionMustBeDeclaredInTheAppropriateKind"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="containedActionMustBeDeclaredInTheAppropriateKind" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Kind).actions->includes(self.action)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String =if (self.action &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then 'The action '+ self.action.name +' declared in '+self.action.oclContainer().oclAsType(Kind).name+&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;' Kind cannot be used in the FSM of '+self.oclContainer().oclAsType(State).oclContainer().oclAsType(FSM).oclContainer().oclAsType(Kind).name+' Kind.'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;'The action of Transition instance coming from the &quot;'+ source.literal.name +'&quot; state to the &quot;' +target.literal.name + '&quot; state in the FSM of &quot;' + source.owningFSM.oclContainer().oclAsType(Kind).name+ '&quot; kind instance must be a set'&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="State"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mutable" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1" 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="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Kind" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance EntityKindIsRootParent AttributesNameNotAlreadyDefinedInParent targetReferenceInvariant sourceReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <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 |&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;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)"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.target &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.target->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The target reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.source &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self->closure(parent)->exists(k |k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;and &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.source->closure(parent)->exists(k |k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The source reference of '+self.name +' kind must connect a child of &quot;link&quot; Kind to a child of &quot;resource&quot; Kind' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> <eOperations name="occiIsKindOf" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#x9;if (self.parent &lt;> null)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.parent = kind) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;self.parent.occiIsKindOf(kind)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eParameters name="kind" eType="#//Kind"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(kind = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme containedAction"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="let category = oclContainer().oclAsType(Category)&#xA;&#x9;&#x9;&#x9;in scheme = category.scheme.substring(1, category.scheme.size() - 1) + '/' + category.term + '/action#'"/> <details key="containedAction" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if(self.oclContainer.oclIsTypeOf(Kind))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (self.oclContainer().oclAsType(Kind).fsm &lt;> null) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;then &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;self.oclContainer().oclAsType(Kind).fsm.ownedState.outgoingTransition.action->includes(self) &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;else &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;&#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; &#x9;true &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9; endif,&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The action '+name+' doesn\'t appear in the FSM of '+self.oclContainer().oclAsType(Kind).name +' Kind',&#xA;&#x9;&#x9;&#x9;&#x9;severity :Integer = 1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix:String = 'quickfix'&#xA;&#x9;&#x9;&#x9;&#x9;}.status"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mixin" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CorrectScheme NoCyclicInheritance AttributesNameNotAlreadyDefinedInDepends"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CorrectScheme" value="&#xA;&#xA;&#x9;&#x9;&#x9;/* Previously let ownerScheme = owner.oclAsType(Extension).scheme in scheme.substring(1,ownerScheme.size()-1) = ownerScheme.substring(1,ownerScheme.size()-1) */&#xA;&#x9;&#x9;&#x9;let owner = self.oclContainer()&#xA;&#x9;&#x9;&#x9;in if owner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then&#xA;&#x9;&#x9;&#x9;let ownerScheme = owner.oclAsType(Extension).scheme&#xA;&#x9;&#x9;in scheme.substring(1, ownerScheme.size() - 1) = ownerScheme.substring(1, ownerScheme.size() - 1) else true&#xA;&#x9;&#x9;&#x9;endif"/> <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="depends" upperBound="-1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applies" upperBound="-1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" ordered="false" upperBound="-1" eType="#//Entity" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Entity.allInstances()->select(parts.mixin->includes(self))"/> </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="parts.mixin->forAll(m |&#xA;&#x9;&#x9;&#x9;&#x9;m.applies->notEmpty() implies m.applies->exists(k | kind->closure(parent)->includes(k)))"/> </eAnnotations> <eOperations name="occiCreate"/> <eOperations name="occiRetrieve"/> <eOperations name="occiUpdate"/> <eOperations name="occiDelete"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" lowerBound="1" eType="#//Kind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" ordered="false" upperBound="-1" eType="#//Mixin" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="parts.mixin->asSet()"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//MixinBase" containment="true" eOpposite="#//MixinBase/entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MixinBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="mixin" lowerBound="1" eType="#//Mixin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//AttributeName"/> <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 source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ResourceKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'resource' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true" eOpposite="#//Link/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rlinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="LinkKindIsInParent sourceReferenceInvariant targetReferenceInvariant"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="LinkKindIsInParent" value="kind->closure(parent)->exists(k |&#xA;&#x9;&#x9;&#x9;&#x9;k.term = 'link' and k.scheme = 'http://schemas.ogf.org/occi/core#')"/> <details key="sourceReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= self.source.kind.occiIsKindOf(self.oclAsType(Entity).kind.source),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the source reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the source of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> <details key="targetReferenceInvariant" value="Tuple {&#xA;&#x9;&#x9;&#x9;&#x9;status: Boolean= self.target.kind.occiIsKindOf(self.oclAsType(Entity).kind.target),&#xA;&#x9;&#x9;&#x9;&#x9;message: String ='The kind of the target reference in the link instance '+self.oclAsType(Entity).title+' must be a kind of the target of the kind of this link' ,&#xA;&#x9;&#x9;&#x9;&#x9;severity: Integer = -1,&#xA;&#x9;&#x9;&#x9;&#x9;quickfix: String = 'quickfix'&#xA;&#x9;&#x9;&#x9;}.status"/> </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" eOpposite="#//Resource/rlinks"/> </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,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;scheme.size() - 1))"/> <details key="TermUnicity" value="kinds.term->intersection(mixins.term)->isEmpty()"/> <details key="KindParentLocalOrImported" value="kinds->forAll(parent &lt;> null implies let parentExtension = parent.oclContainer()&#xA;&#x9;&#x9;&#x9;in parentExtension = self or import->includes(parentExtension))"/> <details key="MixinDependsLocalOrImported" value="mixins.depends->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> <details key="MixinAppliesLocalOrImported" value="mixins.applies->forAll(let extension = oclContainer()&#xA;&#x9;&#x9;&#x9;in extension = self or import->includes(extension))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//Name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" lowerBound="1" eType="#//Scheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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"/> <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="#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="#//String"/> </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 AllMixinsAreTags"/> </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="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksKindsInUse" value="use->includesAll(resources.links.kind.oclContainer())"/> <details key="AllResourcesLinksMixinsInUse" value="&#xA;&#xA;&#x9;&#x9;/* Previously use->includesAll(resources.links.mixins.oclContainer()) */&#xA;&#x9;&#x9;&#x9;resources.links.parts.mixin->forAll(mo |&#xA;&#x9;&#x9;&#x9;let mixinOwner = mo.oclContainer()&#xA;&#x9;&#x9;&#x9;in if mixinOwner.oclIsTypeOf(Extension)&#xA;&#x9;&#x9;&#x9;&#x9;then self.use->includes(mixinOwner.oclAsType(Extension)) else self.mixins->includes(mo) endif)"/> <details key="AllResourcesLinksTargetsInConfiguration" value="resources.links.target->forAll(r | r.oclContainer() = self)"/> <details key="AllMixinsAreTags" value="mixins->forAll(attributes->isEmpty() and actions->isEmpty() and depends->isEmpty())"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="use" upperBound="-1" eType="#//Extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mixins" upperBound="-1" eType="#//Mixin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" abstract="true" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//BasicType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObjectType" eSuperTypes="#//BasicType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//BasicType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" eSuperTypes="#//BasicType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//NumericTypeEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalDigits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxExclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInclusive" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInclusive" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumerationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationType" lowerBound="1" eType="#//EnumerationType" eOpposite="#//EnumerationType/literals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordFields" lowerBound="1" upperBound="-1" eType="#//RecordField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordField"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </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="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\?([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?(\#([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@/?]|%[0-9A-Fa-f]{2})*)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TimeStamp" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="\d{4}-[0-1]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\+\d{4}"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OCL" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="AttributeName" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z0-9]+(\.[a-zA-Z0-9]+)*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[a-zA-Z][a-zA-Z0-9_-]*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Scheme" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="pattern" value="[A-Za-z][A-Za-z0-9+-\.]*:(//(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]|%[0-9A-Fa-f]{2})*@)?(\[(((([0-9A-Fa-f]{1,4}:){6}|::([0-9A-Fa-f]{1,4}:){5}|([0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){4}|(([0-9A-Fa-f]{1,4}:){0,1}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){3}|(([0-9A-Fa-f]{1,4}:){0,2}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:){2}|(([0-9A-Fa-f]{1,4}:){0,3}[0-9A-Fa-f]{1,4})?::([0-9A-Fa-f]{1,4}:)|(([0-9A-Fa-f]{1,4}:){0,4}[0-9A-Fa-f]{1,4})?::)([0-9A-Fa-f]{1,4}:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]))|(([0-9A-Fa-f]{1,4}:){0,5}[0-9A-Fa-f]{1,4})?::[0-9A-Fa-f]{1,4}|(([0-9A-Fa-f]{1,4}:){0,6}[0-9A-Fa-f]{1,4})?::)|[Vv][0-9A-Fa-f]+\.[A-Za-z0-9\-_~\.!$&amp;'()*+,;=:]+)\]|((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9])|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=]|%[0-9A-Fa-f]{2})*)(:[0-9]*)?(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|/(([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*)?|([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})+(/([A-Za-z0-9\-_~\.!$&amp;'()*+,;=:@]|%[0-9A-Fa-f]{2})*)*|.{0})(\#)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericTypeEnum"> <eLiterals name="Byte"/> <eLiterals name="Double" value="1"/> <eLiterals name="Float" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="Long" value="4"/> <eLiterals name="Short" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericTypeEnum"> <eLiterals name="Byte"/> <eLiterals name="Double" value="1"/> <eLiterals name="Float" value="2"/> <eLiterals name="Integer" value="3" literal="Integer"/> <eLiterals name="Long" value="4"/> <eLiterals name="Short" value="5"/> <eLiterals name="BigDecimal" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/occiware/GCP-Model/plugins/org.eclipse.cmf.occi.google/OCCI.ecore
ecore
occi Category name term scheme title attributes Constraint name description body Type actions constraints FSM ownedState attribute State literal initial false final false owningFSM outgoingTransition incomingTransition Transition source target action Attribute name mutable true required default description type Kind occiIsKindOf kind parent entities fsm source target action attribute Action Mixin depends applies entities Entity occiCreate occiRetrieve occiUpdate occiDelete id title kind location attributes mixins parts MixinBase mixin entity attributes AttributeState name value Resource summary links rlinks Link source target Extension name scheme description import kinds mixins types specification Configuration description location use resources mixins DataType name documentation BasicType StringType pattern length minLength maxLength EObjectType instanceClassName BooleanType NumericType type totalDigits minExclusive maxExclusive minInclusive maxInclusive EnumerationType literals EnumerationLiteral name documentation enumerationType RecordType recordFields RecordField type name ArrayType type URI java.lang.String java.lang.String TimeStamp java.lang.String java.lang.String OCL java.lang.String java.lang.String String java.lang.String java.lang.String Integer java.lang.Integer java.lang.Integer Boolean boolean boolean AttributeName java.lang.String java.lang.String Name java.lang.String java.lang.String Scheme java.lang.String java.lang.String NumericTypeEnum Byte Byte Double Double Float Float Integer Integer Long Long Short Short NumericTypeEnum Byte Byte Double Double Float Float Integer Integer Long Long Short Short BigDecimal BigDecimal
null
{"directed":true,"nodes":[{"nsPrefix":"occi","nsURI":"http://schemas.ogf.org/occi/core/ecore","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":"Constraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mixin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MixinBase","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeState","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObjectType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URI","instanceClass":"java.lang.String","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TimeStamp","instanceClass":"java.lang.String","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"OCL","instanceClass":"java.lang.String","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeName","instanceClass":"java.lang.String","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Scheme","instanceClass":"java.lang.String","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericTypeEnum","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericTypeEnum","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"term","changeable":false,"lowerBound":1,"iD":false,"id":41,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"final","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":"outgoingTransition","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":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"mutable","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"required","changeable":true,"lowerBound":1,"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":"default","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiIsKindOf","lowerBound":1,"id":95,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":97,"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":"fsm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unique":true,"name":"target","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":"action","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"kind","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"applies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"entities","changeable":false,"resolveProxies":true,"lowerBound":0,"id":117,"derived":true},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiCreate","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiRetrieve","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiUpdate","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"occiDelete","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"location","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"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":"mixins","changeable":false,"resolveProxies":true,"lowerBound":0,"id":131,"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":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":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mixin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"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":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":"summary","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","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":"rlinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":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"},{"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":162,"derived":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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":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":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kinds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixins","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"use","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mixins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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":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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"length","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":true,"transient":false,"unique":true,"name":"minLength","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxLength","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":206,"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":"totalDigits","changeable":true,"lowerBound":0,"iD":false,"id":207,"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":"minExclusive","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxExclusive","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minInclusive","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maxInclusive","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"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":"enumerationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordFields","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"name":"Byte","id":238,"value":0,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Double","id":239,"value":1,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Float","id":240,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":241,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Long","id":242,"value":4,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Short","id":243,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"Byte","id":244,"value":0,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"Double","id":245,"value":1,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Float","id":246,"value":2,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":247,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Long","id":248,"value":4,"literal":"Long","eClass":"EEnumLiteral"},{"name":"Short","id":249,"value":5,"literal":"Short","eClass":"EEnumLiteral"},{"name":"BigDecimal","id":250,"value":6,"literal":"BigDecimal","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":40,"target":36},{"source":40,"target":45},{"source":40,"target":1},{"source":45,"target":36},{"source":41,"target":32},{"source":41,"target":46},{"source":41,"target":1},{"source":46,"target":32},{"source":42,"target":37},{"source":42,"target":47},{"source":42,"target":1},{"source":47,"target":37},{"source":43,"target":32},{"source":43,"target":48},{"source":43,"target":1},{"source":48,"target":32},{"source":44,"target":7},{"source":44,"target":49},{"source":44,"target":1},{"source":49,"target":7},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":50,"target":36},{"source":50,"target":53},{"source":50,"target":2},{"source":53,"target":36},{"source":51,"target":32},{"source":51,"target":54},{"source":51,"target":2},{"source":54,"target":32},{"source":52,"target":31},{"source":52,"target":55},{"source":52,"target":2},{"source":55,"target":31},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":56,"target":9},{"source":56,"target":59},{"source":56,"target":3},{"source":59,"target":9},{"source":57,"target":2},{"source":57,"target":60},{"source":57,"target":3},{"source":60,"target":2},{"source":58,"target":1},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":5},{"source":61,"target":63},{"source":61,"target":4},{"source":61,"target":64},{"source":63,"target":5},{"source":62,"target":7},{"source":62,"target":65},{"source":62,"target":4},{"source":65,"target":7},{"source":5,"target":0},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":64},{"source":5,"target":69},{"source":5,"target":70},{"source":66,"target":25},{"source":66,"target":71},{"source":66,"target":5},{"source":71,"target":25},{"source":67,"target":34},{"source":67,"target":72},{"source":67,"target":5},{"source":72,"target":34},{"source":68,"target":34},{"source":68,"target":73},{"source":68,"target":5},{"source":73,"target":34},{"source":64,"target":4},{"source":64,"target":74},{"source":64,"target":5},{"source":64,"target":61},{"source":74,"target":4},{"source":69,"target":6},{"source":69,"target":75},{"source":69,"target":5},{"source":69,"target":76},{"source":75,"target":6},{"source":70,"target":6},{"source":70,"target":77},{"source":70,"target":5},{"source":70,"target":78},{"source":77,"target":6},{"source":6,"target":0},{"source":6,"target":76},{"source":6,"target":78},{"source":6,"target":79},{"source":76,"target":5},{"source":76,"target":80},{"source":76,"target":6},{"source":76,"target":69},{"source":80,"target":5},{"source":78,"target":5},{"source":78,"target":81},{"source":78,"target":6},{"source":78,"target":70},{"source":81,"target":5},{"source":79,"target":9},{"source":79,"target":82},{"source":79,"target":6},{"source":82,"target":9},{"source":7,"target":0},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":83,"target":35},{"source":83,"target":89},{"source":83,"target":7},{"source":89,"target":35},{"source":84,"target":34},{"source":84,"target":90},{"source":84,"target":7},{"source":90,"target":34},{"source":85,"target":34},{"source":85,"target":91},{"source":85,"target":7},{"source":91,"target":34},{"source":86,"target":32},{"source":86,"target":92},{"source":86,"target":7},{"source":92,"target":32},{"source":87,"target":32},{"source":87,"target":93},{"source":87,"target":7},{"source":93,"target":32},{"source":88,"target":18},{"source":88,"target":94},{"source":88,"target":7},{"source":94,"target":18},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":95,"target":34},{"source":95,"target":104},{"source":95,"target":8},{"source":95,"target":105},{"source":104,"target":34},{"source":105,"target":8},{"source":105,"target":106},{"source":105,"target":95},{"source":106,"target":8},{"source":96,"target":8},{"source":96,"target":107},{"source":96,"target":8},{"source":107,"target":8},{"source":97,"target":11},{"source":97,"target":108},{"source":97,"target":8},{"source":108,"target":11},{"source":98,"target":4},{"source":98,"target":109},{"source":98,"target":8},{"source":109,"target":4},{"source":99,"target":8},{"source":99,"target":110},{"source":99,"target":8},{"source":110,"target":8},{"source":100,"target":8},{"source":100,"target":111},{"source":100,"target":8},{"source":111,"target":8},{"source":101,"target":9},{"source":101,"target":112},{"source":101,"target":8},{"source":112,"target":9},{"source":102,"target":7},{"source":102,"target":113},{"source":102,"target":8},{"source":113,"target":7},{"source":103,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":114},{"source":114,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":115,"target":10},{"source":115,"target":119},{"source":115,"target":10},{"source":119,"target":10},{"source":116,"target":8},{"source":116,"target":120},{"source":116,"target":10},{"source":120,"target":8},{"source":117,"target":11},{"source":117,"target":121},{"source":117,"target":10},{"source":121,"target":11},{"source":118,"target":3},{"source":11,"target":0},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":122,"target":11},{"source":123,"target":11},{"source":124,"target":11},{"source":125,"target":11},{"source":126,"target":29},{"source":126,"target":133},{"source":126,"target":11},{"source":133,"target":29},{"source":127,"target":32},{"source":127,"target":134},{"source":127,"target":11},{"source":134,"target":32},{"source":128,"target":8},{"source":128,"target":135},{"source":128,"target":11},{"source":135,"target":8},{"source":129,"target":32},{"source":129,"target":136},{"source":129,"target":11},{"source":136,"target":32},{"source":130,"target":13},{"source":130,"target":137},{"source":130,"target":11},{"source":137,"target":13},{"source":131,"target":10},{"source":131,"target":138},{"source":131,"target":11},{"source":138,"target":10},{"source":132,"target":12},{"source":132,"target":139},{"source":132,"target":11},{"source":132,"target":140},{"source":139,"target":12},{"source":12,"target":0},{"source":12,"target":141},{"source":12,"target":140},{"source":12,"target":142},{"source":141,"target":10},{"source":141,"target":143},{"source":141,"target":12},{"source":143,"target":10},{"source":140,"target":11},{"source":140,"target":144},{"source":140,"target":12},{"source":140,"target":132},{"source":144,"target":11},{"source":142,"target":13},{"source":142,"target":145},{"source":142,"target":12},{"source":145,"target":13},{"source":13,"target":0},{"source":13,"target":146},{"source":13,"target":147},{"source":146,"target":35},{"source":146,"target":148},{"source":146,"target":13},{"source":148,"target":35},{"source":147,"target":32},{"source":147,"target":149},{"source":147,"target":13},{"source":149,"target":32},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":150,"target":32},{"source":150,"target":154},{"source":150,"target":14},{"source":154,"target":32},{"source":151,"target":15},{"source":151,"target":155},{"source":151,"target":14},{"source":151,"target":156},{"source":155,"target":15},{"source":152,"target":15},{"source":152,"target":157},{"source":152,"target":14},{"source":152,"target":158},{"source":157,"target":15},{"source":153,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":156},{"source":15,"target":158},{"source":15,"target":159},{"source":156,"target":14},{"source":156,"target":160},{"source":156,"target":15},{"source":156,"target":151},{"source":160,"target":14},{"source":158,"target":14},{"source":158,"target":161},{"source":158,"target":15},{"source":158,"target":152},{"source":161,"target":14},{"source":159,"target":11},{"source":16,"target":0},{"source":16,"target":162},{"source":16,"target":163},{"source":16,"target":164},{"source":16,"target":165},{"source":16,"target":166},{"source":16,"target":167},{"source":16,"target":168},{"source":16,"target":169},{"source":162,"target":36},{"source":162,"target":170},{"source":162,"target":16},{"source":170,"target":36},{"source":163,"target":37},{"source":163,"target":171},{"source":163,"target":16},{"source":171,"target":37},{"source":164,"target":32},{"source":164,"target":172},{"source":164,"target":16},{"source":172,"target":32},{"source":165,"target":16},{"source":165,"target":173},{"source":165,"target":16},{"source":173,"target":16},{"source":166,"target":8},{"source":166,"target":174},{"source":166,"target":16},{"source":166,"target":41},{"source":174,"target":8},{"source":167,"target":10},{"source":167,"target":175},{"source":167,"target":16},{"source":167,"target":41},{"source":175,"target":10},{"source":168,"target":18},{"source":168,"target":176},{"source":168,"target":16},{"source":176,"target":18},{"source":169,"target":32},{"source":169,"target":177},{"source":169,"target":16},{"source":177,"target":32},{"source":17,"target":0},{"source":17,"target":178},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":178,"target":32},{"source":178,"target":183},{"source":178,"target":17},{"source":183,"target":32},{"source":179,"target":29},{"source":179,"target":184},{"source":179,"target":17},{"source":184,"target":29},{"source":180,"target":16},{"source":180,"target":185},{"source":180,"target":17},{"source":185,"target":16},{"source":181,"target":14},{"source":181,"target":186},{"source":181,"target":17},{"source":186,"target":14},{"source":182,"target":10},{"source":182,"target":187},{"source":182,"target":17},{"source":187,"target":10},{"source":18,"target":0},{"source":18,"target":188},{"source":18,"target":189},{"source":188,"target":32},{"source":188,"target":190},{"source":188,"target":18},{"source":190,"target":32},{"source":189,"target":32},{"source":189,"target":191},{"source":189,"target":18},{"source":191,"target":32},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":192},{"source":192,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":193},{"source":20,"target":194},{"source":20,"target":195},{"source":20,"target":196},{"source":20,"target":197},{"source":193,"target":32},{"source":193,"target":198},{"source":193,"target":20},{"source":198,"target":32},{"source":194,"target":199},{"source":194,"target":20},{"source":195,"target":200},{"source":195,"target":20},{"source":196,"target":201},{"source":196,"target":20},{"source":197,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":202},{"source":21,"target":203},{"source":202,"target":32},{"source":202,"target":204},{"source":202,"target":21},{"source":204,"target":32},{"source":203,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":205},{"source":205,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"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":206,"target":38},{"source":206,"target":213},{"source":206,"target":23},{"source":213,"target":38},{"source":207,"target":214},{"source":207,"target":23},{"source":208,"target":32},{"source":208,"target":215},{"source":208,"target":23},{"source":215,"target":32},{"source":209,"target":32},{"source":209,"target":216},{"source":209,"target":23},{"source":216,"target":32},{"source":210,"target":32},{"source":210,"target":217},{"source":210,"target":23},{"source":217,"target":32},{"source":211,"target":32},{"source":211,"target":218},{"source":211,"target":23},{"source":218,"target":32},{"source":212,"target":19},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":219},{"source":24,"target":220},{"source":219,"target":25},{"source":219,"target":221},{"source":219,"target":24},{"source":219,"target":222},{"source":221,"target":25},{"source":220,"target":18},{"source":25,"target":0},{"source":25,"target":223},{"source":25,"target":224},{"source":25,"target":222},{"source":223,"target":32},{"source":223,"target":225},{"source":223,"target":25},{"source":225,"target":32},{"source":224,"target":32},{"source":224,"target":226},{"source":224,"target":25},{"source":226,"target":32},{"source":222,"target":24},{"source":222,"target":227},{"source":222,"target":25},{"source":222,"target":219},{"source":227,"target":24},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":228},{"source":26,"target":229},{"source":228,"target":27},{"source":228,"target":230},{"source":228,"target":26},{"source":230,"target":27},{"source":229,"target":18},{"source":27,"target":0},{"source":27,"target":231},{"source":27,"target":232},{"source":231,"target":18},{"source":231,"target":233},{"source":231,"target":27},{"source":233,"target":18},{"source":232,"target":32},{"source":232,"target":234},{"source":232,"target":27},{"source":234,"target":32},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":235},{"source":28,"target":236},{"source":235,"target":18},{"source":235,"target":237},{"source":235,"target":28},{"source":237,"target":18},{"source":236,"target":18},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":238},{"source":38,"target":239},{"source":38,"target":240},{"source":38,"target":241},{"source":38,"target":242},{"source":38,"target":243},{"source":238,"target":38},{"source":239,"target":38},{"source":240,"target":38},{"source":241,"target":38},{"source":242,"target":38},{"source":243,"target":38},{"source":39,"target":0},{"source":39,"target":244},{"source":39,"target":245},{"source":39,"target":246},{"source":39,"target":247},{"source":39,"target":248},{"source":39,"target":249},{"source":39,"target":250},{"source":244,"target":39},{"source":245,"target":39},{"source":246,"target":39},{"source":247,"target":39},{"source":248,"target":39},{"source":249,"target":39},{"source":250,"target":39}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gorgeousfood" nsURI="http://www.example.org/gorgeousfood" nsPrefix="gorgeousfood"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> <details key="ecore.xml.type" value="http://www.eclipse.org/emf/2003/XMLType"/> </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="Meal"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveID mustHavePositiveID mustHaveDescription"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveID" value="not MealID.oclIsInvalid()"/> <details key="mustHavePositiveID" value="MealID > 0"/> <details key="mustHaveDescription" value="not Description.oclIsInvalid()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MealID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" upperBound="-1" eType="#//Descriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredient" upperBound="-1" eType="#//Ingredient" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MealItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveID mustHavePositiveID mustHaveExpDate mustHavePrdDate expDateNextPrdDate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveID" value="not MealItemID.oclIsInvalid()"/> <details key="mustHavePositiveID" value="MealItemID > 0"/> <details key="mustHaveExpDate" value="not ExpDate.oclIsInvalid()"/> <details key="mustHavePrdDate" value="not PrdDate.oclIsInvalid()"/> <details key="expDateNextPrdDate" value="self.ExpDate > self.PrdDate"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MealItemID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExpDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="PrdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="meal" upperBound="-1" eType="#//Meal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sale"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveID mustHavePositiveID mustHaveDate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveID" value="not SaleID.oclIsInvalid()"/> <details key="mustHavePositiveID" value="SaleID > 0"/> <details key="mustHaveDate" value="not Date.oclIsInvalid()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SaleID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mealitem" upperBound="-1" eType="#//MealItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveID mustHavePositiveID mustHaveDescription"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveID" value="not DescriptorID.oclIsInvalid()"/> <details key="mustHavePositiveID" value="DescriptorID > 0"/> <details key="mustHaveDescription" value="not Description.oclIsInvalid()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DescriptorID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <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="Ingredient"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveID mustHavePositiveID mustHaveDescription"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveID" value="not IngredientID.oclIsInvalid()"/> <details key="mustHavePositiveID" value="IngredientID > 0"/> <details key="mustHaveDescription" value="not Description.oclIsInvalid()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IngredientID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PeFerreira98/ISEP.Master.EDOM_2019/student4/increment1/gorgeousfood/model/gorgeousfood.ecore
ecore
gorgeousfood Meal MealID Description descriptor ingredient MealItem MealItemID ExpDate PrdDate meal Sale SaleID Date mealitem Descriptor DescriptorID Description Ingredient IngredientID Description
null
{"directed":true,"nodes":[{"nsPrefix":"gorgeousfood","nsURI":"http://www.example.org/gorgeousfood","name":"gorgeousfood","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meal","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MealItem","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sale","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingredient","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MealID","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Description","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ingredient","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MealItemID","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":"ExpDate","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":"PrdDate","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":"meal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SaleID","changeable":true,"lowerBound":1,"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":"Date","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mealitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"DescriptorID","changeable":true,"lowerBound":1,"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},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IngredientID","changeable":true,"lowerBound":1,"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":"Description","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":4},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":4},{"source":9,"target":5},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":5},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":1},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":30},{"source":28,"target":4},{"source":29,"target":31},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":34},{"source":32,"target":5},{"source":33,"target":35},{"source":33,"target":5}],"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="moccml_mapping" nsURI="http://org.eclipse.gemoc.moccml.mapping" nsPrefix="org.eclipse.gemoc.moccml.mapping"> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitEventType(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//EventType/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//EventType/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referedElement" eType="#//EventKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DSAFeedback" eSuperTypes="../../org.eclipse.ocl.xtext.completeocl/model/CompleteOCLCS.ecore#//DefPropertyCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitDSAFeedBack(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//DSAFeedback/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//DSAFeedback/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//Case" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//ECLEventDefCS" eOpposite="#//ECLEventDefCS/feedback"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitCase(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//Case/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//Case/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventToForce" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="on" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfFeedback" lowerBound="1" eType="#//FeedBackKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECLDocument" eSuperTypes="../../org.eclipse.ocl.xtext.completeocl/model/CompleteOCLCS.ecore#//CompleteOCLDocumentCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLDocument(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLDocument/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLDocument/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventLiteralExp" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//LiteralExpCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitEventLiteralExp(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//EventLiteralExp/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//EventLiteralExp/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EventKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventKind"> <eLiterals name="undefined"/> <eLiterals name="start" value="1"/> <eLiterals name="finish" value="2"/> <eLiterals name="send" value="3"/> <eLiterals name="receive" value="4"/> <eLiterals name="consume" value="6"/> <eLiterals name="produce" value="5"/> <eLiterals name="create" value="7"/> <eLiterals name="destroy" value="8"/> <eLiterals name="suspend" value="9"/> <eLiterals name="resume" value="10"/> <eLiterals name="call" value="11" literal="call"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECLRelation" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLRelation(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLRelation/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLRelation/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../fr.inria.aoste.timesquare.ccslkernel.model/model/TimeModel.ecore#//CCSLModel/ClockExpressionAndRelation/RelationDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAnAssertion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportStatement" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ImportCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitImportStatement(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ImportStatement/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ImportStatement/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECLExpression" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLExpression(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLExpression/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLExpression/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../fr.inria.aoste.timesquare.ccslkernel.model/model/TimeModel.ecore#//CCSLModel/ClockExpressionAndRelation/ExpressionDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECLDefCS" abstract="true" eSuperTypes="../../org.eclipse.ocl.xtext.completeocl/model/CompleteOCLCS.ecore#//DefPropertyCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLDefCS(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLDefCS/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLDefCS/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//Visibility"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseCSVisitor" instanceClassName="org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor" abstract="true" interface="true"> <eTypeParameters name="R"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="public" literal="public"/> <eLiterals name="private" value="1" literal="private"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeedBackKind"> <eLiterals name="force"/> <eLiterals name="forbid" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockType" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//TypedRefCS ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Nameable"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitBlockType(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//BlockType/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//BlockType/accept/R"/> </eGenericType> </eParameters> </eOperations> <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="ECLEventDefCS" eSuperTypes="#//ECLDefCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLEventDefCS(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLEventDefCS/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLEventDefCS/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="feedback" eType="#//DSAFeedback" containment="true" eOpposite="#//DSAFeedback/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="future" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dsaResultName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECLBlockDefCS" eSuperTypes="#//ECLDefCS"> <eOperations name="accept"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return (R) visitor.getAdapter(ECLVisitor.class).visitECLBlockDefCS(this);"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eGenericType eTypeParameter="#//ECLBlockDefCS/accept/R"/> <eTypeParameters name="R"/> <eParameters name="visitor"> <eGenericType eClassifier="#//BaseCSVisitor"> <eTypeArguments eTypeParameter="#//ECLBlockDefCS/accept/R"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="enterWhen" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leaveWhen" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gemoc/concurrency/moccml/mapping/language/org.eclipse.gemoc.moccml.mapping/model/moccml_mapping.ecore
ecore
moccml_mapping EventType accept R visitor name referedElement DSAFeedback accept R visitor cases owner Case accept R visitor condition eventToForce on kindOfFeedback ECLDocument accept R visitor imports EventLiteralExp accept R visitor value EventKind undefined undefined start start finish finish send send receive receive consume consume produce produce create create destroy destroy suspend suspend resume resume call call ECLRelation accept R visitor type parameters isAnAssertion false ImportStatement accept R visitor importURI ECLExpression accept R visitor type parameters ECLDefCS accept R visitor condition visibility BaseCSVisitor org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor R Visibility public public private private FeedBackKind force force forbid forbid BlockType accept R visitor name ECLEventDefCS accept R visitor feedback future dsaResultName ECLBlockDefCS accept R visitor enterWhen leaveWhen
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.gemoc.moccml.mapping","nsURI":"http://org.eclipse.gemoc.moccml.mapping","name":"moccml_mapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DSAFeedback","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLDocument","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventLiteralExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLRelation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLDefCS","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor","defaultValue":null,"instanceClassName":"org.eclipse.ocl.xtext.basecs.util.BaseCSVisitor","name":"BaseCSVisitor","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeedBackKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLEventDefCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECLBlockDefCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":17,"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":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referedElement","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"R","id":23,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":29,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"name":"R","id":34,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"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":"feedback","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventToForce","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"on","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfFeedback","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"R","id":48,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"R","id":60,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":65,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"name":"R","id":69,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"undefined","id":74,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"start","id":75,"value":1,"literal":"start","eClass":"EEnumLiteral"},{"name":"finish","id":76,"value":2,"literal":"finish","eClass":"EEnumLiteral"},{"name":"send","id":77,"value":3,"literal":"send","eClass":"EEnumLiteral"},{"name":"receive","id":78,"value":4,"literal":"receive","eClass":"EEnumLiteral"},{"name":"consume","id":79,"value":6,"literal":"consume","eClass":"EEnumLiteral"},{"name":"produce","id":80,"value":5,"literal":"produce","eClass":"EEnumLiteral"},{"name":"create","id":81,"value":7,"literal":"create","eClass":"EEnumLiteral"},{"name":"destroy","id":82,"value":8,"literal":"destroy","eClass":"EEnumLiteral"},{"name":"suspend","id":83,"value":9,"literal":"suspend","eClass":"EEnumLiteral"},{"name":"resume","id":84,"value":10,"literal":"resume","eClass":"EEnumLiteral"},{"name":"call","id":85,"value":11,"literal":"call","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":86,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"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":"isAnAssertion","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"name":"R","id":92,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":99,"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":"importURI","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"name":"R","id":103,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":108,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"name":"R","id":113,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"R","id":124,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"name":"R","id":130,"eClass":"ETypeParameter"},{"name":"public","id":131,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":132,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"force","id":133,"value":0,"literal":"force","eClass":"EEnumLiteral"},{"name":"forbid","id":134,"value":1,"literal":"forbid","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":135,"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":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"R","id":140,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"future","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dsaResultName","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"name":"R","id":150,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enterWhen","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":"leaveWhen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"name":"R","id":162,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"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":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":17,"target":22},{"source":17,"target":1},{"source":17,"target":23},{"source":17,"target":24},{"source":22,"target":23},{"source":24,"target":11},{"source":24,"target":25},{"source":24,"target":17},{"source":25,"target":26},{"source":25,"target":11},{"source":26,"target":23},{"source":18,"target":27},{"source":18,"target":1},{"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":2,"target":32},{"source":29,"target":33},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":35},{"source":33,"target":34},{"source":35,"target":11},{"source":35,"target":36},{"source":35,"target":29},{"source":36,"target":37},{"source":36,"target":11},{"source":37,"target":34},{"source":30,"target":3},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":3},{"source":31,"target":15},{"source":31,"target":39},{"source":31,"target":2},{"source":31,"target":40},{"source":39,"target":15},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":41,"target":47},{"source":41,"target":3},{"source":41,"target":48},{"source":41,"target":49},{"source":47,"target":48},{"source":49,"target":11},{"source":49,"target":50},{"source":49,"target":41},{"source":50,"target":51},{"source":50,"target":11},{"source":51,"target":48},{"source":42,"target":52},{"source":42,"target":3},{"source":43,"target":53},{"source":43,"target":3},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":13},{"source":45,"target":55},{"source":45,"target":3},{"source":55,"target":13},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":56,"target":59},{"source":56,"target":4},{"source":56,"target":60},{"source":56,"target":61},{"source":59,"target":60},{"source":61,"target":11},{"source":61,"target":62},{"source":61,"target":56},{"source":62,"target":63},{"source":62,"target":11},{"source":63,"target":60},{"source":57,"target":8},{"source":57,"target":64},{"source":57,"target":4},{"source":64,"target":8},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":65,"target":68},{"source":65,"target":5},{"source":65,"target":69},{"source":65,"target":70},{"source":68,"target":69},{"source":70,"target":11},{"source":70,"target":71},{"source":70,"target":65},{"source":71,"target":72},{"source":71,"target":11},{"source":72,"target":69},{"source":66,"target":6},{"source":66,"target":73},{"source":66,"target":5},{"source":73,"target":6},{"source":6,"target":0},{"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":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":77,"target":6},{"source":78,"target":6},{"source":79,"target":6},{"source":80,"target":6},{"source":81,"target":6},{"source":82,"target":6},{"source":83,"target":6},{"source":84,"target":6},{"source":85,"target":6},{"source":7,"target":0},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":86,"target":91},{"source":86,"target":7},{"source":86,"target":92},{"source":86,"target":93},{"source":91,"target":92},{"source":93,"target":11},{"source":93,"target":94},{"source":93,"target":86},{"source":94,"target":95},{"source":94,"target":11},{"source":95,"target":92},{"source":87,"target":96},{"source":87,"target":7},{"source":88,"target":97},{"source":88,"target":7},{"source":89,"target":98},{"source":89,"target":7},{"source":8,"target":0},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":99,"target":102},{"source":99,"target":8},{"source":99,"target":103},{"source":99,"target":104},{"source":102,"target":103},{"source":104,"target":11},{"source":104,"target":105},{"source":104,"target":99},{"source":105,"target":106},{"source":105,"target":11},{"source":106,"target":103},{"source":100,"target":107},{"source":100,"target":8},{"source":9,"target":0},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":110},{"source":9,"target":111},{"source":108,"target":112},{"source":108,"target":9},{"source":108,"target":113},{"source":108,"target":114},{"source":112,"target":113},{"source":114,"target":11},{"source":114,"target":115},{"source":114,"target":108},{"source":115,"target":116},{"source":115,"target":11},{"source":116,"target":113},{"source":109,"target":117},{"source":109,"target":9},{"source":110,"target":118},{"source":110,"target":9},{"source":10,"target":0},{"source":10,"target":119},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":119,"target":123},{"source":119,"target":10},{"source":119,"target":124},{"source":119,"target":125},{"source":123,"target":124},{"source":125,"target":11},{"source":125,"target":126},{"source":125,"target":119},{"source":126,"target":127},{"source":126,"target":11},{"source":127,"target":124},{"source":120,"target":128},{"source":120,"target":10},{"source":121,"target":12},{"source":121,"target":129},{"source":121,"target":10},{"source":129,"target":12},{"source":11,"target":0},{"source":11,"target":130},{"source":12,"target":0},{"source":12,"target":131},{"source":12,"target":132},{"source":131,"target":12},{"source":132,"target":12},{"source":13,"target":0},{"source":13,"target":133},{"source":13,"target":134},{"source":133,"target":13},{"source":134,"target":13},{"source":14,"target":0},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":135,"target":139},{"source":135,"target":14},{"source":135,"target":140},{"source":135,"target":141},{"source":139,"target":140},{"source":141,"target":11},{"source":141,"target":142},{"source":141,"target":135},{"source":142,"target":143},{"source":142,"target":11},{"source":143,"target":140},{"source":136,"target":144},{"source":136,"target":14},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":145},{"source":15,"target":40},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":145,"target":149},{"source":145,"target":15},{"source":145,"target":150},{"source":145,"target":151},{"source":149,"target":150},{"source":151,"target":11},{"source":151,"target":152},{"source":151,"target":145},{"source":152,"target":153},{"source":152,"target":11},{"source":153,"target":150},{"source":40,"target":2},{"source":40,"target":154},{"source":40,"target":15},{"source":40,"target":31},{"source":154,"target":2},{"source":146,"target":155},{"source":146,"target":15},{"source":147,"target":156},{"source":147,"target":15},{"source":148,"target":10},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"source":157,"target":161},{"source":157,"target":16},{"source":157,"target":162},{"source":157,"target":163},{"source":161,"target":162},{"source":163,"target":11},{"source":163,"target":164},{"source":163,"target":157},{"source":164,"target":165},{"source":164,"target":11},{"source":165,"target":162},{"source":158,"target":166},{"source":158,"target":16},{"source":159,"target":167},{"source":159,"target":16},{"source":160,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="KM3" nsURI="km3" nsPrefix="km3"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//LocatedElement"> <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="Classifier" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//EnumLiteral" containment="true" eOpposite="#//EnumLiteral/enum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enum" ordered="false" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/literals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//TemplateParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" ordered="false" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeatures" upperBound="-1" eType="#//StructuralFeature" containment="true" eOpposite="#//StructuralFeature/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Class" eOpposite="#//Class/structuralFeatures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsetOf" ordered="false" upperBound="-1" eType="#//StructuralFeature" eOpposite="#//StructuralFeature/derivedFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" ordered="false" upperBound="-1" eType="#//StructuralFeature" eOpposite="#//StructuralFeature/subsetOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainer" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//Reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Class" eOpposite="#//Class/operations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Operation" eOpposite="#//Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//ModelElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#//Metamodel" eOpposite="#//Metamodel/contents"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="#//LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/metamodel"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jesusc/bento/examples/library/bento.rev.oo2dot/reveng/original/KM3_modified.ecore
ecore
KM3 LocatedElement location ModelElement name 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":"km3","nsURI":"km3","name":"KM3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","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":"TypedElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":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":"supertypes","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":"structuralFeatures","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"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":44,"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":45,"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":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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":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"},{"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":55,"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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"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":62,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"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":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":17,"target":18},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":23},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":5},{"source":24,"target":27},{"source":26,"target":6},{"source":25,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":5},{"source":27,"target":29},{"source":27,"target":6},{"source":27,"target":24},{"source":29,"target":5},{"source":28,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":30},{"source":30,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":31,"target":7},{"source":31,"target":37},{"source":31,"target":8},{"source":37,"target":7},{"source":32,"target":38},{"source":32,"target":8},{"source":33,"target":8},{"source":33,"target":39},{"source":33,"target":8},{"source":39,"target":8},{"source":34,"target":10},{"source":34,"target":40},{"source":34,"target":8},{"source":34,"target":41},{"source":40,"target":10},{"source":35,"target":13},{"source":35,"target":42},{"source":35,"target":8},{"source":35,"target":43},{"source":42,"target":13},{"source":36,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":44,"target":50},{"source":44,"target":9},{"source":45,"target":51},{"source":45,"target":9},{"source":46,"target":52},{"source":46,"target":9},{"source":47,"target":53},{"source":47,"target":9},{"source":48,"target":3},{"source":48,"target":54},{"source":48,"target":9},{"source":54,"target":3},{"source":49,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":41},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":41,"target":8},{"source":41,"target":58},{"source":41,"target":10},{"source":41,"target":34},{"source":58,"target":8},{"source":55,"target":10},{"source":55,"target":59},{"source":55,"target":10},{"source":55,"target":56},{"source":59,"target":10},{"source":56,"target":10},{"source":56,"target":60},{"source":56,"target":10},{"source":56,"target":55},{"source":60,"target":10},{"source":57,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":61},{"source":61,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":62,"target":65},{"source":62,"target":12},{"source":63,"target":12},{"source":63,"target":66},{"source":63,"target":12},{"source":66,"target":12},{"source":64,"target":10},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":43},{"source":13,"target":67},{"source":13,"target":68},{"source":43,"target":8},{"source":43,"target":69},{"source":43,"target":13},{"source":43,"target":35},{"source":69,"target":8},{"source":67,"target":14},{"source":67,"target":70},{"source":67,"target":13},{"source":67,"target":71},{"source":70,"target":14},{"source":68,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":71},{"source":14,"target":72},{"source":71,"target":13},{"source":71,"target":73},{"source":71,"target":14},{"source":71,"target":67},{"source":73,"target":13},{"source":72,"target":9},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":74,"target":2},{"source":74,"target":77},{"source":74,"target":15},{"source":77,"target":2},{"source":75,"target":16},{"source":75,"target":78},{"source":75,"target":15},{"source":75,"target":79},{"source":78,"target":16},{"source":76,"target":2},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":79},{"source":16,"target":80},{"source":79,"target":15},{"source":79,"target":81},{"source":79,"target":16},{"source":79,"target":75},{"source":81,"target":15},{"source":80,"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="gore" nsURI="http://zanshin.disi.unitn.it/1.0/core" nsPrefix="it.unitn.disi.zanshin.model"> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="LTL.ecore#//OclAny"> <eOperations name="findGoalModel" eType="#//GoalModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="GoalModel model = null;&#xA;&#xA;// If it's the root goal, return the goal model.&#xA;if (it.unitn.disi.zanshin.model.gore.GorePackage.eINSTANCE.getGoal().isInstance(this))&#xA;&#x9;model = ((it.unitn.disi.zanshin.model.gore.Goal) this).getGoalModel();&#xA;&#xA;// If the model is not found in the root goal, move up the requirement tree looking for the root goal.&#xA;if ((model == null) &amp;&amp; (getParent() != null))&#xA;&#x9;model = getParent().findGoalModel();&#xA;&#xA;// Returns the found model, or null if no model has been found.&#xA;return model;"/> </eAnnotations> </eOperations> <eOperations name="getChildrenStateCount" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of defineable children.&#xA;int[] stateCount = new int[it.unitn.disi.zanshin.model.gore.DefinableRequirementState.VALUES.size()];&#xA;int defChildrenCount = 0;&#xA;for (it.unitn.disi.zanshin.model.gore.Requirement child : getChildren()) {&#xA;&#x9;if (child instanceof DefinableRequirement) {&#xA;&#x9;&#x9;defChildrenCount++;&#xA;&#x9;&#x9;stateCount[((DefinableRequirement) child).getState().getValue()]++;&#xA;&#x9;}&#xA;}&#xA;&#xA;// Converts to EList so we can return, adding the total number of definable children to the last position.&#xA;EList&lt;Integer> stateCountList = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;for (int count : stateCount)&#xA;&#x9;stateCountList.add(count);&#xA;stateCountList.add(defChildrenCount);&#xA;return stateCountList;"/> </eAnnotations> </eOperations> <eOperations name="replaceWith"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Cannot replace a requirement instance with null.&#xA;if (newRequirement == null) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Cannot replace a requirement instance with null. A proper requirement instance should be provided.&quot;); //$NON-NLS-1$&#xA;&#x9;throw new IllegalArgumentException();&#xA;}&#xA;&#xA;// Can only replace requirements of the same class.&#xA;if (! newRequirement.eClass().equals(eClass())) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Cannot replace a requirement instance of class {0} with one of class {1}. Instances should be of the same class.&quot;, eClass().getName(), newRequirement.eClass().getName()); //$NON-NLS-1$&#xA;&#x9;throw new IllegalArgumentException();&#xA;}&#xA;&#xA;// Changes the parent-child relationship (if there's no parent, we're setting null over null, so no harm). When&#xA;// elements have many-to-one bilateral associations, only the &quot;one&quot; side is manipulated. This is on purpose, as EMF&#xA;// generated code will handle the inverse association automatically.&#xA;Requirement parent = getParent();&#xA;setParent(null);&#xA;newRequirement.setParent(parent);&#xA;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Replacing requirement instances of class {0} ({1} -> {2})&quot;, eClass().getName(), this, newRequirement); //$NON-NLS-1$&#xA;&#xA;// After a piece of the requirements tree gets replaced by new instances (with possible different states), check if&#xA;// the ancestors should also have their state reset. For instance, if a failed instance is replaced by a non-failing&#xA;// one in an AND-refinement, the parent should change from Failed to Started or Undefined. Navigate up the tree.&#xA;while (parent != null) {&#xA;&#x9;// This procedure only makes sense in definable requirements.&#xA;&#x9;if (parent instanceof DefinableRequirement) {&#xA;&#x9;&#x9;DefinableRequirement req = (DefinableRequirement) parent;&#xA;&#xA;&#x9;&#x9;// Counts the number of children in each state and the number of definable children.&#xA;&#x9;&#x9;EList&lt;Integer> stateCount = req.getChildrenStateCount();&#xA;&#x9;&#x9;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#x9;&#x9;boolean doReset = false;&#xA;&#xA;&#x9;&#x9;// Checks the type of the requirement.&#xA;&#x9;&#x9;switch (req.getRefinementType()) {&#xA;&#x9;&#x9;case AND:&#xA;&#x9;&#x9;&#x9;// For failed AND-refined requirements, if none of its children failed, reset its state.&#xA;&#x9;&#x9;&#x9;doReset = (req.getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED) &amp;&amp; (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == 0);&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;case OR:&#xA;&#x9;&#x9;&#x9;// For failed OR-refined requirements, if at least one of its children didn't fail, reset its state.&#xA;&#x9;&#x9;&#x9;doReset = (req.getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED) &amp;&amp; (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) &lt; defChildrenCount);&#xA;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;// Checks if a reset is in order.&#xA;&#x9;&#x9;if (doReset) {&#xA;&#x9;&#x9;&#x9;// If no children have yet started, set the requirement also as Undefined.&#xA;&#x9;&#x9;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED_VALUE) == defChildrenCount)&#xA;&#x9;&#x9;&#x9;&#x9;req.setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED);&#xA;&#xA;&#x9;&#x9;&#x9;// Otherwise, if at least one child has started, set it also as Started.&#xA;&#x9;&#x9;&#x9;else req.setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.STARTED);&#xA;&#xA;&#x9;&#x9;&#x9;// Log what has just happened.&#xA;&#x9;&#x9;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;The status of {0} has been reset to {1}&quot;, req.eClass().getName(), req.getState()); //$NON-NLS-1$&#xA;&#x9;&#x9;}&#xA;&#x9;}&#xA;&#xA;&#x9;// Next ancestor.&#xA;&#x9;parent = parent.getParent();&#xA;}"/> </eAnnotations> <eParameters name="newRequirement" eType="#//Requirement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refinementType" eType="#//RefinementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Requirement" containment="true" eOpposite="#//Requirement/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Requirement" eOpposite="#//Requirement/children"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefinableRequirement" eSuperTypes="#//Requirement"> <eOperations name="start"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement started: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.STARTED);&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement) &amp;&amp; (((DefinableRequirement) parent).getState() == it.unitn.disi.zanshin.model.gore.DefinableRequirementState.UNDEFINED))&#xA;&#x9;((DefinableRequirement) parent).start();"/> </eAnnotations> </eOperations> <eOperations name="end"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement ended: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$"/> </eAnnotations> </eOperations> <eOperations name="success"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement succeeded: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED);&#xA;end();&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement)) {&#xA;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.OR) ((DefinableRequirement) parent).success();&#xA;&#x9;else ((DefinableRequirement)parent).checkState();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="fail"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement failed: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED);&#xA;end();&#xA;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;if ((parent != null) &amp;&amp; (parent instanceof DefinableRequirement)) {&#xA;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) ((DefinableRequirement) parent).fail();&#xA;&#x9;else ((DefinableRequirement)parent).checkState();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="checkState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of definable children.&#xA;org.eclipse.emf.common.util.EList&lt;Integer> stateCount = getChildrenStateCount();&#xA;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#xA;// For AND-refined requirements, checks if all children have SUCCEEDED.&#xA;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED_VALUE) == defChildrenCount) success();&#xA;}&#xA;&#xA;// For OR-refined requirements, checks if all children have FAILED.&#xA;else {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == defChildrenCount) fail();&#xA;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//DefinableRequirementState" defaultValueLiteral="undefined"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Softgoal" eSuperTypes="#//Requirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//QualityConstraint" eOpposite="#//QualityConstraint/softgoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerformativeRequirement" eSuperTypes="#//DefinableRequirement"> <eOperations name="cancel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Only process the cancellation if the requirement has not yet been canceled.&#xA;if (getState() != it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.debug(&quot;Requirement canceled: &quot; + eClass().getName() + &quot; (&quot; + this + &quot;)&quot;); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$&#xA;&#x9;setState(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED);&#xA;&#x9;end();&#xA;&#x9;&#xA;&#x9;// Propagate the cancellation to the parent, depending if its definable/performative, and/or-refined.&#xA;&#x9;it.unitn.disi.zanshin.model.gore.Requirement parent = getParent();&#xA;&#x9;if ((parent != null) &amp;&amp; (parent instanceof it.unitn.disi.zanshin.model.gore.DefinableRequirement)) {&#xA;&#x9;&#x9;if (parent.getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.OR) ((it.unitn.disi.zanshin.model.gore.DefinableRequirement)parent).checkState();&#xA;&#x9;&#x9;else if (parent instanceof PerformativeRequirement) ((PerformativeRequirement) parent).cancel();&#xA;&#x9;&#x9;else ((it.unitn.disi.zanshin.model.gore.DefinableRequirement)parent).fail();&#xA;&#x9;}&#xA;&#x9;&#xA;&#x9;// Also propagate the cancellation to the children if and-refined and the children are performative.&#xA;&#x9;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND)&#xA;&#x9;&#x9;for (it.unitn.disi.zanshin.model.gore.Requirement child : getChildren())&#xA;&#x9;&#x9;&#x9;if (child instanceof PerformativeRequirement) ((PerformativeRequirement) child).cancel();&#xA;}"/> </eAnnotations> </eOperations> <eOperations name="checkState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Counts the number of children in each state and the number of definable children.&#xA;org.eclipse.emf.common.util.EList&lt;Integer> stateCount = getChildrenStateCount();&#xA;int defChildrenCount = stateCount.get(stateCount.size() - 1);&#xA;&#xA;// For AND-refined requirements, checks if all children have SUCCEEDED.&#xA;if (getRefinementType() == it.unitn.disi.zanshin.model.gore.RefinementType.AND) {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.SUCCEEDED_VALUE) == defChildrenCount) success();&#xA;}&#xA;&#xA;// For OR-refined requirements, checks if all children have FAILED or have been CANCELED.&#xA;else {&#xA;&#x9;if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.FAILED_VALUE) == defChildrenCount) fail();&#xA;&#x9;else if (stateCount.get(it.unitn.disi.zanshin.model.gore.DefinableRequirementState.CANCELED_VALUE) == defChildrenCount) cancel();&#xA;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityConstraint" eSuperTypes="#//DefinableRequirement"> <eOperations name="replaceWith"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Performs the replacement as a normal requirement first.&#xA;super.replaceWith(newRequirement);&#xA;&#xA;// Then, replace the relationship quality constraints have with softgoals.&#xA;it.unitn.disi.zanshin.model.gore.Softgoal softgoal = getSoftgoal();&#xA;setSoftgoal(null);&#xA;((QualityConstraint) newRequirement).setSoftgoal(softgoal);"/> </eAnnotations> <eParameters name="newRequirement" eType="#//Requirement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="softgoal" lowerBound="1" eType="#//Softgoal" eOpposite="#//Softgoal/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AwReq" eSuperTypes="#//DefinableRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="otherTargets" upperBound="-1" eType="#//DefinableRequirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//DefinableRequirement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementCoefficient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAssumption" eSuperTypes="#//DefinableRequirement"/> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//PerformativeRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/rootGoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//PerformativeRequirement"/> <eClassifiers xsi:type="ecore:EEnum" name="AggregationLevel"> <eLiterals name="INSTANCE" literal="instance-level"/> <eLiterals name="CLASS" value="1" literal="class-level"/> <eLiterals name="BOTH" value="2" literal="both-levels"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DefinableRequirementState"> <eLiterals name="UNDEFINED" literal="undefined"/> <eLiterals name="STARTED" value="1" literal="started"/> <eLiterals name="SUCCEEDED" value="2" literal="succeeded"/> <eLiterals name="FAILED" value="3" literal="failed"/> <eLiterals name="CANCELED" value="4" literal="canceled"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DifferentialRelationOperator"> <eLiterals name="GREATER_THAN" literal="gt"/> <eLiterals name="FEWER_THAN" literal="ft"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MonitorableMethod"> <eLiterals name="START" literal="start"/> <eLiterals name="END" value="1" literal="end"/> <eLiterals name="SUCCESS" value="2" literal="success"/> <eLiterals name="FAIL" value="3" literal="fail"/> <eLiterals name="CANCEL" value="4" literal="cancel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterMetric"> <eLiterals name="ENUMERATED" literal="enumerated"/> <eLiterals name="INTEGER" value="1" literal="integer"/> <eLiterals name="REAL" value="2" literal="real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterType"> <eLiterals name="VARIATION_POINT" literal="vp"/> <eLiterals name="ENUMERATED_CONTROL_VARIABLE" value="1" literal="ecv"/> <eLiterals name="NUMERIC_CONTROL_VARIABLE" value="2" literal="ncv"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RefinementType"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor"> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/actors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goalModel" eType="#//GoalModel" eOpposite="#//GoalModel/configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferentialRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="indicator" eType="#//AwReq"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//DifferentialRelationOperator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoalModel"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (internalId == null) internalId = System.currentTimeMillis();&#xA;return internalId;"/> </eAnnotations> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given indicator.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if (indicator != null)&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;AwReq relationIndicator = relation.getIndicator(); &#xA;&#x9;&#x9;if ((relationIndicator != null) &amp;&amp; (relationIndicator.eClass().equals(indicator.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if (parameter != null)&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;Parameter relationParameter = relation.getParameter(); &#xA;&#x9;&#x9;if ((relationParameter != null) &amp;&amp; (relationParameter.eClass().equals(parameter.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="parameter" eType="#//Parameter"/> </eOperations> <eOperations name="filterRelations" upperBound="-1" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Returns a list of relations associated with the given indicator and the given parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = new org.eclipse.emf.common.util.BasicEList&lt;>();&#xA;if ((indicator != null) &amp;&amp; (parameter != null))&#xA;&#x9;for (DifferentialRelation relation : relations) {&#xA;&#x9;&#x9;AwReq relationIndicator = relation.getIndicator();&#xA;&#x9;&#x9;Parameter relationParameter = relation.getParameter();&#xA;&#x9;&#x9;if ((relationIndicator != null) &amp;&amp; (relationIndicator.eClass().equals(indicator.eClass())) &amp;&amp; (relationParameter != null) &amp;&amp; (relationParameter.eClass().equals(parameter.eClass())))&#xA;&#x9;&#x9;&#x9;filteredRelations.add(relation);&#xA;&#x9;}&#xA;return filteredRelations;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> <eParameters name="parameter" eType="#//Parameter"/> </eOperations> <eOperations name="filterRelations" eType="#//DifferentialRelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Filters the relations by indicator and parameter.&#xA;EList&lt;DifferentialRelation> filteredRelations = filterRelations(indicator, parameter);&#xA;&#xA;// Creates a fake parameter for the value comparison.&#xA;it.unitn.disi.zanshin.model.gore.Parameter param = parameter.createCopy();&#xA;param.setValue(value);&#xA;&#xA;// Looks for a relation in which value is within bounds. Returns the first one found.&#xA;for (DifferentialRelation relation : filteredRelations) &#xA;&#x9;if (param.withinBoundsOf(relation))&#xA;&#x9;&#x9;return relation;&#xA;&#xA;// If not found, return null.&#xA;return null;"/> </eAnnotations> <eParameters name="indicator" eType="#//AwReq"/> <eParameters name="parameter" eType="#//Parameter"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rootGoal" lowerBound="1" eType="#//Goal" containment="true" eOpposite="#//Goal/goalModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true" eOpposite="#//Actor/goalModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration" containment="true" eOpposite="#//Configuration/goalModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//DifferentialRelation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eOperations name="greaterThan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) > 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="fewerThan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) &lt; 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="equalTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Boolean result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and compare as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.compareTo(b) == 0;&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addedTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and add as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.add(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="multipliedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and multiply as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.multiply(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="subtractedFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String result = null;&#xA;&#xA;// Checks the metric of the parameter to know how to compare.&#xA;try {&#xA;&#x9;switch (metric) {&#xA;&#x9;// FIXME: implement enumerated parameters.&#xA;&#x9;case ENUMERATED:&#xA;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#xA;&#x9;// If the parameter is numeric, parses it and add as numbers.&#xA;&#x9;case INTEGER:&#xA;&#x9;case REAL:&#xA;&#x9;&#x9;java.math.BigDecimal a = new java.math.BigDecimal(this.value);&#xA;&#x9;&#x9;java.math.BigDecimal b = new java.math.BigDecimal(value);&#xA;&#x9;&#x9;return a.subtract(b).toPlainString();&#xA;&#x9;}&#xA;}&#xA;&#xA;// In case there are parsing errors (badly formatted numbers in the model), logs an error and returns null.&#xA;catch (NumberFormatException e) {&#xA;&#x9;it.unitn.disi.zanshin.core.CoreUtils.log.error(&quot;Error during string->number conversion, either the parameter value ({0}) or the value to compare ({1}) are not numbers.&quot;, e, this.value, value); //$NON-NLS-1$&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="withinBoundsOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="String lowerBound = relation.getLowerBound();&#xA;String upperBound = relation.getUpperBound();&#xA;&#xA;// Checks for null comparisons.&#xA;Boolean lowerCmp = greaterThan(lowerBound);&#xA;Boolean upperCmp = fewerThan(upperBound);&#xA;if ((lowerBound != null) &amp;&amp; (lowerCmp == null)) return null;&#xA;if ((upperBound != null) &amp;&amp; (upperCmp == null)) return null;&#xA;&#xA;// Does the comparisons, but only if needed. When the bounds are null, they mean infinity.&#xA;return (((lowerBound == null) || lowerCmp) &amp;&amp; ((upperBound == null) || upperCmp));"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> </eOperations> <eOperations name="incrementableIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Creates a fake parameter and increments it by a unit.&#xA;Parameter param = createCopy();&#xA;param.increment(relation, unit);&#xA;&#xA;// Checks if the fake param, i.e., the param incremented by a unit, is still within boundaries.&#xA;return param.withinBoundsOf(relation);"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> </eOperations> <eOperations name="createCopy" eType="#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="org.eclipse.emf.ecore.util.EcoreUtil.Copier copier = new org.eclipse.emf.ecore.util.EcoreUtil.Copier();&#xA;Parameter copy = (Parameter) copier.copy(this);&#xA;return copy;"/> </eAnnotations> </eOperations> <eOperations name="increment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Obtains the operator from the differential relation to check the increment direction.&#xA;String newValue = null;&#xA;switch (relation.getOperator()) {&#xA;case FEWER_THAN:&#xA;&#x9;newValue = subtractedFrom(value);&#xA;&#x9;break;&#xA;case GREATER_THAN:&#xA;&#x9;newValue = addedTo(value);&#xA;&#x9;break;&#xA;}&#xA;&#xA;// Changes the parameter's value to the new value.&#xA;if (newValue != null)&#xA;&#x9;setValue(newValue);"/> </eAnnotations> <eParameters name="relation" eType="#//DifferentialRelation"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration" eOpposite="#//Configuration/parameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ParameterType" defaultValueLiteral="vp"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" lowerBound="1" eType="#//ParameterMetric" defaultValueLiteral="enumerated"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/gore.ecore
ecore
gore Requirement findGoalModel getChildrenStateCount replaceWith newRequirement refinementType children parent DefinableRequirement start end success fail checkState time state undefined Softgoal constraints PerformativeRequirement cancel checkState startTime QualityConstraint replaceWith newRequirement softgoal AwReq otherTargets target incrementCoefficient 1.0 DomainAssumption Goal goalModel Task AggregationLevel INSTANCE instance-level CLASS class-level BOTH both-levels DefinableRequirementState UNDEFINED undefined STARTED started SUCCEEDED succeeded FAILED failed CANCELED canceled DifferentialRelationOperator GREATER_THAN gt FEWER_THAN ft MonitorableMethod START start END end SUCCESS success FAIL fail CANCEL cancel ParameterMetric ENUMERATED enumerated INTEGER integer REAL real ParameterType VARIATION_POINT vp ENUMERATED_CONTROL_VARIABLE ecv NUMERIC_CONTROL_VARIABLE ncv RefinementType AND and OR or Actor goalModel Configuration parameters goalModel DifferentialRelation indicator parameter lowerBound upperBound operator value 0.0 GoalModel getId filterRelations indicator filterRelations parameter filterRelations indicator parameter filterRelations indicator parameter value rootGoal actors internalId configuration relations Parameter greaterThan value fewerThan value equalTo value addedTo value multipliedBy value subtractedFrom value withinBoundsOf relation incrementableIn relation createCopy increment relation value configuration type vp unit value metric enumerated
null
{"directed":true,"nodes":[{"nsPrefix":"it.unitn.disi.zanshin.model","nsURI":"http://zanshin.disi.unitn.it/1.0/core","name":"gore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinableRequirement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Softgoal","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerformativeRequirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityConstraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwReq","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAssumption","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DefinableRequirementState","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DifferentialRelationOperator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MonitorableMethod","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterMetric","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RefinementType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferentialRelation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoalModel","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"findGoalModel","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChildrenStateCount","lowerBound":0,"id":23,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceWith","lowerBound":0,"id":24,"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":"refinementType","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newRequirement","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"success","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fail","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkState","lowerBound":0,"id":40,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"undefined","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraints","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":"softgoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"cancel","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkState","lowerBound":0,"id":51,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceWith","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newRequirement","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"otherTargets","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"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":"incrementCoefficient","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":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":"goalModel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rootGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"name":"INSTANCE","id":73,"value":0,"literal":"instance-level","eClass":"EEnumLiteral"},{"name":"CLASS","id":74,"value":1,"literal":"class-level","eClass":"EEnumLiteral"},{"name":"BOTH","id":75,"value":2,"literal":"both-levels","eClass":"EEnumLiteral"},{"name":"UNDEFINED","id":76,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"STARTED","id":77,"value":1,"literal":"started","eClass":"EEnumLiteral"},{"name":"SUCCEEDED","id":78,"value":2,"literal":"succeeded","eClass":"EEnumLiteral"},{"name":"FAILED","id":79,"value":3,"literal":"failed","eClass":"EEnumLiteral"},{"name":"CANCELED","id":80,"value":4,"literal":"canceled","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":81,"value":0,"literal":"gt","eClass":"EEnumLiteral"},{"name":"FEWER_THAN","id":82,"value":0,"literal":"ft","eClass":"EEnumLiteral"},{"name":"START","id":83,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"END","id":84,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"SUCCESS","id":85,"value":2,"literal":"success","eClass":"EEnumLiteral"},{"name":"FAIL","id":86,"value":3,"literal":"fail","eClass":"EEnumLiteral"},{"name":"CANCEL","id":87,"value":4,"literal":"cancel","eClass":"EEnumLiteral"},{"name":"ENUMERATED","id":88,"value":0,"literal":"enumerated","eClass":"EEnumLiteral"},{"name":"INTEGER","id":89,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"REAL","id":90,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"VARIATION_POINT","id":91,"value":0,"literal":"vp","eClass":"EEnumLiteral"},{"name":"ENUMERATED_CONTROL_VARIABLE","id":92,"value":1,"literal":"ecv","eClass":"EEnumLiteral"},{"name":"NUMERIC_CONTROL_VARIABLE","id":93,"value":2,"literal":"ncv","eClass":"EEnumLiteral"},{"name":"AND","id":94,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":95,"value":1,"literal":"or","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":"goalModel","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"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":"goalModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"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":"configuration","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":"indicator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":118,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":119,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"filterRelations","lowerBound":0,"id":120,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"filterRelations","lowerBound":0,"id":121,"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":"internalId","changeable":false,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","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":"parameter","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"indicator","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"greaterThan","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fewerThan","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalTo","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addedTo","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"multipliedBy","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subtractedFrom","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"withinBoundsOf","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"incrementableIn","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createCopy","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"increment","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"vp","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"enumerated","unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EParameter"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relation","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"relation","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":"relation","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":22,"target":20},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":20},{"source":23,"target":30},{"source":23,"target":1},{"source":24,"target":1},{"source":24,"target":31},{"source":31,"target":1},{"source":31,"target":32},{"source":31,"target":24},{"source":32,"target":1},{"source":25,"target":16},{"source":25,"target":33},{"source":25,"target":1},{"source":33,"target":16},{"source":26,"target":1},{"source":26,"target":34},{"source":26,"target":1},{"source":26,"target":27},{"source":34,"target":1},{"source":27,"target":1},{"source":27,"target":35},{"source":27,"target":1},{"source":27,"target":26},{"source":35,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":44},{"source":41,"target":2},{"source":42,"target":11},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":11},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":5},{"source":46,"target":48},{"source":46,"target":3},{"source":46,"target":49},{"source":48,"target":5},{"source":47,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":54},{"source":52,"target":4},{"source":53,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":55},{"source":5,"target":49},{"source":5,"target":56},{"source":55,"target":5},{"source":55,"target":57},{"source":57,"target":1},{"source":57,"target":58},{"source":57,"target":55},{"source":58,"target":1},{"source":49,"target":3},{"source":49,"target":59},{"source":49,"target":5},{"source":49,"target":46},{"source":59,"target":3},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":60,"target":2},{"source":60,"target":64},{"source":60,"target":6},{"source":64,"target":2},{"source":61,"target":2},{"source":61,"target":65},{"source":61,"target":6},{"source":65,"target":2},{"source":62,"target":66},{"source":62,"target":6},{"source":63,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":67},{"source":67,"target":2},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":68},{"source":8,"target":69},{"source":68,"target":20},{"source":68,"target":70},{"source":68,"target":8},{"source":68,"target":71},{"source":70,"target":20},{"source":69,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":72},{"source":72,"target":4},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":73,"target":10},{"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":11},{"source":77,"target":11},{"source":78,"target":11},{"source":79,"target":11},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":12},{"source":82,"target":12},{"source":13,"target":0},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":83,"target":13},{"source":84,"target":13},{"source":85,"target":13},{"source":86,"target":13},{"source":87,"target":13},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":88,"target":14},{"source":89,"target":14},{"source":90,"target":14},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":91,"target":15},{"source":92,"target":15},{"source":93,"target":15},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":94,"target":16},{"source":95,"target":16},{"source":17,"target":0},{"source":17,"target":96},{"source":96,"target":20},{"source":96,"target":97},{"source":96,"target":17},{"source":96,"target":98},{"source":97,"target":20},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":99,"target":21},{"source":99,"target":101},{"source":99,"target":18},{"source":99,"target":102},{"source":101,"target":21},{"source":100,"target":20},{"source":100,"target":103},{"source":100,"target":18},{"source":100,"target":104},{"source":103,"target":20},{"source":19,"target":0},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":105,"target":6},{"source":105,"target":111},{"source":105,"target":19},{"source":111,"target":6},{"source":106,"target":21},{"source":106,"target":112},{"source":106,"target":19},{"source":112,"target":21},{"source":107,"target":113},{"source":107,"target":19},{"source":108,"target":114},{"source":108,"target":19},{"source":109,"target":12},{"source":109,"target":115},{"source":109,"target":19},{"source":115,"target":12},{"source":110,"target":116},{"source":110,"target":19},{"source":20,"target":0},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":20,"target":121},{"source":20,"target":71},{"source":20,"target":98},{"source":20,"target":122},{"source":20,"target":104},{"source":20,"target":123},{"source":117,"target":124},{"source":117,"target":20},{"source":118,"target":19},{"source":118,"target":125},{"source":118,"target":20},{"source":118,"target":126},{"source":125,"target":19},{"source":126,"target":6},{"source":126,"target":127},{"source":126,"target":118},{"source":127,"target":6},{"source":119,"target":19},{"source":119,"target":128},{"source":119,"target":20},{"source":119,"target":129},{"source":128,"target":19},{"source":129,"target":21},{"source":129,"target":130},{"source":129,"target":119},{"source":130,"target":21},{"source":120,"target":19},{"source":120,"target":131},{"source":120,"target":20},{"source":120,"target":132},{"source":120,"target":133},{"source":131,"target":19},{"source":132,"target":6},{"source":132,"target":134},{"source":132,"target":120},{"source":134,"target":6},{"source":133,"target":21},{"source":133,"target":135},{"source":133,"target":120},{"source":135,"target":21},{"source":121,"target":19},{"source":121,"target":136},{"source":121,"target":20},{"source":121,"target":137},{"source":121,"target":138},{"source":121,"target":139},{"source":136,"target":19},{"source":137,"target":6},{"source":137,"target":140},{"source":137,"target":121},{"source":140,"target":6},{"source":138,"target":21},{"source":138,"target":141},{"source":138,"target":121},{"source":141,"target":21},{"source":139,"target":142},{"source":139,"target":121},{"source":71,"target":8},{"source":71,"target":143},{"source":71,"target":20},{"source":71,"target":68},{"source":143,"target":8},{"source":98,"target":17},{"source":98,"target":144},{"source":98,"target":20},{"source":98,"target":96},{"source":144,"target":17},{"source":122,"target":145},{"source":122,"target":20},{"source":104,"target":18},{"source":104,"target":146},{"source":104,"target":20},{"source":104,"target":100},{"source":146,"target":18},{"source":123,"target":19},{"source":123,"target":147},{"source":123,"target":20},{"source":147,"target":19},{"source":21,"target":0},{"source":21,"target":148},{"source":21,"target":149},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":102},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":148,"target":162},{"source":148,"target":21},{"source":148,"target":163},{"source":163,"target":164},{"source":163,"target":148},{"source":149,"target":165},{"source":149,"target":21},{"source":149,"target":166},{"source":166,"target":167},{"source":166,"target":149},{"source":150,"target":168},{"source":150,"target":21},{"source":150,"target":169},{"source":169,"target":170},{"source":169,"target":150},{"source":151,"target":171},{"source":151,"target":21},{"source":151,"target":172},{"source":172,"target":173},{"source":172,"target":151},{"source":152,"target":174},{"source":152,"target":21},{"source":152,"target":175},{"source":175,"target":176},{"source":175,"target":152},{"source":153,"target":177},{"source":153,"target":21},{"source":153,"target":178},{"source":178,"target":179},{"source":178,"target":153},{"source":154,"target":180},{"source":154,"target":21},{"source":154,"target":181},{"source":181,"target":19},{"source":181,"target":182},{"source":181,"target":154},{"source":182,"target":19},{"source":155,"target":183},{"source":155,"target":21},{"source":155,"target":184},{"source":184,"target":19},{"source":184,"target":185},{"source":184,"target":155},{"source":185,"target":19},{"source":156,"target":21},{"source":156,"target":186},{"source":156,"target":21},{"source":186,"target":21},{"source":157,"target":21},{"source":157,"target":187},{"source":157,"target":188},{"source":187,"target":19},{"source":187,"target":189},{"source":187,"target":157},{"source":189,"target":19},{"source":188,"target":190},{"source":188,"target":157},{"source":102,"target":18},{"source":102,"target":191},{"source":102,"target":21},{"source":102,"target":99},{"source":191,"target":18},{"source":158,"target":15},{"source":158,"target":192},{"source":158,"target":21},{"source":192,"target":15},{"source":159,"target":193},{"source":159,"target":21},{"source":160,"target":194},{"source":160,"target":21},{"source":161,"target":14},{"source":161,"target":195},{"source":161,"target":21},{"source":195,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="report" nsURI="http://eclipse.org/rcptt/sherlock/report" nsPrefix="org.eclipse.rcptt.sherlock.report"> <eClassifiers xsi:type="ecore:EClass" name="Report"> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//Node" containment="true" eOpposite="#//Node/report"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//EventSource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <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:EReference" name="children" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" 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="#//PropertyMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Node" eOpposite="#//Node/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="report" eType="#//Report" eOpposite="#//Report/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="snapshots" upperBound="-1" eType="#//Snaphot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//PropertyMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//EventSource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//EventKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventKind"> <eLiterals name="Info"/> <eLiterals name="Begin" value="1"/> <eLiterals name="End" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventSource"> <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="#//PropertyMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyMap" 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" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Snaphot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//PropertyMap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportBuilderStore"> <eStructuralFeatures xsi:type="ecore:EReference" name="report" eType="#//Report" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentNode" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Screenshot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ScreenshotKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScreenshotKind"> <eLiterals name="PNG"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceData"> <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="LoggingData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//LoggingCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LoggingCategory"> <eLiterals name="Default"/> <eLiterals name="Normal" value="1"/> <eLiterals name="Advanced" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ts391/Earthquake/watson/org.eclipse.rcptt.watson.core/model/report.ecore
ecore
report Report root sources ReportContainer content Node startTime endTime children events name properties parent report snapshots Event time properties data source kind color EventKind Info Info Begin Begin End End EventSource name properties PropertyMap java.util.Map$Entry java.util.Map$Entry key value Snaphot time properties data ReportBuilderStore report currentNode Screenshot data kind message ScreenshotKind PNG PNG TraceData message LoggingData text category LoggingCategory Default Default Normal Normal Advanced Advanced
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.rcptt.sherlock.report","nsURI":"http://eclipse.org/rcptt/sherlock/report","name":"report","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"PropertyMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Snaphot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportBuilderStore","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Screenshot","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScreenshotKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceData","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoggingData","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LoggingCategory","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","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":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":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":"snapshots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","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":"properties","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":true,"unsettable":false,"transient":false,"unique":true,"name":"data","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"color","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"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"Info","id":51,"value":0,"literal":"Info","eClass":"EEnumLiteral"},{"name":"Begin","id":52,"value":1,"literal":"Begin","eClass":"EEnumLiteral"},{"name":"End","id":53,"value":2,"literal":"End","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":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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":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":"properties","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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":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":"message","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"name":"PNG","id":78,"value":0,"literal":"PNG","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":"message","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"name":"Default","id":85,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Normal","id":86,"value":1,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"Advanced","id":87,"value":2,"literal":"Advanced","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":3},{"source":15,"target":17},{"source":15,"target":1},{"source":15,"target":18},{"source":17,"target":3},{"source":16,"target":6},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":6},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":18},{"source":3,"target":29},{"source":22,"target":30},{"source":22,"target":3},{"source":23,"target":31},{"source":23,"target":3},{"source":24,"target":3},{"source":24,"target":32},{"source":24,"target":3},{"source":24,"target":28},{"source":32,"target":3},{"source":25,"target":4},{"source":25,"target":33},{"source":25,"target":3},{"source":33,"target":4},{"source":26,"target":34},{"source":26,"target":3},{"source":27,"target":7},{"source":27,"target":35},{"source":27,"target":3},{"source":35,"target":7},{"source":28,"target":3},{"source":28,"target":36},{"source":28,"target":3},{"source":28,"target":24},{"source":36,"target":3},{"source":18,"target":1},{"source":18,"target":37},{"source":18,"target":3},{"source":18,"target":15},{"source":37,"target":1},{"source":29,"target":8},{"source":29,"target":38},{"source":29,"target":3},{"source":38,"target":8},{"source":4,"target":0},{"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":39,"target":45},{"source":39,"target":4},{"source":40,"target":7},{"source":40,"target":46},{"source":40,"target":4},{"source":46,"target":7},{"source":41,"target":47},{"source":41,"target":4},{"source":42,"target":6},{"source":42,"target":48},{"source":42,"target":4},{"source":48,"target":6},{"source":43,"target":5},{"source":43,"target":49},{"source":43,"target":4},{"source":49,"target":5},{"source":44,"target":50},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":51,"target":5},{"source":52,"target":5},{"source":53,"target":5},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":56},{"source":54,"target":6},{"source":55,"target":7},{"source":55,"target":57},{"source":55,"target":6},{"source":57,"target":7},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":58,"target":60},{"source":58,"target":7},{"source":59,"target":61},{"source":59,"target":7},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":7},{"source":63,"target":66},{"source":63,"target":8},{"source":66,"target":7},{"source":64,"target":67},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":1},{"source":68,"target":70},{"source":68,"target":9},{"source":70,"target":1},{"source":69,"target":3},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":3},{"source":10,"target":0},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":72,"target":75},{"source":72,"target":10},{"source":73,"target":11},{"source":73,"target":76},{"source":73,"target":10},{"source":76,"target":11},{"source":74,"target":77},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":78},{"source":78,"target":11},{"source":12,"target":0},{"source":12,"target":79},{"source":79,"target":80},{"source":79,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":83},{"source":81,"target":13},{"source":82,"target":14},{"source":82,"target":84},{"source":82,"target":13},{"source":84,"target":14},{"source":14,"target":0},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":85,"target":14},{"source":86,"target":14},{"source":87,"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="tuscany" nsURI="http://tuscany.apache.org/xmlns/sca/1.0" nsPrefix="tuscany"> <eClassifiers xsi:type="ecore:EClass" name="AtomBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AtomBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CorbaBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" 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="host"/> </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="port" 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="port"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":9"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingAtom" upperBound="-2" eType="#//AtomBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.atom"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingCorba" upperBound="-2" eType="#//CorbaBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.corba"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingDWR" upperBound="-2" eType="#//DWRBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.dwr"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingGdata" upperBound="-2" eType="#//GDataBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.gdata"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingHttp" upperBound="-2" eType="#//HTTPBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.http"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingJSONRPC" upperBound="-2" eType="#//JSONRPCBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.jsonrpc"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingNotification" upperBound="-2" eType="#//NotificationBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.notification"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingRMI" upperBound="-2" eType="#//RMIBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.rmi"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingRSS" upperBound="-2" eType="#//RSSBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.rss"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationNode" upperBound="-2" eType="#//NodeImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.node"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationNotification" upperBound="-2" eType="#//NotificationImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.notification"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationOSGI" upperBound="-2" eType="#//OSGIImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.osgi"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationResource" upperBound="-2" eType="#//ResourceImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.resource"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationScript" upperBound="-2" eType="#//ScriptImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.script"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationWidget" upperBound="-2" eType="#//WidgetImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.widget"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationXQuery" upperBound="-2" eType="#//XQueryImplementation" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="implementation.xquery"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.osoa.org/xmlns/sca/1.0#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsBytes" upperBound="-2" eType="#//WireFormatJMSBytesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsBytes"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsObject" upperBound="-2" eType="#//WireFormatJMSObjectType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsObject"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsText" upperBound="-2" eType="#//WireFormatJMSTextType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="wireFormatJmsTextXML" upperBound="-2" eType="#//WireFormatJMSTextXMLType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wireFormat.jmsTextXML"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DWRBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DWRBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GDataBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GDataBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":5"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="password"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceType" 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="serviceType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="username"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":9"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTTPBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="HTTPBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JSONRPCBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="JSONRPCBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NodeImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composite" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="composite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NotificationBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationType" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="notificationType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ntm" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ntm"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NotificationImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OSGIImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OSGiImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RMIBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RMIBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="host"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="port"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="serviceName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RSSBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RSSBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ScriptImplementation"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="language"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="script" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="script"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WidgetImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSBytesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSBytesType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSObjectType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSTextType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSTextType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WireFormatJMSTextXMLType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WireFormatJMSTextXMLType"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XQueryImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_0.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="XQueryImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##targetNamespace"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="location"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/tuscany.ecore
ecore
tuscany AtomBinding any CorbaBinding any host id port anyAttribute DocumentRoot bindingAtom bindingCorba bindingDWR bindingGdata bindingHttp bindingJSONRPC bindingNotification bindingRMI bindingRSS implementationNode implementationNotification implementationOSGI implementationResource implementationScript implementationWidget implementationXQuery wireFormatJmsBytes wireFormatJmsObject wireFormatJmsText wireFormatJmsTextXML DWRBinding GDataBinding any password serviceType username anyAttribute HTTPBinding any JSONRPCBinding any NodeImplementation any composite uri NotificationBinding any notificationType ntm NotificationImplementation any name OSGIImplementation any anyAttribute ResourceImplementation any location RMIBinding host port serviceName anyAttribute RSSBinding any ScriptImplementation mixed any language script WidgetImplementation any location WireFormatJMSBytesType WireFormatJMSObjectType WireFormatJMSTextType WireFormatJMSTextXMLType XQueryImplementation any location
null
{"directed":true,"nodes":[{"nsPrefix":"tuscany","nsURI":"http://tuscany.apache.org/xmlns/sca/1.0","name":"tuscany","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomBinding","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DWRBinding","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDataBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTPBinding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JSONRPCBinding","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeImplementation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationImplementation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSGIImplementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceImplementation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RMIBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RSSBinding","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptImplementation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetImplementation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSBytesType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSObjectType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSTextType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WireFormatJMSTextXMLType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XQueryImplementation","instanceClass":null,"abstract":false,"id":21,"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"port","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":"bindingAtom","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bindingCorba","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":"bindingDWR","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":"bindingGdata","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":"bindingHttp","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":"bindingJSONRPC","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":"bindingNotification","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":"bindingRMI","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":"bindingRSS","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationNode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"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":"implementationNotification","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationOSGI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationScript","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationWidget","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationXQuery","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsBytes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"wireFormatJmsTextXML","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":true},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":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":"password","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceType","changeable":true,"lowerBound":1,"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":"username","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"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":"composite","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notificationType","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":"ntm","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":136,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":137,"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":"language","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":"script","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":22,"target":24},{"source":22,"target":1},{"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":31},{"source":25,"target":2},{"source":26,"target":32},{"source":26,"target":2},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":34},{"source":28,"target":2},{"source":29,"target":35},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":36,"target":1},{"source":36,"target":57},{"source":36,"target":3},{"source":57,"target":1},{"source":37,"target":2},{"source":37,"target":58},{"source":37,"target":3},{"source":58,"target":2},{"source":38,"target":4},{"source":38,"target":59},{"source":38,"target":3},{"source":59,"target":4},{"source":39,"target":5},{"source":39,"target":60},{"source":39,"target":3},{"source":60,"target":5},{"source":40,"target":6},{"source":40,"target":61},{"source":40,"target":3},{"source":61,"target":6},{"source":41,"target":7},{"source":41,"target":62},{"source":41,"target":3},{"source":62,"target":7},{"source":42,"target":9},{"source":42,"target":63},{"source":42,"target":3},{"source":63,"target":9},{"source":43,"target":13},{"source":43,"target":64},{"source":43,"target":3},{"source":64,"target":13},{"source":44,"target":14},{"source":44,"target":65},{"source":44,"target":3},{"source":65,"target":14},{"source":45,"target":8},{"source":45,"target":66},{"source":45,"target":3},{"source":66,"target":8},{"source":46,"target":10},{"source":46,"target":67},{"source":46,"target":3},{"source":67,"target":10},{"source":47,"target":11},{"source":47,"target":68},{"source":47,"target":3},{"source":68,"target":11},{"source":48,"target":12},{"source":48,"target":69},{"source":48,"target":3},{"source":69,"target":12},{"source":49,"target":15},{"source":49,"target":70},{"source":49,"target":3},{"source":70,"target":15},{"source":50,"target":16},{"source":50,"target":71},{"source":50,"target":3},{"source":71,"target":16},{"source":51,"target":21},{"source":51,"target":72},{"source":51,"target":3},{"source":72,"target":21},{"source":52,"target":17},{"source":52,"target":73},{"source":52,"target":3},{"source":73,"target":17},{"source":53,"target":18},{"source":53,"target":74},{"source":53,"target":3},{"source":74,"target":18},{"source":54,"target":19},{"source":54,"target":75},{"source":54,"target":3},{"source":75,"target":19},{"source":55,"target":20},{"source":55,"target":76},{"source":55,"target":3},{"source":76,"target":20},{"source":4,"target":0},{"source":4,"target":77},{"source":5,"target":0},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":78,"target":84},{"source":78,"target":5},{"source":79,"target":85},{"source":79,"target":5},{"source":80,"target":86},{"source":80,"target":5},{"source":81,"target":87},{"source":81,"target":5},{"source":82,"target":88},{"source":82,"target":5},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":89,"target":91},{"source":89,"target":6},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":92,"target":94},{"source":92,"target":7},{"source":8,"target":0},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":95,"target":99},{"source":95,"target":8},{"source":96,"target":100},{"source":96,"target":8},{"source":97,"target":101},{"source":97,"target":8},{"source":9,"target":0},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":102,"target":106},{"source":102,"target":9},{"source":103,"target":107},{"source":103,"target":9},{"source":104,"target":108},{"source":104,"target":9},{"source":10,"target":0},{"source":10,"target":109},{"source":10,"target":110},{"source":10,"target":111},{"source":109,"target":112},{"source":109,"target":10},{"source":110,"target":113},{"source":110,"target":10},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":114,"target":117},{"source":114,"target":11},{"source":115,"target":118},{"source":115,"target":11},{"source":12,"target":0},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":119,"target":122},{"source":119,"target":12},{"source":120,"target":123},{"source":120,"target":12},{"source":13,"target":0},{"source":13,"target":124},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":124,"target":129},{"source":124,"target":13},{"source":125,"target":130},{"source":125,"target":13},{"source":126,"target":131},{"source":126,"target":13},{"source":127,"target":132},{"source":127,"target":13},{"source":14,"target":0},{"source":14,"target":133},{"source":14,"target":134},{"source":133,"target":135},{"source":133,"target":14},{"source":15,"target":0},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":136,"target":141},{"source":136,"target":15},{"source":137,"target":142},{"source":137,"target":15},{"source":138,"target":143},{"source":138,"target":15},{"source":139,"target":144},{"source":139,"target":15},{"source":16,"target":0},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":145,"target":148},{"source":145,"target":16},{"source":146,"target":149},{"source":146,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":150,"target":153},{"source":150,"target":21},{"source":151,"target":154},{"source":151,"target":21}],"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="eresource" nsURI="http://www.eclipse.org/emf/CDO/Eresource/4.0.0" nsPrefix="eresource"> <eClassifiers xsi:type="ecore:EClass" name="CDOResourceNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="#//CDOResourceFolder" eOpposite="#//CDOResourceFolder/nodes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="VARCHAR"/> <details key="columnLength" value="255"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDOResourceFolder" eSuperTypes="#//CDOResourceNode"> <eOperations name="addResourceFolder" eType="#//CDOResourceFolder"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addResource" eType="#//CDOResource"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addTextResource" eType="#//CDOTextResource"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addBinaryResource" eType="#//CDOBinaryResource"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//CDOResourceNode" containment="true" resolveProxies="false" eOpposite="#//CDOResourceNode/folder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDOResource" eSuperTypes="#//CDOResourceLeaf"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceSet" eType="#//ResourceSet" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" eType="#//URI" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loaded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trackingModification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errors" upperBound="-1" eType="#//Diagnostic" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="warnings" upperBound="-1" eType="#//Diagnostic" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="Diagnostic" instanceClassName="org.eclipse.emf.ecore.resource.Resource$Diagnostic" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="CDOResourceLeaf" abstract="true" eSuperTypes="#//CDOResourceNode"/> <eClassifiers xsi:type="ecore:EClass" name="CDOFileResource" abstract="true" eSuperTypes="#//CDOResourceLeaf"> <eTypeParameters name="IO"/> <eOperations name="getContents" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType etypes.ecore#//Lob"> <eTypeArguments eTypeParameter="#//CDOFileResource/IO"/> </eGenericType> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDOBinaryResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" lowerBound="1" eType="ecore:EDataType etypes.ecore#//Blob" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/CDO"> <details key="persistent" value="true"/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//CDOFileResource"> <eTypeArguments eClassifier="ecore:EDataType etypes.ecore#//InputStream"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDOTextResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" lowerBound="1" eType="ecore:EDataType etypes.ecore#//Clob" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/CDO"> <details key="persistent" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eGenericSuperTypes eClassifier="#//CDOFileResource"> <eTypeArguments eClassifier="ecore:EDataType etypes.ecore#//Reader"/> </eGenericSuperTypes> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/cdo/plugins/org.eclipse.emf.cdo/model/eresource.ecore
ecore
eresource CDOResourceNode folder name path CDOResourceFolder addResourceFolder name addResource name addTextResource name addBinaryResource name nodes CDOResource resourceSet uRI contents modified loaded true trackingModification errors warnings timeStamp ResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI Diagnostic org.eclipse.emf.ecore.resource.Resource$Diagnostic org.eclipse.emf.ecore.resource.Resource$Diagnostic CDOResourceLeaf CDOFileResource IO getContents CDOBinaryResource contents CDOTextResource contents encoding
null
{"directed":true,"nodes":[{"nsPrefix":"eresource","nsURI":"http://www.eclipse.org/emf/CDO/Eresource/4.0.0","name":"eresource","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOResourceNode","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOResourceFolder","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOResource","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"ResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":4,"serializable":false,"eClass":"EDataType"},{"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":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource$Diagnostic","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource$Diagnostic","name":"Diagnostic","instanceClass":"org.eclipse.emf.ecore.resource.Resource$Diagnostic","id":6,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOResourceLeaf","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOFileResource","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOBinaryResource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDOTextResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"folder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":true},{"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addResourceFolder","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addResource","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTextResource","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBinaryResource","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"unique":true,"name":"resourceSet","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"uRI","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"contents","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"modified","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"loaded","changeable":false,"lowerBound":0,"iD":false,"id":40,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"trackingModification","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"errors","changeable":false,"lowerBound":0,"iD":false,"id":42,"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":"warnings","changeable":false,"lowerBound":0,"iD":false,"id":43,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"timeStamp","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"},{"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"},{"name":"IO","id":56,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContents","lowerBound":1,"id":57,"many":false,"required":true,"eClass":"EOperation"},{"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":true,"unique":true,"name":"contents","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"contents","changeable":true,"lowerBound":1,"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":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2},{"source":11,"target":14},{"source":11,"target":1},{"source":11,"target":15},{"source":14,"target":2},{"source":12,"target":16},{"source":12,"target":1},{"source":13,"target":17},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":15},{"source":2,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":2},{"source":24,"target":25},{"source":24,"target":18},{"source":19,"target":3},{"source":19,"target":26},{"source":19,"target":2},{"source":19,"target":27},{"source":26,"target":3},{"source":27,"target":28},{"source":27,"target":19},{"source":20,"target":10},{"source":20,"target":29},{"source":20,"target":2},{"source":20,"target":30},{"source":29,"target":10},{"source":30,"target":31},{"source":30,"target":20},{"source":21,"target":9},{"source":21,"target":32},{"source":21,"target":2},{"source":21,"target":33},{"source":32,"target":9},{"source":33,"target":34},{"source":33,"target":21},{"source":15,"target":1},{"source":15,"target":35},{"source":15,"target":2},{"source":15,"target":11},{"source":35,"target":1},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":36,"target":4},{"source":36,"target":46},{"source":36,"target":3},{"source":46,"target":4},{"source":37,"target":5},{"source":37,"target":47},{"source":37,"target":3},{"source":47,"target":5},{"source":38,"target":48},{"source":38,"target":3},{"source":39,"target":49},{"source":39,"target":3},{"source":40,"target":50},{"source":40,"target":3},{"source":41,"target":51},{"source":41,"target":3},{"source":42,"target":6},{"source":42,"target":52},{"source":42,"target":3},{"source":52,"target":6},{"source":43,"target":6},{"source":43,"target":53},{"source":43,"target":3},{"source":53,"target":6},{"source":44,"target":54},{"source":44,"target":3},{"source":45,"target":7},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":55},{"source":55,"target":1},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":7},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":60},{"source":60,"target":56},{"source":58,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":64},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":65,"target":68},{"source":65,"target":10},{"source":66,"target":69},{"source":66,"target":10},{"source":67,"target":70},{"source":67,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="trc" nsURI="http://fr.tpt.aadl.ramses.transformation/TRC/1.0" nsPrefix="trc"> <eClassifiers xsi:type="ecore:EClass" name="TrcSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationList" lowerBound="1" eType="#//TransformationList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencyList" lowerBound="1" eType="#//TransformationDependencyList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleList" lowerBound="1" eType="#//ModuleList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationImpact" eSuperTypes="#//TransformationElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impactValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityAttributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <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:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//trcRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="impacts" upperBound="-1" eType="#//TransformationImpact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" lowerBound="1" upperBound="-1" eType="#//Module"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationDependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableId" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedTransformation" lowerBound="1" eType="#//Transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredTransformations" lowerBound="1" upperBound="-1" eType="#//AbstractRuleDependency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appliedRule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractRuleDependency" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RuleDependencyConjunction" eSuperTypes="#//RuleDependencyComposite"/> <eClassifiers xsi:type="ecore:EClass" name="RuleDependencyDisjunction" eSuperTypes="#//RuleDependencyComposite"/> <eClassifiers xsi:type="ecore:EClass" name="RuleDependency" eSuperTypes="#//AbstractRuleDependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldNames" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredTransformation" eType="#//Transformation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExclusion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleDependencyComposite" abstract="true" eSuperTypes="#//AbstractRuleDependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredTransformations" lowerBound="1" upperBound="-1" eType="#//AbstractRuleDependency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleList"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificationElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationList"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformations" lowerBound="1" upperBound="-1" eType="#//Transformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationDependencyList"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationDependencies" lowerBound="1" upperBound="-1" eType="#//TransformationDependency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="trcRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" eType="#//trcRule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ramses-project/ramses/model2model/fr.tpt.aadl.ramses.transformation.trc/metamodels/TRC.ecore
ecore
trc TrcSpecification transformationList dependencyList moduleList TransformationImpact impactValue qualityAttributeName Module name path rules Transformation impacts modules ruleName name TransformationDependency variableId appliedTransformation requiredTransformations appliedRule AbstractRuleDependency RuleDependencyConjunction RuleDependencyDisjunction RuleDependency variableId fieldNames requiredTransformation requiredRule isExclusion false RuleDependencyComposite requiredTransformations TransformationElement ModuleList modules SpecificationElement TransformationList transformations TransformationDependencyList transformationDependencies trcRule ruleName superRule isAbstract
null
{"directed":true,"nodes":[{"nsPrefix":"trc","nsURI":"http://fr.tpt.aadl.ramses.transformation/TRC/1.0","name":"trc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrcSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationImpact","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDependency","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractRuleDependency","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDependencyConjunction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDependencyDisjunction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDependency","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDependencyComposite","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleList","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificationElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationList","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDependencyList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"trcRule","instanceClass":null,"abstract":false,"id":16,"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":"transformationList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencyList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"impactValue","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributeName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"path","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"impacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"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":"ruleName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableId","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedTransformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"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":"requiredTransformations","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"appliedRule","changeable":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableId","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"fieldNames","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredTransformation","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":"requiredRule","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isExclusion","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredTransformations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationDependencies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleName","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":"superRule","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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":14},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":14},{"source":18,"target":15},{"source":18,"target":21},{"source":18,"target":1},{"source":21,"target":15},{"source":19,"target":12},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":12},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":27},{"source":24,"target":2},{"source":25,"target":11},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":16},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":16},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":2},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":2},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":41},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":4},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":4},{"source":44,"target":6},{"source":44,"target":48},{"source":44,"target":5},{"source":48,"target":6},{"source":45,"target":49},{"source":45,"target":5},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":50},{"source":50,"target":10},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":51},{"source":51,"target":10},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":52,"target":58},{"source":52,"target":9},{"source":53,"target":59},{"source":53,"target":9},{"source":54,"target":4},{"source":54,"target":60},{"source":54,"target":9},{"source":60,"target":4},{"source":55,"target":61},{"source":55,"target":9},{"source":56,"target":62},{"source":56,"target":9},{"source":57,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":6},{"source":63,"target":65},{"source":63,"target":10},{"source":65,"target":6},{"source":64,"target":6},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":66},{"source":66,"target":3},{"source":66,"target":67},{"source":66,"target":12},{"source":67,"target":3},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":68},{"source":68,"target":4},{"source":68,"target":69},{"source":68,"target":14},{"source":69,"target":4},{"source":15,"target":0},{"source":15,"target":70},{"source":70,"target":5},{"source":70,"target":71},{"source":70,"target":15},{"source":71,"target":5},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":16,"target":74},{"source":72,"target":75},{"source":72,"target":16},{"source":73,"target":16},{"source":73,"target":76},{"source":73,"target":16},{"source":76,"target":16},{"source":74,"target":77},{"source":74,"target":16}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass BPMN20.ecore#//BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/logicalhacking/SecureBPMN/designer/src/org.activiti.designer.model/model/BPMNDI.ecore
ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
null
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
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" xmi:id="RDBMS" name="RDBMS" nsURI="RDBMS" nsPrefix="rdbms"> <eClassifiers xsi:type="ecore:EClass" name="Scheme"> <eOperations name="setName"> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addTable"> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="remTable"> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="New"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table" containment="true" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table/scheme"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" upperBound="-1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//FKey" containment="true" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//FKey/scheme"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eAnnotations source="echo/Gen"> <details key="gen_linear" value="self.columns->one(x | true)"/> <details key="gen_linear" value="self.columns->forAll(x | x.name = self.name)"/> </eAnnotations> <eOperations name="setName"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="post_a" value="self.name = n"/> </eAnnotations> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addColumn"> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="remColumn"> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//PKey" containment="true" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//PKey/table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Column" containment="true" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheme" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Scheme" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Scheme/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//PKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eOperations name="setName"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="post_a" value="self.name = n"/> </eAnnotations> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setTable"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="post_a" value="self.table.name = n"/> </eAnnotations> <eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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="table" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table/columns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//PKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheme" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Scheme" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Scheme/keys"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="ecore:EClass /pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table" eOpposite="/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore#//Table/key"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/haslab/echo/examples/pt.uminho.haslab.echo.examples/metamodels/uml2rdbms_keys/RDBMS.ecore
ecore
RDBMS Scheme setName n addTable n remTable n name New tables keys Table setName n addColumn n remColumn n key name columns scheme key Column setName n setTable n name table FKey refersTo column scheme PKey column table
null
{"directed":true,"nodes":[{"nsPrefix":"rdbms","nsURI":"RDBMS","name":"RDBMS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scheme","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTable","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remTable","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"New","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"New","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EParameter"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addColumn","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remColumn","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EParameter"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTable","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scheme","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":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":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":6,"target":1},{"source":6,"target":12},{"source":12,"target":13},{"source":12,"target":6},{"source":7,"target":1},{"source":7,"target":14},{"source":14,"target":15},{"source":14,"target":7},{"source":8,"target":1},{"source":8,"target":16},{"source":16,"target":17},{"source":16,"target":8},{"source":9,"target":18},{"source":9,"target":1},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":21,"target":2},{"source":21,"target":29},{"source":29,"target":30},{"source":29,"target":21},{"source":22,"target":2},{"source":22,"target":31},{"source":31,"target":32},{"source":31,"target":22},{"source":23,"target":2},{"source":23,"target":33},{"source":33,"target":34},{"source":33,"target":23},{"source":24,"target":35},{"source":24,"target":2},{"source":25,"target":36},{"source":25,"target":2},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":38},{"source":27,"target":2},{"source":28,"target":39},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":40,"target":3},{"source":40,"target":44},{"source":44,"target":45},{"source":44,"target":40},{"source":41,"target":3},{"source":41,"target":46},{"source":46,"target":47},{"source":46,"target":41},{"source":42,"target":48},{"source":42,"target":3},{"source":43,"target":49},{"source":43,"target":3},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":50,"target":53},{"source":50,"target":4},{"source":51,"target":54},{"source":51,"target":4},{"source":52,"target":55},{"source":52,"target":4},{"source":5,"target":0},{"source":5,"target":56},{"source":5,"target":57},{"source":56,"target":58},{"source":56,"target":5},{"source":57,"target":59},{"source":57,"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="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" containment="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumValueDescrField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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" 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> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedSemanticElement" ordered="false" lowerBound="1" eType="#//SemanticElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumExtResolverUri" 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"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <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"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleLeftToRight" 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> <eStructuralFeatures xsi:type="ecore:EReference" name="rightDatatype" eType="#//MDMIDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="leftDatatype" eType="#//MDMIDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//MessageGroup"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/MDMI/mdmiecore/plugins/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 enumValueField enumValueDescrField 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 relatedSemanticElement 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 enumExtResolverUri 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":true,"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},{"ordered":true,"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":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumValueDescrField","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"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":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"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":214,"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"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":220,"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":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"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":225,"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":226,"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":227,"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":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"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":234,"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":235,"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":236,"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":237,"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":238,"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":239,"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":240,"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":241,"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":242,"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":"relatedSemanticElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":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":256,"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":257,"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":258,"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":259,"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":260,"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":261,"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":262,"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":263,"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":264,"derived":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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":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":280,"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":281,"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":282,"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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":289,"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"businessElement","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"rule","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":299,"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":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":"ruleExpressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":301,"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":"enumExtResolverUri","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addBusinessElement","lowerBound":0,"id":307,"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":308,"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":309,"derived":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":310,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"businessElementReference","lowerBound":1,"id":311,"many":false,"required":true,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"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":322,"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":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":"keywordValue","changeable":true,"lowerBound":0,"iD":false,"id":324,"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"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":331,"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":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadonly","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":"typeSpec","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":"restriction","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"name":"NORMAL","id":343,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"COMPUTED","id":344,"value":1,"literal":"COMPUTED","eClass":"EEnumLiteral"},{"name":"LOCAL","id":345,"value":2,"literal":"LOCAL","eClass":"EEnumLiteral"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":1,"id":347,"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":351,"many":false,"required":true,"eClass":"EParameter"},{"id":352,"eClass":"EGenericType"},{"id":353,"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":354,"derived":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":355,"derived":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":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"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":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"},{"container":false,"ordered":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":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getField","lowerBound":1,"id":368,"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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":372,"many":false,"required":true,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"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":378,"derived":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":379,"derived":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":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isomorphicRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isomorphicLeftToRight","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleLeftToRight","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightDatatype","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":"leftDatatype","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":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":10,"target":185},{"source":10,"target":186},{"source":166,"target":187},{"source":166,"target":10},{"source":167,"target":188},{"source":167,"target":10},{"source":168,"target":189},{"source":168,"target":10},{"source":169,"target":23},{"source":169,"target":190},{"source":169,"target":10},{"source":190,"target":23},{"source":170,"target":191},{"source":170,"target":10},{"source":171,"target":11},{"source":171,"target":192},{"source":171,"target":10},{"source":171,"target":193},{"source":192,"target":11},{"source":163,"target":9},{"source":163,"target":194},{"source":163,"target":10},{"source":163,"target":155},{"source":194,"target":9},{"source":172,"target":13},{"source":172,"target":195},{"source":172,"target":10},{"source":172,"target":196},{"source":195,"target":13},{"source":150,"target":8},{"source":150,"target":197},{"source":150,"target":10},{"source":150,"target":142},{"source":197,"target":8},{"source":173,"target":14},{"source":173,"target":198},{"source":173,"target":10},{"source":198,"target":14},{"source":174,"target":199},{"source":174,"target":10},{"source":175,"target":17},{"source":175,"target":200},{"source":175,"target":10},{"source":200,"target":17},{"source":176,"target":201},{"source":176,"target":10},{"source":177,"target":202},{"source":177,"target":10},{"source":178,"target":21},{"source":178,"target":203},{"source":178,"target":10},{"source":203,"target":21},{"source":179,"target":21},{"source":179,"target":204},{"source":179,"target":10},{"source":204,"target":21},{"source":180,"target":18},{"source":180,"target":205},{"source":180,"target":10},{"source":205,"target":18},{"source":181,"target":10},{"source":181,"target":206},{"source":181,"target":10},{"source":181,"target":182},{"source":206,"target":10},{"source":182,"target":10},{"source":182,"target":207},{"source":182,"target":10},{"source":182,"target":181},{"source":207,"target":10},{"source":78,"target":3},{"source":78,"target":208},{"source":78,"target":10},{"source":78,"target":67},{"source":208,"target":3},{"source":183,"target":21},{"source":183,"target":209},{"source":183,"target":10},{"source":209,"target":21},{"source":184,"target":22},{"source":184,"target":210},{"source":184,"target":10},{"source":184,"target":211},{"source":210,"target":22},{"source":185,"target":212},{"source":185,"target":10},{"source":186,"target":213},{"source":186,"target":10},{"source":11,"target":0},{"source":11,"target":214},{"source":11,"target":193},{"source":11,"target":165},{"source":11,"target":215},{"source":214,"target":216},{"source":214,"target":11},{"source":193,"target":10},{"source":193,"target":217},{"source":193,"target":11},{"source":193,"target":171},{"source":217,"target":10},{"source":165,"target":9},{"source":165,"target":218},{"source":165,"target":11},{"source":165,"target":156},{"source":218,"target":9},{"source":215,"target":219},{"source":215,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":220},{"source":12,"target":221},{"source":12,"target":222},{"source":220,"target":12},{"source":220,"target":223},{"source":220,"target":12},{"source":220,"target":221},{"source":223,"target":12},{"source":221,"target":12},{"source":221,"target":224},{"source":221,"target":12},{"source":221,"target":220},{"source":224,"target":12},{"source":222,"target":11},{"source":13,"target":0},{"source":13,"target":225},{"source":13,"target":226},{"source":13,"target":227},{"source":13,"target":228},{"source":13,"target":196},{"source":225,"target":229},{"source":225,"target":13},{"source":226,"target":230},{"source":226,"target":13},{"source":227,"target":231},{"source":227,"target":13},{"source":228,"target":232},{"source":228,"target":13},{"source":196,"target":10},{"source":196,"target":233},{"source":196,"target":13},{"source":196,"target":172},{"source":233,"target":10},{"source":14,"target":0},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":14,"target":239},{"source":14,"target":240},{"source":14,"target":241},{"source":14,"target":242},{"source":14,"target":243},{"source":234,"target":244},{"source":234,"target":14},{"source":235,"target":245},{"source":235,"target":14},{"source":236,"target":246},{"source":236,"target":14},{"source":237,"target":247},{"source":237,"target":14},{"source":238,"target":10},{"source":238,"target":248},{"source":238,"target":14},{"source":248,"target":10},{"source":239,"target":249},{"source":239,"target":14},{"source":240,"target":250},{"source":240,"target":14},{"source":241,"target":251},{"source":241,"target":14},{"source":242,"target":252},{"source":242,"target":14},{"source":243,"target":10},{"source":243,"target":253},{"source":243,"target":14},{"source":253,"target":10},{"source":15,"target":0},{"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":15,"target":260},{"source":15,"target":261},{"source":15,"target":262},{"source":15,"target":263},{"source":15,"target":264},{"source":15,"target":265},{"source":254,"target":266},{"source":254,"target":15},{"source":255,"target":267},{"source":255,"target":15},{"source":256,"target":25},{"source":256,"target":268},{"source":256,"target":15},{"source":268,"target":25},{"source":257,"target":269},{"source":257,"target":15},{"source":258,"target":16},{"source":258,"target":270},{"source":258,"target":15},{"source":258,"target":271},{"source":270,"target":16},{"source":259,"target":20},{"source":259,"target":272},{"source":259,"target":15},{"source":259,"target":273},{"source":272,"target":20},{"source":260,"target":23},{"source":260,"target":274},{"source":260,"target":15},{"source":274,"target":23},{"source":261,"target":275},{"source":261,"target":15},{"source":262,"target":276},{"source":262,"target":15},{"source":263,"target":277},{"source":263,"target":15},{"source":264,"target":278},{"source":264,"target":15},{"source":265,"target":279},{"source":265,"target":15},{"source":16,"target":0},{"source":16,"target":280},{"source":16,"target":281},{"source":16,"target":282},{"source":16,"target":283},{"source":16,"target":271},{"source":280,"target":284},{"source":280,"target":16},{"source":281,"target":285},{"source":281,"target":16},{"source":282,"target":286},{"source":282,"target":16},{"source":283,"target":287},{"source":283,"target":16},{"source":271,"target":15},{"source":271,"target":288},{"source":271,"target":16},{"source":271,"target":258},{"source":288,"target":15},{"source":17,"target":0},{"source":17,"target":19},{"source":17,"target":289},{"source":17,"target":290},{"source":17,"target":291},{"source":289,"target":15},{"source":289,"target":292},{"source":289,"target":17},{"source":292,"target":15},{"source":290,"target":293},{"source":290,"target":17},{"source":291,"target":19},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":294},{"source":18,"target":295},{"source":18,"target":296},{"source":294,"target":15},{"source":294,"target":297},{"source":294,"target":18},{"source":297,"target":15},{"source":295,"target":298},{"source":295,"target":18},{"source":296,"target":19},{"source":19,"target":0},{"source":19,"target":299},{"source":19,"target":300},{"source":19,"target":301},{"source":19,"target":302},{"source":299,"target":303},{"source":299,"target":19},{"source":300,"target":304},{"source":300,"target":19},{"source":301,"target":305},{"source":301,"target":19},{"source":302,"target":306},{"source":302,"target":19},{"source":20,"target":0},{"source":20,"target":307},{"source":20,"target":308},{"source":20,"target":309},{"source":20,"target":273},{"source":20,"target":310},{"source":20,"target":131},{"source":307,"target":20},{"source":307,"target":311},{"source":311,"target":15},{"source":311,"target":312},{"source":311,"target":307},{"source":312,"target":15},{"source":308,"target":313},{"source":308,"target":20},{"source":309,"target":314},{"source":309,"target":20},{"source":273,"target":15},{"source":273,"target":315},{"source":273,"target":20},{"source":273,"target":259},{"source":315,"target":15},{"source":310,"target":25},{"source":310,"target":316},{"source":310,"target":20},{"source":316,"target":25},{"source":131,"target":7},{"source":131,"target":317},{"source":131,"target":20},{"source":131,"target":110},{"source":317,"target":7},{"source":21,"target":0},{"source":21,"target":318},{"source":21,"target":319},{"source":318,"target":320},{"source":318,"target":21},{"source":319,"target":321},{"source":319,"target":21},{"source":22,"target":0},{"source":22,"target":322},{"source":22,"target":323},{"source":22,"target":324},{"source":22,"target":325},{"source":22,"target":211},{"source":322,"target":326},{"source":322,"target":22},{"source":323,"target":327},{"source":323,"target":22},{"source":324,"target":328},{"source":324,"target":22},{"source":325,"target":329},{"source":325,"target":22},{"source":211,"target":10},{"source":211,"target":330},{"source":211,"target":22},{"source":211,"target":184},{"source":330,"target":10},{"source":23,"target":0},{"source":23,"target":331},{"source":23,"target":332},{"source":23,"target":333},{"source":23,"target":334},{"source":23,"target":335},{"source":23,"target":336},{"source":331,"target":337},{"source":331,"target":23},{"source":332,"target":338},{"source":332,"target":23},{"source":333,"target":25},{"source":333,"target":339},{"source":333,"target":23},{"source":339,"target":25},{"source":334,"target":340},{"source":334,"target":23},{"source":335,"target":341},{"source":335,"target":23},{"source":336,"target":342},{"source":336,"target":23},{"source":24,"target":0},{"source":24,"target":343},{"source":24,"target":344},{"source":24,"target":345},{"source":343,"target":24},{"source":344,"target":24},{"source":345,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":346},{"source":346,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":347},{"source":27,"target":348},{"source":27,"target":349},{"source":347,"target":28},{"source":347,"target":350},{"source":347,"target":27},{"source":347,"target":351},{"source":350,"target":28},{"source":351,"target":352},{"source":351,"target":347},{"source":348,"target":28},{"source":348,"target":353},{"source":348,"target":27},{"source":353,"target":28},{"source":349,"target":23},{"source":28,"target":0},{"source":28,"target":354},{"source":28,"target":355},{"source":28,"target":356},{"source":28,"target":357},{"source":28,"target":358},{"source":354,"target":359},{"source":354,"target":28},{"source":355,"target":360},{"source":355,"target":28},{"source":356,"target":361},{"source":356,"target":28},{"source":357,"target":23},{"source":357,"target":362},{"source":357,"target":28},{"source":362,"target":23},{"source":358,"target":363},{"source":358,"target":28},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":364},{"source":364,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":365},{"source":30,"target":366},{"source":365,"target":23},{"source":365,"target":367},{"source":365,"target":30},{"source":367,"target":23},{"source":366,"target":26},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":368},{"source":31,"target":369},{"source":31,"target":370},{"source":368,"target":28},{"source":368,"target":371},{"source":368,"target":31},{"source":368,"target":372},{"source":371,"target":28},{"source":372,"target":373},{"source":372,"target":368},{"source":369,"target":28},{"source":369,"target":374},{"source":369,"target":31},{"source":374,"target":28},{"source":370,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":375},{"source":32,"target":376},{"source":375,"target":33},{"source":375,"target":377},{"source":375,"target":32},{"source":377,"target":33},{"source":376,"target":23},{"source":33,"target":0},{"source":33,"target":378},{"source":33,"target":379},{"source":33,"target":380},{"source":378,"target":381},{"source":378,"target":33},{"source":379,"target":382},{"source":379,"target":33},{"source":380,"target":383},{"source":380,"target":33},{"source":34,"target":0},{"source":34,"target":384},{"source":34,"target":385},{"source":34,"target":386},{"source":34,"target":387},{"source":34,"target":388},{"source":34,"target":389},{"source":34,"target":390},{"source":34,"target":391},{"source":34,"target":392},{"source":384,"target":393},{"source":384,"target":34},{"source":385,"target":394},{"source":385,"target":34},{"source":386,"target":395},{"source":386,"target":34},{"source":387,"target":396},{"source":387,"target":34},{"source":388,"target":397},{"source":388,"target":34},{"source":389,"target":398},{"source":389,"target":34},{"source":390,"target":23},{"source":390,"target":399},{"source":390,"target":34},{"source":399,"target":23},{"source":391,"target":23},{"source":391,"target":400},{"source":391,"target":34},{"source":400,"target":23},{"source":392,"target":7},{"source":392,"target":401},{"source":392,"target":34},{"source":401,"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="fsm" nsURI="http://fsm" nsPrefix="fsm"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eOperations name="run"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338092"/> </eAnnotations> </eOperations> <eOperations name="reset"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338093"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338094"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338095"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="//State"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338096"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="finalState" lowerBound="1" upperBound="-1" eType="//State"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338097"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eOperations name="step" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11491501338099"/> </eAnnotations> <eParameters name="c" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013380910"/> </eAnnotations> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//FSM" eOpposite="//FSM/ownedState"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013380911"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382412"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="//Transition" containment="true" eOpposite="//Transition/source"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382413"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382414"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eOperations name="fire" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382416"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransition"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382417"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransition"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382418"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382419"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="//String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382420"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMException"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382421"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonDeterminism" eSuperTypes="//FSMException"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382422"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoTransition" eSuperTypes="//FSMException"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382423"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoInitialStateException" eSuperTypes="//FSMException"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013382424"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="114915013384025"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/sintaks/sintaks_projects/org.kermeta.sintaks.samples/examples/MetaModels/fsm.ecore
ecore
fsm FSM run reset ownedState initialState currentState finalState transition State step c owningFSM name outgoingTransition incomingTransition Transition fire source target input output FSMException NonDeterminism NoTransition NoInitialStateException String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://fsm","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMException","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonDeterminism","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoTransition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoInitialStateException","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reset","lowerBound":0,"id":10,"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":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","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":false,"unsettable":false,"transient":false,"unique":true,"name":"finalState","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":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":0,"id":22,"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":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":"outgoingTransition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":35,"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":"input","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":"output","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":2},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":2},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":2},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":2},{"source":15,"target":3},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":17},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":8},{"source":22,"target":26},{"source":22,"target":2},{"source":22,"target":27},{"source":26,"target":8},{"source":27,"target":8},{"source":27,"target":28},{"source":27,"target":22},{"source":28,"target":8},{"source":17,"target":1},{"source":17,"target":29},{"source":17,"target":2},{"source":17,"target":11},{"source":29,"target":1},{"source":23,"target":8},{"source":23,"target":30},{"source":23,"target":2},{"source":30,"target":8},{"source":24,"target":3},{"source":24,"target":31},{"source":24,"target":2},{"source":24,"target":32},{"source":31,"target":3},{"source":25,"target":3},{"source":25,"target":33},{"source":25,"target":2},{"source":25,"target":34},{"source":33,"target":3},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":32},{"source":3,"target":34},{"source":3,"target":36},{"source":3,"target":37},{"source":35,"target":8},{"source":35,"target":38},{"source":35,"target":3},{"source":38,"target":8},{"source":32,"target":2},{"source":32,"target":39},{"source":32,"target":3},{"source":32,"target":24},{"source":39,"target":2},{"source":34,"target":2},{"source":34,"target":40},{"source":34,"target":3},{"source":34,"target":25},{"source":40,"target":2},{"source":36,"target":8},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":8},{"source":37,"target":8},{"source":37,"target":42},{"source":37,"target":3},{"source":42,"target":8},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":43,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":44},{"source":44,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":45},{"source":45,"target":4},{"source":8,"target":0}],"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="SpreadsheetMLPrintingSetup"> <eClassifiers xsi:type="ecore:EClass" name="DateTimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="n" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nn" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="vt_data" ordered="false" lowerBound="1" eType="/0/Data" eOpposite="/0/Data/value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeTypeValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/DateTimeType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorValue" eSuperTypes="/0/ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="dp_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_docProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastAuthor" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manager" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hyperlinkBase" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationFormat" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guid" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" ordered="false" eType="/0/VersionType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastPrinted" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="created" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastSaved" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="words" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characters" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charactersWithSpaces" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bytes" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraphs" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="cdp_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_customDocProperties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperties" ordered="false" lowerBound="1" upperBound="-1" eType="/0/CustomDocumentProperty" containment="true" eOpposite="/0/CustomDocumentProperty/customDocumentProperty_cdpe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperty_cdpe" ordered="false" lowerBound="1" eType="/0/CustomDocumentPropertiesCollection" eOpposite="/0/CustomDocumentPropertiesCollection/customDocumentProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/ValueType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagType"> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagType_ste" ordered="false" lowerBound="1" eType="/0/SmartTagsCollection" eOpposite="/0/SmartTagsCollection/smartTagTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceuri" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagsCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="st_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_smartTags"/> <eStructuralFeatures xsi:type="ecore:EReference" name="st_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_smartTags"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagTypes" ordered="false" upperBound="-1" eType="/0/SmartTagType" containment="true" eOpposite="/0/SmartTagType/smartTagType_ste"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workbook"> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_smartTags" ordered="false" eType="/0/SmartTagsCollection" containment="true" eOpposite="/0/SmartTagsCollection/st_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_docProperties" ordered="false" eType="/0/DocumentPropertiesCollection" containment="true" eOpposite="/0/DocumentPropertiesCollection/dp_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_customDocProperties" ordered="false" eType="/0/CustomDocumentPropertiesCollection" containment="true" eOpposite="/0/CustomDocumentPropertiesCollection/cdp_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_excelWorkbook" ordered="false" eType="/0/ExcelWorkbook" containment="true" eOpposite="/0/ExcelWorkbook/ew_workbook"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb_worksheets" ordered="false" upperBound="-1" eType="/0/Worksheet" containment="true" eOpposite="/0/Worksheet/ws_workbook"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Worksheet"> <eStructuralFeatures xsi:type="ecore:EReference" name="ws_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_worksheets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ws_table" ordered="false" eType="/0/Table" containment="true" eOpposite="/0/Table/t_worksheet"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightToLeft" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="w_worksheetOptions" ordered="false" eType="/0/WorksheetOptionsElt" containment="true" eOpposite="/0/WorksheetOptionsElt/wo_worksheet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyledElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/0/StyledElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="t_worksheet" ordered="false" lowerBound="1" eType="/0/Worksheet" eOpposite="/0/Worksheet/ws_table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_cols" upperBound="-1" eType="/0/Column" containment="true" eOpposite="/0/Column/c_table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_rows" upperBound="-1" eType="/0/Row" containment="true" eOpposite="/0/Row/r_table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColumnWidth" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRowHeight" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandedColumnCount" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandedRowCount" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftCell" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topCell" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullColumns" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullRows" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElement" abstract="true" eSuperTypes="/0/StyledElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColOrRowElement" abstract="true" eSuperTypes="/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="span" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="/0/ColOrRowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_table" ordered="false" lowerBound="1" eType="/0/Table" eOpposite="/0/Table/t_cols"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoFitWidth" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="/0/ColOrRowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="r_table" ordered="false" lowerBound="1" eType="/0/Table" eOpposite="/0/Table/t_rows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r_cells" upperBound="-1" eType="/0/Cell" containment="true" eOpposite="/0/Cell/c_row"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoFitHeight" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell" eSuperTypes="/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_smartTags" ordered="false" upperBound="-1" eType="/0/SmartTagsCollection" containment="true" eOpposite="/0/SmartTagsCollection/st_cell"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_row" ordered="false" lowerBound="1" eType="/0/Row" eOpposite="/0/Row/r_cells"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayRange" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hRef" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeAcross" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeDown" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_data" ordered="false" eType="/0/Data" containment="true" eOpposite="/0/Data/d_cell"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c_comment" ordered="false" eType="/0/Comment" containment="true" eOpposite="/0/Comment/c_cell"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="c_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="com_data" ordered="false" lowerBound="1" eType="/0/Data" containment="true" eOpposite="/0/Data/d_comment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAlways" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Data"> <eStructuralFeatures xsi:type="ecore:EReference" name="d_cell" ordered="false" lowerBound="1" eType="/0/Cell" eOpposite="/0/Cell/c_data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d_comment" ordered="false" lowerBound="1" eType="/0/Comment" eOpposite="/0/Comment/com_data"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/ValueType" containment="true" eOpposite="/0/ValueType/vt_data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExcelWorkbook"> <eStructuralFeatures xsi:type="ecore:EReference" name="ew_workbook" ordered="false" lowerBound="1" eType="/0/Workbook" eOpposite="/0/Workbook/wb_excelWorkbook"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectedSheets" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowHidden" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideHorizontalScrollBar" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideVerticalScrollBar" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideWorkbookTabs" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowHeight" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowWidth" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTopX" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowTopY" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeSheet" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeChart" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstVisibleSheet" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidePivotTableFieldList" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectStructure" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectWindows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayInkNotes" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embedSaveSmartTags" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="futureVer" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabRatio" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowIconic" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayDrawingObjects" ordered="false" unique="false" eType="/0/DisplayDrawingObjectsType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createBackup" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calculation" ordered="false" unique="false" eType="/0/CalculationWorkbookType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotCalculateBeforeSave" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date1904" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refModeR1C1" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iteration" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxIterations" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxChange" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precisionAsDisplayed" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotSaveLinkValues" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAutoRecover" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptLabelsInFormulas" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uncalced" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DisplayDrawingObjectsType"> <eLiterals name="ddot_displayShapes" value="1"/> <eLiterals name="ddot_placeHolders" value="2"/> <eLiterals name="ddot_hideAll" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CalculationWorkbookType"> <eLiterals name="cwt_automaticCalculation" value="1"/> <eLiterals name="cwt_manualCalculation" value="2"/> <eLiterals name="cwt_semiAutomaticCalculation" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorksheetOptionsElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_worksheet" ordered="false" lowerBound="1" eType="/0/Worksheet" eOpposite="/0/Worksheet/w_worksheetOptions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitToPage" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayColHeaders" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayRowHeaders" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlineColor" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excelWorksheetType" ordered="false" unique="false" eType="/0/ExcelWorksheetTypeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intlMacro" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsynced" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayPageBreak" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transitionExpressionEvaluation" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transitionFormulaEntry" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoom" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageBreakZoom" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showPageBreakZoom" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRowHeight" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColumnWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" ordered="false" unique="false" eType="/0/VisibleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftColumnVisible" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayRightToLeft" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlineColorIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayFormulas" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayGridlines" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayHeadings" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayOutline" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applyAutomaticOutlineStyles" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSummaryRowsBelowDetail" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSummaryColumnsRightDetail" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doNotDisplayZeros" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeRow" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activeColumn" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filterOn" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeSelection" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topRowVisible" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topRowBottomPane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftColumnRightPane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activePane" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitHorizontal" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="splitVertical" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="freezePanes" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frozenNoSplit" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabColorIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectContentst" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectObjects" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protectScenarios" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableSelection" ordered="false" unique="false" eType="/0/EnableSelectionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowFormatCells" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSizeCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSizeRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowInsertHyperlinks" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDeleteCols" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowDeleteRows" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSort" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowFilter" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowUsePivotTables" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_pageSetup" ordered="false" eType="/0/PageSetup" containment="true" eOpposite="/0/PageSetup/ps_worksheetOptions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wo_print" ordered="false" eType="/0/Print" containment="true" eOpposite="/0/Print/p_worksheetOptions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExcelWorksheetTypeType"> <eLiterals name="ewt_Worksheet" value="1"/> <eLiterals name="ewt_Chart" value="2"/> <eLiterals name="ewt_Macro" value="3"/> <eLiterals name="ewt_Dialog" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibleType"> <eLiterals name="vt_SheetVisible" value="1"/> <eLiterals name="vt_SheetHidden" value="2"/> <eLiterals name="vt_SheetVeryHidden" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnableSelectionType"> <eLiterals name="est_UnlockedCells" value="1"/> <eLiterals name="est_NoSelection" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageSetup"> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_worksheetOptions" ordered="false" lowerBound="1" eType="/0/WorksheetOptionsElt" eOpposite="/0/WorksheetOptionsElt/wo_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_layout" ordered="false" eType="/0/Layout" containment="true" eOpposite="/0/Layout/l_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_header" ordered="false" eType="/0/Header" containment="true" eOpposite="/0/Header/h_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_footer" ordered="false" eType="/0/Footer" containment="true" eOpposite="/0/Footer/f_pageSetup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ps_pageMargins" ordered="false" eType="/0/PageMarginsInfo" containment="true" eOpposite="/0/PageMarginsInfo/pm_pageSetup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="l_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_layout"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" ordered="false" unique="false" eType="/0/OrientationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="centerHorizontal" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="centerVertical" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startPageNumber" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrientationType"> <eLiterals name="ot_Landscape" value="1"/> <eLiterals name="ot_Portrait" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HeaderOrFooterElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="margin" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header" eSuperTypes="/0/HeaderOrFooterElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="h_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_header"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Footer" eSuperTypes="/0/HeaderOrFooterElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="f_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_footer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageMarginsInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="pm_pageSetup" ordered="false" lowerBound="1" eType="/0/PageSetup" eOpposite="/0/PageSetup/ps_pageMargins"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" ordered="false" unique="false" eType="/1/Double"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" ordered="false" unique="false" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print"> <eStructuralFeatures xsi:type="ecore:EReference" name="p_worksheetOptions" ordered="false" lowerBound="1" eType="/0/WorksheetOptionsElt" eOpposite="/0/WorksheetOptionsElt/wo_print"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitWidth" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fitHeight" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftToRight" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackAndWhite" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="draftQuality" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsLayout" ordered="false" unique="false" eType="/0/CommentsLayoutType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="printErrors" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validPrinterInfo" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paperSizeIndex" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalResolution" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalResolution" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridlines" ordered="false" unique="false" eType="/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfCopies" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowColHeadings" ordered="false" unique="false" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CommentsLayoutType"> <eLiterals name="clt_InPlace" value="1"/> <eLiterals name="clt_PrintNone" value="2"/> <eLiterals name="clt_SheetEnd" value="3"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/MSOfficeExcel_SpreadsheetMLPrintingSetup.ecore
ecore
SpreadsheetMLPrintingSetup DateTimeType year month day hour minute second VersionType n nn ValueType vt_data StringValue value NumberValue value DateTimeTypeValue value BooleanValue value ErrorValue DocumentPropertiesCollection dp_workbook title subject keywords description category author lastAuthor manager company hyperlinkBase revision presentationFormat guid appName version totalTime lastPrinted created lastSaved pages words characters charactersWithSpaces bytes lines paragraphs CustomDocumentPropertiesCollection cdp_workbook customDocumentProperties CustomDocumentProperty customDocumentProperty_cdpe name value SmartTagType smartTagType_ste namespaceuri name url SmartTagsCollection st_workbook st_cell smartTagTypes Workbook wb_smartTags wb_docProperties wb_customDocProperties wb_excelWorkbook wb_worksheets Worksheet ws_workbook ws_table name protected rightToLeft w_worksheetOptions StyledElement Table t_worksheet t_cols t_rows defaultColumnWidth defaultRowHeight expandedColumnCount expandedRowCount leftCell topCell fullColumns fullRows TableElement index ColOrRowElement hidden span Column c_table autoFitWidth width Row r_table r_cells autoFitHeight height Cell c_smartTags c_row arrayRange formula hRef mergeAcross mergeDown c_data c_comment Comment c_cell com_data author showAlways Data d_cell d_comment value ExcelWorkbook ew_workbook selectedSheets windowHidden hideHorizontalScrollBar hideVerticalScrollBar hideWorkbookTabs windowHeight windowWidth windowTopX windowTopY activeSheet activeChart firstVisibleSheet hidePivotTableFieldList protectStructure protectWindows displayInkNotes embedSaveSmartTags futureVer tabRatio windowIconic displayDrawingObjects createBackup calculation doNotCalculateBeforeSave date1904 refModeR1C1 iteration maxIterations maxChange precisionAsDisplayed doNotSaveLinkValues noAutoRecover acceptLabelsInFormulas uncalced DisplayDrawingObjectsType ddot_displayShapes ddot_displayShapes ddot_placeHolders ddot_placeHolders ddot_hideAll ddot_hideAll CalculationWorkbookType cwt_automaticCalculation cwt_automaticCalculation cwt_manualCalculation cwt_manualCalculation cwt_semiAutomaticCalculation cwt_semiAutomaticCalculation WorksheetOptionsElt wo_worksheet fitToPage doNotDisplayColHeaders doNotDisplayRowHeaders gridlineColor name excelWorksheetType intlMacro unsynced selected codeName displayPageBreak transitionExpressionEvaluation transitionFormulaEntry zoom pageBreakZoom showPageBreakZoom defaultRowHeight defaultColumnWidth standardWidth visible leftColumnVisible displayRightToLeft gridlineColorIndex displayFormulas doNotDisplayGridlines doNotDisplayHeadings doNotDisplayOutline applyAutomaticOutlineStyles noSummaryRowsBelowDetail noSummaryColumnsRightDetail doNotDisplayZeros activeRow activeColumn filterOn rangeSelection topRowVisible topRowBottomPane leftColumnRightPane activePane splitHorizontal splitVertical freezePanes frozenNoSplit tabColorIndex protectContentst protectObjects protectScenarios enableSelection allowFormatCells allowSizeCols allowSizeRows allowInsertCols allowInsertRows allowInsertHyperlinks allowDeleteCols allowDeleteRows allowSort allowFilter allowUsePivotTables wo_pageSetup wo_print ExcelWorksheetTypeType ewt_Worksheet ewt_Worksheet ewt_Chart ewt_Chart ewt_Macro ewt_Macro ewt_Dialog ewt_Dialog VisibleType vt_SheetVisible vt_SheetVisible vt_SheetHidden vt_SheetHidden vt_SheetVeryHidden vt_SheetVeryHidden EnableSelectionType est_UnlockedCells est_UnlockedCells est_NoSelection est_NoSelection PageSetup ps_worksheetOptions ps_layout ps_header ps_footer ps_pageMargins Layout l_pageSetup orientation centerHorizontal centerVertical startPageNumber OrientationType ot_Landscape ot_Landscape ot_Portrait ot_Portrait HeaderOrFooterElt margin data Header h_pageSetup Footer f_pageSetup PageMarginsInfo pm_pageSetup left right top bottom Print p_worksheetOptions fitWidth fitHeight leftToRight blackAndWhite draftQuality commentsLayout scale printErrors validPrinterInfo paperSizeIndex horizontalResolution verticalResolution gridlines numberOfCopies rowColHeadings CommentsLayoutType clt_InPlace clt_InPlace clt_PrintNone clt_PrintNone clt_SheetEnd clt_SheetEnd PrimitiveTypes Integer String Boolean Double
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"SpreadsheetMLPrintingSetup","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeTypeValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagsCollection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workbook","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Worksheet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyledElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColOrRowElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcelWorkbook","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DisplayDrawingObjectsType","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CalculationWorkbookType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorksheetOptionsElt","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExcelWorksheetTypeType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibleType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnableSelectionType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageSetup","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrientationType","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeaderOrFooterElt","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Footer","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageMarginsInfo","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommentsLayoutType","instanceClass":null,"id":40,"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":"year","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"month","changeable":true,"lowerBound":1,"iD":false,"id":42,"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":"day","changeable":true,"lowerBound":1,"iD":false,"id":43,"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":"hour","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minute","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"second","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"n","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"nn","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"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":"vt_data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"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":60,"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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":63,"serializable":true,"eClass":"EDataType"},{"id":64,"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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":67,"serializable":true,"eClass":"EDataType"},{"id":68,"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":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"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":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":74,"serializable":true,"eClass":"EDataType"},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"dp_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","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":"subject","changeable":true,"lowerBound":0,"iD":false,"id":79,"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":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":80,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":81,"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":"category","changeable":true,"lowerBound":0,"iD":false,"id":82,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":"lastAuthor","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"manager","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"company","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"hyperlinkBase","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"revision","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":false,"name":"presentationFormat","changeable":true,"lowerBound":0,"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":false,"name":"guid","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":false,"name":"appName","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":"lastPrinted","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"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":"created","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"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":"lastSaved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"words","changeable":true,"lowerBound":0,"iD":false,"id":98,"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":"characters","changeable":true,"lowerBound":0,"iD":false,"id":99,"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":"charactersWithSpaces","changeable":true,"lowerBound":0,"iD":false,"id":100,"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":"bytes","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"lines","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"paragraphs","changeable":true,"lowerBound":0,"iD":false,"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":"wb_docProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"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":"cdp_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"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":"customDocumentProperties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"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":"wb_customDocProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"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":"customDocumentProperty_cdpe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"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":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"smartTagType_ste","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"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":"namespaceuri","changeable":true,"lowerBound":1,"iD":false,"id":144,"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":145,"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":"url","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"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":"smartTagTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"st_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"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":"st_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wb_smartTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c_smartTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"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":"wb_excelWorkbook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":"wb_worksheets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"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":"ew_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"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":"ws_workbook","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"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":"ws_table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"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":169,"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":"protected","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"w_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"t_worksheet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":"wo_worksheet","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"t_cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_rows","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"defaultColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":183,"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":"defaultRowHeight","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"expandedColumnCount","changeable":true,"lowerBound":0,"iD":false,"id":185,"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":"expandedRowCount","changeable":true,"lowerBound":0,"iD":false,"id":186,"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":"leftCell","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"topCell","changeable":true,"lowerBound":0,"iD":false,"id":188,"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":"fullColumns","changeable":true,"lowerBound":0,"iD":false,"id":189,"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":"fullRows","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"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":"c_table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"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":"r_table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"index","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":208,"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":"span","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"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":"autoFitWidth","changeable":true,"lowerBound":0,"iD":false,"id":213,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r_cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"autoFitHeight","changeable":true,"lowerBound":0,"iD":false,"id":220,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"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":"c_row","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"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":"arrayRange","changeable":true,"lowerBound":0,"iD":false,"id":228,"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":"formula","changeable":true,"lowerBound":0,"iD":false,"id":229,"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":"hRef","changeable":true,"lowerBound":0,"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":false,"name":"mergeAcross","changeable":true,"lowerBound":0,"iD":false,"id":231,"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":"mergeDown","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"c_data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"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":"c_comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"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":"d_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"id":245,"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":"c_cell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"com_data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"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":"author","changeable":true,"lowerBound":0,"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":false,"name":"showAlways","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"d_comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"selectedSheets","changeable":true,"lowerBound":0,"iD":false,"id":258,"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":"windowHidden","changeable":true,"lowerBound":0,"iD":false,"id":259,"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":"hideHorizontalScrollBar","changeable":true,"lowerBound":0,"iD":false,"id":260,"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":"hideVerticalScrollBar","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"hideWorkbookTabs","changeable":true,"lowerBound":0,"iD":false,"id":262,"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":"windowHeight","changeable":true,"lowerBound":0,"iD":false,"id":263,"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":"windowWidth","changeable":true,"lowerBound":0,"iD":false,"id":264,"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":"windowTopX","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowTopY","changeable":true,"lowerBound":0,"iD":false,"id":266,"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":"activeSheet","changeable":true,"lowerBound":0,"iD":false,"id":267,"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":"activeChart","changeable":true,"lowerBound":0,"iD":false,"id":268,"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":"firstVisibleSheet","changeable":true,"lowerBound":0,"iD":false,"id":269,"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":"hidePivotTableFieldList","changeable":true,"lowerBound":0,"iD":false,"id":270,"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":"protectStructure","changeable":true,"lowerBound":0,"iD":false,"id":271,"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":"protectWindows","changeable":true,"lowerBound":0,"iD":false,"id":272,"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":"displayInkNotes","changeable":true,"lowerBound":0,"iD":false,"id":273,"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":"embedSaveSmartTags","changeable":true,"lowerBound":0,"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":false,"name":"futureVer","changeable":true,"lowerBound":0,"iD":false,"id":275,"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":"tabRatio","changeable":true,"lowerBound":0,"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":false,"name":"windowIconic","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"displayDrawingObjects","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"createBackup","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"calculation","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotCalculateBeforeSave","changeable":true,"lowerBound":0,"iD":false,"id":281,"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":"date1904","changeable":true,"lowerBound":0,"iD":false,"id":282,"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":"refModeR1C1","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"iteration","changeable":true,"lowerBound":0,"iD":false,"id":284,"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":"maxIterations","changeable":true,"lowerBound":0,"iD":false,"id":285,"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":"maxChange","changeable":true,"lowerBound":0,"iD":false,"id":286,"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":"precisionAsDisplayed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"doNotSaveLinkValues","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"noAutoRecover","changeable":true,"lowerBound":0,"iD":false,"id":289,"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":"acceptLabelsInFormulas","changeable":true,"lowerBound":0,"iD":false,"id":290,"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":"uncalced","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"name":"ddot_displayShapes","id":327,"value":1,"literal":"ddot_displayShapes","eClass":"EEnumLiteral"},{"name":"ddot_placeHolders","id":328,"value":2,"literal":"ddot_placeHolders","eClass":"EEnumLiteral"},{"name":"ddot_hideAll","id":329,"value":3,"literal":"ddot_hideAll","eClass":"EEnumLiteral"},{"name":"cwt_automaticCalculation","id":330,"value":1,"literal":"cwt_automaticCalculation","eClass":"EEnumLiteral"},{"name":"cwt_manualCalculation","id":331,"value":2,"literal":"cwt_manualCalculation","eClass":"EEnumLiteral"},{"name":"cwt_semiAutomaticCalculation","id":332,"value":3,"literal":"cwt_semiAutomaticCalculation","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fitToPage","changeable":true,"lowerBound":0,"iD":false,"id":333,"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":"doNotDisplayColHeaders","changeable":true,"lowerBound":0,"iD":false,"id":334,"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":"doNotDisplayRowHeaders","changeable":true,"lowerBound":0,"iD":false,"id":335,"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":"gridlineColor","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"excelWorksheetType","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":"intlMacro","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":"unsynced","changeable":true,"lowerBound":0,"iD":false,"id":340,"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":"selected","changeable":true,"lowerBound":0,"iD":false,"id":341,"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":"codeName","changeable":true,"lowerBound":0,"iD":false,"id":342,"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":"displayPageBreak","changeable":true,"lowerBound":0,"iD":false,"id":343,"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":"transitionExpressionEvaluation","changeable":true,"lowerBound":0,"iD":false,"id":344,"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":"transitionFormulaEntry","changeable":true,"lowerBound":0,"iD":false,"id":345,"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":"zoom","changeable":true,"lowerBound":0,"iD":false,"id":346,"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":"pageBreakZoom","changeable":true,"lowerBound":0,"iD":false,"id":347,"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":"showPageBreakZoom","changeable":true,"lowerBound":0,"iD":false,"id":348,"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":"defaultRowHeight","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"defaultColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":350,"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":"standardWidth","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":352,"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":"leftColumnVisible","changeable":true,"lowerBound":0,"iD":false,"id":353,"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":"displayRightToLeft","changeable":true,"lowerBound":0,"iD":false,"id":354,"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":"gridlineColorIndex","changeable":true,"lowerBound":0,"iD":false,"id":355,"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":"displayFormulas","changeable":true,"lowerBound":0,"iD":false,"id":356,"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":"doNotDisplayGridlines","changeable":true,"lowerBound":0,"iD":false,"id":357,"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":"doNotDisplayHeadings","changeable":true,"lowerBound":0,"iD":false,"id":358,"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":"doNotDisplayOutline","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"applyAutomaticOutlineStyles","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"noSummaryRowsBelowDetail","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"noSummaryColumnsRightDetail","changeable":true,"lowerBound":0,"iD":false,"id":362,"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":"doNotDisplayZeros","changeable":true,"lowerBound":0,"iD":false,"id":363,"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":"activeRow","changeable":true,"lowerBound":0,"iD":false,"id":364,"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":"activeColumn","changeable":true,"lowerBound":0,"iD":false,"id":365,"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":"filterOn","changeable":true,"lowerBound":0,"iD":false,"id":366,"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":"rangeSelection","changeable":true,"lowerBound":0,"iD":false,"id":367,"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":"topRowVisible","changeable":true,"lowerBound":0,"iD":false,"id":368,"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":"topRowBottomPane","changeable":true,"lowerBound":0,"iD":false,"id":369,"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":"leftColumnRightPane","changeable":true,"lowerBound":0,"iD":false,"id":370,"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":"activePane","changeable":true,"lowerBound":0,"iD":false,"id":371,"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":"splitHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":372,"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":"splitVertical","changeable":true,"lowerBound":0,"iD":false,"id":373,"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":"freezePanes","changeable":true,"lowerBound":0,"iD":false,"id":374,"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":"frozenNoSplit","changeable":true,"lowerBound":0,"iD":false,"id":375,"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":"tabColorIndex","changeable":true,"lowerBound":0,"iD":false,"id":376,"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":"protectContentst","changeable":true,"lowerBound":0,"iD":false,"id":377,"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":"protectObjects","changeable":true,"lowerBound":0,"iD":false,"id":378,"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":"protectScenarios","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enableSelection","changeable":true,"lowerBound":0,"iD":false,"id":380,"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":"allowFormatCells","changeable":true,"lowerBound":0,"iD":false,"id":381,"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":"allowSizeCols","changeable":true,"lowerBound":0,"iD":false,"id":382,"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":"allowSizeRows","changeable":true,"lowerBound":0,"iD":false,"id":383,"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":"allowInsertCols","changeable":true,"lowerBound":0,"iD":false,"id":384,"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":"allowInsertRows","changeable":true,"lowerBound":0,"iD":false,"id":385,"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":"allowInsertHyperlinks","changeable":true,"lowerBound":0,"iD":false,"id":386,"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":"allowDeleteCols","changeable":true,"lowerBound":0,"iD":false,"id":387,"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":"allowDeleteRows","changeable":true,"lowerBound":0,"iD":false,"id":388,"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":"allowSort","changeable":true,"lowerBound":0,"iD":false,"id":389,"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":"allowFilter","changeable":true,"lowerBound":0,"iD":false,"id":390,"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":"allowUsePivotTables","changeable":true,"lowerBound":0,"iD":false,"id":391,"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":"wo_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"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":"wo_print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"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":"ps_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":455,"derived":false},{"id":456,"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":"p_worksheetOptions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"name":"ewt_Worksheet","id":458,"value":1,"literal":"ewt_Worksheet","eClass":"EEnumLiteral"},{"name":"ewt_Chart","id":459,"value":2,"literal":"ewt_Chart","eClass":"EEnumLiteral"},{"name":"ewt_Macro","id":460,"value":3,"literal":"ewt_Macro","eClass":"EEnumLiteral"},{"name":"ewt_Dialog","id":461,"value":4,"literal":"ewt_Dialog","eClass":"EEnumLiteral"},{"name":"vt_SheetVisible","id":462,"value":1,"literal":"vt_SheetVisible","eClass":"EEnumLiteral"},{"name":"vt_SheetHidden","id":463,"value":2,"literal":"vt_SheetHidden","eClass":"EEnumLiteral"},{"name":"vt_SheetVeryHidden","id":464,"value":3,"literal":"vt_SheetVeryHidden","eClass":"EEnumLiteral"},{"name":"est_UnlockedCells","id":465,"value":1,"literal":"est_UnlockedCells","eClass":"EEnumLiteral"},{"name":"est_NoSelection","id":466,"value":2,"literal":"est_NoSelection","eClass":"EEnumLiteral"},{"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":"ps_layout","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ps_header","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":"ps_footer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"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":"ps_pageMargins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"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":"l_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":473,"derived":false},{"id":474,"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":"h_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":475,"derived":false},{"id":476,"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":"f_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"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":"pm_pageSetup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":480,"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":"centerHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":481,"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":"centerVertical","changeable":true,"lowerBound":0,"iD":false,"id":482,"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":"startPageNumber","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"name":"ot_Landscape","id":489,"value":1,"literal":"ot_Landscape","eClass":"EEnumLiteral"},{"name":"ot_Portrait","id":490,"value":2,"literal":"ot_Portrait","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"margin","changeable":true,"lowerBound":0,"iD":false,"id":491,"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"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":"left","changeable":true,"lowerBound":0,"iD":false,"id":499,"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":"right","changeable":true,"lowerBound":0,"iD":false,"id":500,"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":"top","changeable":true,"lowerBound":0,"iD":false,"id":501,"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":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"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":"fitWidth","changeable":true,"lowerBound":0,"iD":false,"id":508,"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":"fitHeight","changeable":true,"lowerBound":0,"iD":false,"id":509,"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":"leftToRight","changeable":true,"lowerBound":0,"iD":false,"id":510,"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":"blackAndWhite","changeable":true,"lowerBound":0,"iD":false,"id":511,"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":"draftQuality","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsLayout","changeable":true,"lowerBound":0,"iD":false,"id":513,"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":"scale","changeable":true,"lowerBound":0,"iD":false,"id":514,"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":"printErrors","changeable":true,"lowerBound":0,"iD":false,"id":515,"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":"validPrinterInfo","changeable":true,"lowerBound":0,"iD":false,"id":516,"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":"paperSizeIndex","changeable":true,"lowerBound":0,"iD":false,"id":517,"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":"horizontalResolution","changeable":true,"lowerBound":0,"iD":false,"id":518,"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":"verticalResolution","changeable":true,"lowerBound":0,"iD":false,"id":519,"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":"gridlines","changeable":true,"lowerBound":0,"iD":false,"id":520,"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":"numberOfCopies","changeable":true,"lowerBound":0,"iD":false,"id":521,"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":"rowColHeadings","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"name":"clt_InPlace","id":539,"value":1,"literal":"clt_InPlace","eClass":"EEnumLiteral"},{"name":"clt_PrintNone","id":540,"value":2,"literal":"clt_PrintNone","eClass":"EEnumLiteral"},{"name":"clt_SheetEnd","id":541,"value":3,"literal":"clt_SheetEnd","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":542,"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":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":41,"target":47},{"source":41,"target":48},{"source":41,"target":1},{"source":48,"target":47},{"source":42,"target":47},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":47},{"source":43,"target":47},{"source":43,"target":50},{"source":43,"target":1},{"source":50,"target":47},{"source":44,"target":47},{"source":44,"target":51},{"source":44,"target":1},{"source":51,"target":47},{"source":45,"target":47},{"source":45,"target":52},{"source":45,"target":1},{"source":52,"target":47},{"source":46,"target":47},{"source":46,"target":53},{"source":46,"target":1},{"source":53,"target":47},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":55},{"source":54,"target":47},{"source":54,"target":56},{"source":54,"target":2},{"source":56,"target":47},{"source":55,"target":47},{"source":55,"target":57},{"source":55,"target":2},{"source":57,"target":47},{"source":3,"target":0},{"source":3,"target":58},{"source":58,"target":24},{"source":58,"target":59},{"source":58,"target":3},{"source":58,"target":60},{"source":59,"target":24},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":63},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":63},{"source":62,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":67},{"source":65,"target":68},{"source":65,"target":5},{"source":68,"target":67},{"source":66,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":69,"target":1},{"source":69,"target":71},{"source":69,"target":6},{"source":71,"target":1},{"source":70,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":75},{"source":72,"target":7},{"source":75,"target":74},{"source":73,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":76},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"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":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":9,"target":102},{"source":9,"target":103},{"source":77,"target":14},{"source":77,"target":104},{"source":77,"target":9},{"source":77,"target":105},{"source":104,"target":14},{"source":78,"target":63},{"source":78,"target":106},{"source":78,"target":9},{"source":106,"target":63},{"source":79,"target":63},{"source":79,"target":107},{"source":79,"target":9},{"source":107,"target":63},{"source":80,"target":63},{"source":80,"target":108},{"source":80,"target":9},{"source":108,"target":63},{"source":81,"target":63},{"source":81,"target":109},{"source":81,"target":9},{"source":109,"target":63},{"source":82,"target":63},{"source":82,"target":110},{"source":82,"target":9},{"source":110,"target":63},{"source":83,"target":63},{"source":83,"target":111},{"source":83,"target":9},{"source":111,"target":63},{"source":84,"target":63},{"source":84,"target":112},{"source":84,"target":9},{"source":112,"target":63},{"source":85,"target":63},{"source":85,"target":113},{"source":85,"target":9},{"source":113,"target":63},{"source":86,"target":63},{"source":86,"target":114},{"source":86,"target":9},{"source":114,"target":63},{"source":87,"target":63},{"source":87,"target":115},{"source":87,"target":9},{"source":115,"target":63},{"source":88,"target":47},{"source":88,"target":116},{"source":88,"target":9},{"source":116,"target":47},{"source":89,"target":63},{"source":89,"target":117},{"source":89,"target":9},{"source":117,"target":63},{"source":90,"target":63},{"source":90,"target":118},{"source":90,"target":9},{"source":118,"target":63},{"source":91,"target":63},{"source":91,"target":119},{"source":91,"target":9},{"source":119,"target":63},{"source":92,"target":2},{"source":92,"target":120},{"source":92,"target":9},{"source":120,"target":2},{"source":93,"target":47},{"source":93,"target":121},{"source":93,"target":9},{"source":121,"target":47},{"source":94,"target":1},{"source":94,"target":122},{"source":94,"target":9},{"source":122,"target":1},{"source":95,"target":1},{"source":95,"target":123},{"source":95,"target":9},{"source":123,"target":1},{"source":96,"target":1},{"source":96,"target":124},{"source":96,"target":9},{"source":124,"target":1},{"source":97,"target":47},{"source":97,"target":125},{"source":97,"target":9},{"source":125,"target":47},{"source":98,"target":47},{"source":98,"target":126},{"source":98,"target":9},{"source":126,"target":47},{"source":99,"target":47},{"source":99,"target":127},{"source":99,"target":9},{"source":127,"target":47},{"source":100,"target":47},{"source":100,"target":128},{"source":100,"target":9},{"source":128,"target":47},{"source":101,"target":47},{"source":101,"target":129},{"source":101,"target":9},{"source":129,"target":47},{"source":102,"target":47},{"source":102,"target":130},{"source":102,"target":9},{"source":130,"target":47},{"source":103,"target":47},{"source":103,"target":131},{"source":103,"target":9},{"source":131,"target":47},{"source":10,"target":0},{"source":10,"target":132},{"source":10,"target":133},{"source":132,"target":14},{"source":132,"target":134},{"source":132,"target":10},{"source":132,"target":135},{"source":134,"target":14},{"source":133,"target":11},{"source":133,"target":136},{"source":133,"target":10},{"source":133,"target":137},{"source":136,"target":11},{"source":11,"target":0},{"source":11,"target":137},{"source":11,"target":138},{"source":11,"target":139},{"source":137,"target":10},{"source":137,"target":140},{"source":137,"target":11},{"source":137,"target":133},{"source":140,"target":10},{"source":138,"target":63},{"source":138,"target":141},{"source":138,"target":11},{"source":141,"target":63},{"source":139,"target":3},{"source":139,"target":142},{"source":139,"target":11},{"source":142,"target":3},{"source":12,"target":0},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":143,"target":13},{"source":143,"target":147},{"source":143,"target":12},{"source":143,"target":148},{"source":147,"target":13},{"source":144,"target":63},{"source":144,"target":149},{"source":144,"target":12},{"source":149,"target":63},{"source":145,"target":63},{"source":145,"target":150},{"source":145,"target":12},{"source":150,"target":63},{"source":146,"target":63},{"source":146,"target":151},{"source":146,"target":12},{"source":151,"target":63},{"source":13,"target":0},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":148},{"source":152,"target":14},{"source":152,"target":154},{"source":152,"target":13},{"source":152,"target":155},{"source":154,"target":14},{"source":153,"target":22},{"source":153,"target":156},{"source":153,"target":13},{"source":153,"target":157},{"source":156,"target":22},{"source":148,"target":12},{"source":148,"target":158},{"source":148,"target":13},{"source":148,"target":143},{"source":158,"target":12},{"source":14,"target":0},{"source":14,"target":155},{"source":14,"target":105},{"source":14,"target":135},{"source":14,"target":159},{"source":14,"target":160},{"source":155,"target":13},{"source":155,"target":161},{"source":155,"target":14},{"source":155,"target":152},{"source":161,"target":13},{"source":105,"target":9},{"source":105,"target":162},{"source":105,"target":14},{"source":105,"target":77},{"source":162,"target":9},{"source":135,"target":10},{"source":135,"target":163},{"source":135,"target":14},{"source":135,"target":132},{"source":163,"target":10},{"source":159,"target":25},{"source":159,"target":164},{"source":159,"target":14},{"source":159,"target":165},{"source":164,"target":25},{"source":160,"target":15},{"source":160,"target":166},{"source":160,"target":14},{"source":160,"target":167},{"source":166,"target":15},{"source":15,"target":0},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":15,"target":170},{"source":15,"target":171},{"source":15,"target":172},{"source":167,"target":14},{"source":167,"target":173},{"source":167,"target":15},{"source":167,"target":160},{"source":173,"target":14},{"source":168,"target":17},{"source":168,"target":174},{"source":168,"target":15},{"source":168,"target":175},{"source":174,"target":17},{"source":169,"target":63},{"source":169,"target":176},{"source":169,"target":15},{"source":176,"target":63},{"source":170,"target":74},{"source":170,"target":177},{"source":170,"target":15},{"source":177,"target":74},{"source":171,"target":74},{"source":171,"target":178},{"source":171,"target":15},{"source":178,"target":74},{"source":172,"target":28},{"source":172,"target":179},{"source":172,"target":15},{"source":172,"target":180},{"source":179,"target":28},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":175},{"source":17,"target":181},{"source":17,"target":182},{"source":17,"target":183},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":17,"target":191},{"source":175,"target":15},{"source":175,"target":192},{"source":175,"target":17},{"source":175,"target":168},{"source":192,"target":15},{"source":181,"target":20},{"source":181,"target":193},{"source":181,"target":17},{"source":181,"target":194},{"source":193,"target":20},{"source":182,"target":21},{"source":182,"target":195},{"source":182,"target":17},{"source":182,"target":196},{"source":195,"target":21},{"source":183,"target":67},{"source":183,"target":197},{"source":183,"target":17},{"source":197,"target":67},{"source":184,"target":67},{"source":184,"target":198},{"source":184,"target":17},{"source":198,"target":67},{"source":185,"target":47},{"source":185,"target":199},{"source":185,"target":17},{"source":199,"target":47},{"source":186,"target":47},{"source":186,"target":200},{"source":186,"target":17},{"source":200,"target":47},{"source":187,"target":47},{"source":187,"target":201},{"source":187,"target":17},{"source":201,"target":47},{"source":188,"target":47},{"source":188,"target":202},{"source":188,"target":17},{"source":202,"target":47},{"source":189,"target":74},{"source":189,"target":203},{"source":189,"target":17},{"source":203,"target":74},{"source":190,"target":74},{"source":190,"target":204},{"source":190,"target":17},{"source":204,"target":74},{"source":191,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":205},{"source":18,"target":206},{"source":205,"target":47},{"source":205,"target":207},{"source":205,"target":18},{"source":207,"target":47},{"source":206,"target":16},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":208},{"source":19,"target":209},{"source":19,"target":210},{"source":208,"target":74},{"source":208,"target":211},{"source":208,"target":19},{"source":211,"target":74},{"source":209,"target":47},{"source":209,"target":212},{"source":209,"target":19},{"source":212,"target":47},{"source":210,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":194},{"source":20,"target":213},{"source":20,"target":214},{"source":20,"target":215},{"source":194,"target":17},{"source":194,"target":216},{"source":194,"target":20},{"source":194,"target":181},{"source":216,"target":17},{"source":213,"target":74},{"source":213,"target":217},{"source":213,"target":20},{"source":217,"target":74},{"source":214,"target":67},{"source":214,"target":218},{"source":214,"target":20},{"source":218,"target":67},{"source":215,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":196},{"source":21,"target":219},{"source":21,"target":220},{"source":21,"target":221},{"source":21,"target":222},{"source":196,"target":17},{"source":196,"target":223},{"source":196,"target":21},{"source":196,"target":182},{"source":223,"target":17},{"source":219,"target":22},{"source":219,"target":224},{"source":219,"target":21},{"source":219,"target":225},{"source":224,"target":22},{"source":220,"target":74},{"source":220,"target":226},{"source":220,"target":21},{"source":226,"target":74},{"source":221,"target":67},{"source":221,"target":227},{"source":221,"target":21},{"source":227,"target":67},{"source":222,"target":19},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":157},{"source":22,"target":225},{"source":22,"target":228},{"source":22,"target":229},{"source":22,"target":230},{"source":22,"target":231},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":157,"target":13},{"source":157,"target":236},{"source":157,"target":22},{"source":157,"target":153},{"source":236,"target":13},{"source":225,"target":21},{"source":225,"target":237},{"source":225,"target":22},{"source":225,"target":219},{"source":237,"target":21},{"source":228,"target":63},{"source":228,"target":238},{"source":228,"target":22},{"source":238,"target":63},{"source":229,"target":63},{"source":229,"target":239},{"source":229,"target":22},{"source":239,"target":63},{"source":230,"target":63},{"source":230,"target":240},{"source":230,"target":22},{"source":240,"target":63},{"source":231,"target":67},{"source":231,"target":241},{"source":231,"target":22},{"source":241,"target":67},{"source":232,"target":67},{"source":232,"target":242},{"source":232,"target":22},{"source":242,"target":67},{"source":233,"target":24},{"source":233,"target":243},{"source":233,"target":22},{"source":233,"target":244},{"source":243,"target":24},{"source":234,"target":23},{"source":234,"target":245},{"source":234,"target":22},{"source":234,"target":246},{"source":245,"target":23},{"source":235,"target":18},{"source":23,"target":0},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":248},{"source":23,"target":249},{"source":246,"target":22},{"source":246,"target":250},{"source":246,"target":23},{"source":246,"target":234},{"source":250,"target":22},{"source":247,"target":24},{"source":247,"target":251},{"source":247,"target":23},{"source":247,"target":252},{"source":251,"target":24},{"source":248,"target":63},{"source":248,"target":253},{"source":248,"target":23},{"source":253,"target":63},{"source":249,"target":74},{"source":249,"target":254},{"source":249,"target":23},{"source":254,"target":74},{"source":24,"target":0},{"source":24,"target":244},{"source":24,"target":252},{"source":24,"target":60},{"source":244,"target":22},{"source":244,"target":255},{"source":244,"target":24},{"source":244,"target":233},{"source":255,"target":22},{"source":252,"target":23},{"source":252,"target":256},{"source":252,"target":24},{"source":252,"target":247},{"source":256,"target":23},{"source":60,"target":3},{"source":60,"target":257},{"source":60,"target":24},{"source":60,"target":58},{"source":257,"target":3},{"source":25,"target":0},{"source":25,"target":165},{"source":25,"target":258},{"source":25,"target":259},{"source":25,"target":260},{"source":25,"target":261},{"source":25,"target":262},{"source":25,"target":263},{"source":25,"target":264},{"source":25,"target":265},{"source":25,"target":266},{"source":25,"target":267},{"source":25,"target":268},{"source":25,"target":269},{"source":25,"target":270},{"source":25,"target":271},{"source":25,"target":272},{"source":25,"target":273},{"source":25,"target":274},{"source":25,"target":275},{"source":25,"target":276},{"source":25,"target":277},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":25,"target":283},{"source":25,"target":284},{"source":25,"target":285},{"source":25,"target":286},{"source":25,"target":287},{"source":25,"target":288},{"source":25,"target":289},{"source":25,"target":290},{"source":25,"target":291},{"source":165,"target":14},{"source":165,"target":292},{"source":165,"target":25},{"source":165,"target":159},{"source":292,"target":14},{"source":258,"target":47},{"source":258,"target":293},{"source":258,"target":25},{"source":293,"target":47},{"source":259,"target":74},{"source":259,"target":294},{"source":259,"target":25},{"source":294,"target":74},{"source":260,"target":74},{"source":260,"target":295},{"source":260,"target":25},{"source":295,"target":74},{"source":261,"target":74},{"source":261,"target":296},{"source":261,"target":25},{"source":296,"target":74},{"source":262,"target":74},{"source":262,"target":297},{"source":262,"target":25},{"source":297,"target":74},{"source":263,"target":67},{"source":263,"target":298},{"source":263,"target":25},{"source":298,"target":67},{"source":264,"target":67},{"source":264,"target":299},{"source":264,"target":25},{"source":299,"target":67},{"source":265,"target":67},{"source":265,"target":300},{"source":265,"target":25},{"source":300,"target":67},{"source":266,"target":67},{"source":266,"target":301},{"source":266,"target":25},{"source":301,"target":67},{"source":267,"target":47},{"source":267,"target":302},{"source":267,"target":25},{"source":302,"target":47},{"source":268,"target":63},{"source":268,"target":303},{"source":268,"target":25},{"source":303,"target":63},{"source":269,"target":47},{"source":269,"target":304},{"source":269,"target":25},{"source":304,"target":47},{"source":270,"target":74},{"source":270,"target":305},{"source":270,"target":25},{"source":305,"target":74},{"source":271,"target":74},{"source":271,"target":306},{"source":271,"target":25},{"source":306,"target":74},{"source":272,"target":74},{"source":272,"target":307},{"source":272,"target":25},{"source":307,"target":74},{"source":273,"target":74},{"source":273,"target":308},{"source":273,"target":25},{"source":308,"target":74},{"source":274,"target":74},{"source":274,"target":309},{"source":274,"target":25},{"source":309,"target":74},{"source":275,"target":63},{"source":275,"target":310},{"source":275,"target":25},{"source":310,"target":63},{"source":276,"target":47},{"source":276,"target":311},{"source":276,"target":25},{"source":311,"target":47},{"source":277,"target":74},{"source":277,"target":312},{"source":277,"target":25},{"source":312,"target":74},{"source":278,"target":26},{"source":278,"target":313},{"source":278,"target":25},{"source":313,"target":26},{"source":279,"target":74},{"source":279,"target":314},{"source":279,"target":25},{"source":314,"target":74},{"source":280,"target":27},{"source":280,"target":315},{"source":280,"target":25},{"source":315,"target":27},{"source":281,"target":74},{"source":281,"target":316},{"source":281,"target":25},{"source":316,"target":74},{"source":282,"target":74},{"source":282,"target":317},{"source":282,"target":25},{"source":317,"target":74},{"source":283,"target":74},{"source":283,"target":318},{"source":283,"target":25},{"source":318,"target":74},{"source":284,"target":74},{"source":284,"target":319},{"source":284,"target":25},{"source":319,"target":74},{"source":285,"target":47},{"source":285,"target":320},{"source":285,"target":25},{"source":320,"target":47},{"source":286,"target":67},{"source":286,"target":321},{"source":286,"target":25},{"source":321,"target":67},{"source":287,"target":74},{"source":287,"target":322},{"source":287,"target":25},{"source":322,"target":74},{"source":288,"target":74},{"source":288,"target":323},{"source":288,"target":25},{"source":323,"target":74},{"source":289,"target":74},{"source":289,"target":324},{"source":289,"target":25},{"source":324,"target":74},{"source":290,"target":74},{"source":290,"target":325},{"source":290,"target":25},{"source":325,"target":74},{"source":291,"target":74},{"source":291,"target":326},{"source":291,"target":25},{"source":326,"target":74},{"source":26,"target":0},{"source":26,"target":327},{"source":26,"target":328},{"source":26,"target":329},{"source":327,"target":26},{"source":328,"target":26},{"source":329,"target":26},{"source":27,"target":0},{"source":27,"target":330},{"source":27,"target":331},{"source":27,"target":332},{"source":330,"target":27},{"source":331,"target":27},{"source":332,"target":27},{"source":28,"target":0},{"source":28,"target":180},{"source":28,"target":333},{"source":28,"target":334},{"source":28,"target":335},{"source":28,"target":336},{"source":28,"target":337},{"source":28,"target":338},{"source":28,"target":339},{"source":28,"target":340},{"source":28,"target":341},{"source":28,"target":342},{"source":28,"target":343},{"source":28,"target":344},{"source":28,"target":345},{"source":28,"target":346},{"source":28,"target":347},{"source":28,"target":348},{"source":28,"target":349},{"source":28,"target":350},{"source":28,"target":351},{"source":28,"target":352},{"source":28,"target":353},{"source":28,"target":354},{"source":28,"target":355},{"source":28,"target":356},{"source":28,"target":357},{"source":28,"target":358},{"source":28,"target":359},{"source":28,"target":360},{"source":28,"target":361},{"source":28,"target":362},{"source":28,"target":363},{"source":28,"target":364},{"source":28,"target":365},{"source":28,"target":366},{"source":28,"target":367},{"source":28,"target":368},{"source":28,"target":369},{"source":28,"target":370},{"source":28,"target":371},{"source":28,"target":372},{"source":28,"target":373},{"source":28,"target":374},{"source":28,"target":375},{"source":28,"target":376},{"source":28,"target":377},{"source":28,"target":378},{"source":28,"target":379},{"source":28,"target":380},{"source":28,"target":381},{"source":28,"target":382},{"source":28,"target":383},{"source":28,"target":384},{"source":28,"target":385},{"source":28,"target":386},{"source":28,"target":387},{"source":28,"target":388},{"source":28,"target":389},{"source":28,"target":390},{"source":28,"target":391},{"source":28,"target":392},{"source":28,"target":393},{"source":180,"target":15},{"source":180,"target":394},{"source":180,"target":28},{"source":180,"target":172},{"source":394,"target":15},{"source":333,"target":74},{"source":333,"target":395},{"source":333,"target":28},{"source":395,"target":74},{"source":334,"target":74},{"source":334,"target":396},{"source":334,"target":28},{"source":396,"target":74},{"source":335,"target":74},{"source":335,"target":397},{"source":335,"target":28},{"source":397,"target":74},{"source":336,"target":63},{"source":336,"target":398},{"source":336,"target":28},{"source":398,"target":63},{"source":337,"target":63},{"source":337,"target":399},{"source":337,"target":28},{"source":399,"target":63},{"source":338,"target":29},{"source":338,"target":400},{"source":338,"target":28},{"source":400,"target":29},{"source":339,"target":74},{"source":339,"target":401},{"source":339,"target":28},{"source":401,"target":74},{"source":340,"target":74},{"source":340,"target":402},{"source":340,"target":28},{"source":402,"target":74},{"source":341,"target":74},{"source":341,"target":403},{"source":341,"target":28},{"source":403,"target":74},{"source":342,"target":63},{"source":342,"target":404},{"source":342,"target":28},{"source":404,"target":63},{"source":343,"target":74},{"source":343,"target":405},{"source":343,"target":28},{"source":405,"target":74},{"source":344,"target":74},{"source":344,"target":406},{"source":344,"target":28},{"source":406,"target":74},{"source":345,"target":74},{"source":345,"target":407},{"source":345,"target":28},{"source":407,"target":74},{"source":346,"target":47},{"source":346,"target":408},{"source":346,"target":28},{"source":408,"target":47},{"source":347,"target":47},{"source":347,"target":409},{"source":347,"target":28},{"source":409,"target":47},{"source":348,"target":74},{"source":348,"target":410},{"source":348,"target":28},{"source":410,"target":74},{"source":349,"target":47},{"source":349,"target":411},{"source":349,"target":28},{"source":411,"target":47},{"source":350,"target":47},{"source":350,"target":412},{"source":350,"target":28},{"source":412,"target":47},{"source":351,"target":47},{"source":351,"target":413},{"source":351,"target":28},{"source":413,"target":47},{"source":352,"target":30},{"source":352,"target":414},{"source":352,"target":28},{"source":414,"target":30},{"source":353,"target":47},{"source":353,"target":415},{"source":353,"target":28},{"source":415,"target":47},{"source":354,"target":74},{"source":354,"target":416},{"source":354,"target":28},{"source":416,"target":74},{"source":355,"target":47},{"source":355,"target":417},{"source":355,"target":28},{"source":417,"target":47},{"source":356,"target":74},{"source":356,"target":418},{"source":356,"target":28},{"source":418,"target":74},{"source":357,"target":74},{"source":357,"target":419},{"source":357,"target":28},{"source":419,"target":74},{"source":358,"target":74},{"source":358,"target":420},{"source":358,"target":28},{"source":420,"target":74},{"source":359,"target":74},{"source":359,"target":421},{"source":359,"target":28},{"source":421,"target":74},{"source":360,"target":74},{"source":360,"target":422},{"source":360,"target":28},{"source":422,"target":74},{"source":361,"target":74},{"source":361,"target":423},{"source":361,"target":28},{"source":423,"target":74},{"source":362,"target":74},{"source":362,"target":424},{"source":362,"target":28},{"source":424,"target":74},{"source":363,"target":74},{"source":363,"target":425},{"source":363,"target":28},{"source":425,"target":74},{"source":364,"target":47},{"source":364,"target":426},{"source":364,"target":28},{"source":426,"target":47},{"source":365,"target":47},{"source":365,"target":427},{"source":365,"target":28},{"source":427,"target":47},{"source":366,"target":74},{"source":366,"target":428},{"source":366,"target":28},{"source":428,"target":74},{"source":367,"target":63},{"source":367,"target":429},{"source":367,"target":28},{"source":429,"target":63},{"source":368,"target":47},{"source":368,"target":430},{"source":368,"target":28},{"source":430,"target":47},{"source":369,"target":47},{"source":369,"target":431},{"source":369,"target":28},{"source":431,"target":47},{"source":370,"target":47},{"source":370,"target":432},{"source":370,"target":28},{"source":432,"target":47},{"source":371,"target":47},{"source":371,"target":433},{"source":371,"target":28},{"source":433,"target":47},{"source":372,"target":47},{"source":372,"target":434},{"source":372,"target":28},{"source":434,"target":47},{"source":373,"target":47},{"source":373,"target":435},{"source":373,"target":28},{"source":435,"target":47},{"source":374,"target":74},{"source":374,"target":436},{"source":374,"target":28},{"source":436,"target":74},{"source":375,"target":74},{"source":375,"target":437},{"source":375,"target":28},{"source":437,"target":74},{"source":376,"target":47},{"source":376,"target":438},{"source":376,"target":28},{"source":438,"target":47},{"source":377,"target":74},{"source":377,"target":439},{"source":377,"target":28},{"source":439,"target":74},{"source":378,"target":74},{"source":378,"target":440},{"source":378,"target":28},{"source":440,"target":74},{"source":379,"target":74},{"source":379,"target":441},{"source":379,"target":28},{"source":441,"target":74},{"source":380,"target":31},{"source":380,"target":442},{"source":380,"target":28},{"source":442,"target":31},{"source":381,"target":74},{"source":381,"target":443},{"source":381,"target":28},{"source":443,"target":74},{"source":382,"target":74},{"source":382,"target":444},{"source":382,"target":28},{"source":444,"target":74},{"source":383,"target":74},{"source":383,"target":445},{"source":383,"target":28},{"source":445,"target":74},{"source":384,"target":74},{"source":384,"target":446},{"source":384,"target":28},{"source":446,"target":74},{"source":385,"target":74},{"source":385,"target":447},{"source":385,"target":28},{"source":447,"target":74},{"source":386,"target":74},{"source":386,"target":448},{"source":386,"target":28},{"source":448,"target":74},{"source":387,"target":74},{"source":387,"target":449},{"source":387,"target":28},{"source":449,"target":74},{"source":388,"target":74},{"source":388,"target":450},{"source":388,"target":28},{"source":450,"target":74},{"source":389,"target":74},{"source":389,"target":451},{"source":389,"target":28},{"source":451,"target":74},{"source":390,"target":74},{"source":390,"target":452},{"source":390,"target":28},{"source":452,"target":74},{"source":391,"target":74},{"source":391,"target":453},{"source":391,"target":28},{"source":453,"target":74},{"source":392,"target":32},{"source":392,"target":454},{"source":392,"target":28},{"source":392,"target":455},{"source":454,"target":32},{"source":393,"target":39},{"source":393,"target":456},{"source":393,"target":28},{"source":393,"target":457},{"source":456,"target":39},{"source":29,"target":0},{"source":29,"target":458},{"source":29,"target":459},{"source":29,"target":460},{"source":29,"target":461},{"source":458,"target":29},{"source":459,"target":29},{"source":460,"target":29},{"source":461,"target":29},{"source":30,"target":0},{"source":30,"target":462},{"source":30,"target":463},{"source":30,"target":464},{"source":462,"target":30},{"source":463,"target":30},{"source":464,"target":30},{"source":31,"target":0},{"source":31,"target":465},{"source":31,"target":466},{"source":465,"target":31},{"source":466,"target":31},{"source":32,"target":0},{"source":32,"target":455},{"source":32,"target":467},{"source":32,"target":468},{"source":32,"target":469},{"source":32,"target":470},{"source":455,"target":28},{"source":455,"target":471},{"source":455,"target":32},{"source":455,"target":392},{"source":471,"target":28},{"source":467,"target":33},{"source":467,"target":472},{"source":467,"target":32},{"source":467,"target":473},{"source":472,"target":33},{"source":468,"target":36},{"source":468,"target":474},{"source":468,"target":32},{"source":468,"target":475},{"source":474,"target":36},{"source":469,"target":37},{"source":469,"target":476},{"source":469,"target":32},{"source":469,"target":477},{"source":476,"target":37},{"source":470,"target":38},{"source":470,"target":478},{"source":470,"target":32},{"source":470,"target":479},{"source":478,"target":38},{"source":33,"target":0},{"source":33,"target":473},{"source":33,"target":480},{"source":33,"target":481},{"source":33,"target":482},{"source":33,"target":483},{"source":473,"target":32},{"source":473,"target":484},{"source":473,"target":33},{"source":473,"target":467},{"source":484,"target":32},{"source":480,"target":34},{"source":480,"target":485},{"source":480,"target":33},{"source":485,"target":34},{"source":481,"target":74},{"source":481,"target":486},{"source":481,"target":33},{"source":486,"target":74},{"source":482,"target":74},{"source":482,"target":487},{"source":482,"target":33},{"source":487,"target":74},{"source":483,"target":63},{"source":483,"target":488},{"source":483,"target":33},{"source":488,"target":63},{"source":34,"target":0},{"source":34,"target":489},{"source":34,"target":490},{"source":489,"target":34},{"source":490,"target":34},{"source":35,"target":0},{"source":35,"target":491},{"source":35,"target":492},{"source":491,"target":67},{"source":491,"target":493},{"source":491,"target":35},{"source":493,"target":67},{"source":492,"target":63},{"source":492,"target":494},{"source":492,"target":35},{"source":494,"target":63},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":475},{"source":36,"target":495},{"source":475,"target":32},{"source":475,"target":496},{"source":475,"target":36},{"source":475,"target":468},{"source":496,"target":32},{"source":495,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":477},{"source":37,"target":497},{"source":477,"target":32},{"source":477,"target":498},{"source":477,"target":37},{"source":477,"target":469},{"source":498,"target":32},{"source":497,"target":35},{"source":38,"target":0},{"source":38,"target":479},{"source":38,"target":499},{"source":38,"target":500},{"source":38,"target":501},{"source":38,"target":502},{"source":479,"target":32},{"source":479,"target":503},{"source":479,"target":38},{"source":479,"target":470},{"source":503,"target":32},{"source":499,"target":67},{"source":499,"target":504},{"source":499,"target":38},{"source":504,"target":67},{"source":500,"target":67},{"source":500,"target":505},{"source":500,"target":38},{"source":505,"target":67},{"source":501,"target":67},{"source":501,"target":506},{"source":501,"target":38},{"source":506,"target":67},{"source":502,"target":67},{"source":502,"target":507},{"source":502,"target":38},{"source":507,"target":67},{"source":39,"target":0},{"source":39,"target":457},{"source":39,"target":508},{"source":39,"target":509},{"source":39,"target":510},{"source":39,"target":511},{"source":39,"target":512},{"source":39,"target":513},{"source":39,"target":514},{"source":39,"target":515},{"source":39,"target":516},{"source":39,"target":517},{"source":39,"target":518},{"source":39,"target":519},{"source":39,"target":520},{"source":39,"target":521},{"source":39,"target":522},{"source":457,"target":28},{"source":457,"target":523},{"source":457,"target":39},{"source":457,"target":393},{"source":523,"target":28},{"source":508,"target":47},{"source":508,"target":524},{"source":508,"target":39},{"source":524,"target":47},{"source":509,"target":47},{"source":509,"target":525},{"source":509,"target":39},{"source":525,"target":47},{"source":510,"target":74},{"source":510,"target":526},{"source":510,"target":39},{"source":526,"target":74},{"source":511,"target":74},{"source":511,"target":527},{"source":511,"target":39},{"source":527,"target":74},{"source":512,"target":74},{"source":512,"target":528},{"source":512,"target":39},{"source":528,"target":74},{"source":513,"target":40},{"source":513,"target":529},{"source":513,"target":39},{"source":529,"target":40},{"source":514,"target":47},{"source":514,"target":530},{"source":514,"target":39},{"source":530,"target":47},{"source":515,"target":63},{"source":515,"target":531},{"source":515,"target":39},{"source":531,"target":63},{"source":516,"target":74},{"source":516,"target":532},{"source":516,"target":39},{"source":532,"target":74},{"source":517,"target":47},{"source":517,"target":533},{"source":517,"target":39},{"source":533,"target":47},{"source":518,"target":47},{"source":518,"target":534},{"source":518,"target":39},{"source":534,"target":47},{"source":519,"target":47},{"source":519,"target":535},{"source":519,"target":39},{"source":535,"target":47},{"source":520,"target":74},{"source":520,"target":536},{"source":520,"target":39},{"source":536,"target":74},{"source":521,"target":47},{"source":521,"target":537},{"source":521,"target":39},{"source":537,"target":47},{"source":522,"target":74},{"source":522,"target":538},{"source":522,"target":39},{"source":538,"target":74},{"source":40,"target":0},{"source":40,"target":539},{"source":40,"target":540},{"source":40,"target":541},{"source":539,"target":40},{"source":540,"target":40},{"source":541,"target":40},{"source":542,"target":47},{"source":542,"target":63},{"source":542,"target":74},{"source":542,"target":67},{"source":47,"target":542},{"source":63,"target":542},{"source":74,"target":542},{"source":67,"target":542}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="arduino" nsURI="http://www.obeo.fr/arduino" nsPrefix="arduino"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="board" lowerBound="1" eType="//Board" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sketch" lowerBound="1" eType="//Sketch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Board" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="//Module" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" interface="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputModule" abstract="true" eSuperTypes="//Module"/> <eClassifiers xsi:type="ecore:EClass" name="Led" eSuperTypes="//OutputModule"/> <eClassifiers xsi:type="ecore:EClass" name="InputModule" abstract="true" eSuperTypes="//Module"/> <eClassifiers xsi:type="ecore:EClass" name="PushButton" eSuperTypes="//InputModule"/> <eClassifiers xsi:type="ecore:EClass" name="Sketch" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//Control"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleSet" abstract="true" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetLed" eSuperTypes="//ModuleSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="led" lowerBound="1" eType="//Led"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitFor" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//Module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="//UnaryOperatorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryOperatorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleGet" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperatorKind"> <eLiterals name="minus"/> <eLiterals name="neg" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperatorKind"> <eLiterals name="sub"/> <eLiterals name="add" value="1"/> <eLiterals name="mul" value="2"/> <eLiterals name="div" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="max" value="5"/> <eLiterals name="mod" value="6" literal="mod"/> <eLiterals name="lt" value="7" literal="lt"/> <eLiterals name="le" value="8" literal="le"/> <eLiterals name="eq" value="9" literal="eq"/> <eLiterals name="ge" value="10" literal="ge"/> <eLiterals name="gt" value="11" literal="gt"/> <eLiterals name="neq" value="12" literal="neq"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tetrabox/examples-behavioral-interface/languages/arduino/org.gemoc.arduino.sequential.model/model/arduino.ecore
ecore
arduino NamedElement name Project board sketch Board modules Module OutputModule Led InputModule PushButton Sketch block Block instructions Instruction Control block If condition elseBlock While condition ModuleSet value SetLed led Delay value WaitFor module value Expression Constant value 0 UnaryExpression operator operand BinaryExpression operator left right ModuleGet module UnaryOperatorKind minus minus neg neg BinaryOperatorKind sub sub add add mul mul div div min min max max mod mod lt lt le le eq eq ge ge gt gt neq neq
null
{"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://www.obeo.fr/arduino","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputModule","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Led","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputModule","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PushButton","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleSet","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetLed","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitFor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleGet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperatorKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperatorKind","instanceClass":null,"id":25,"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":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"led","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"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":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"minus","id":89,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"neg","id":90,"value":1,"literal":"neg","eClass":"EEnumLiteral"},{"name":"sub","id":91,"value":0,"literal":"sub","eClass":"EEnumLiteral"},{"name":"add","id":92,"value":1,"literal":"add","eClass":"EEnumLiteral"},{"name":"mul","id":93,"value":2,"literal":"mul","eClass":"EEnumLiteral"},{"name":"div","id":94,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"name":"min","id":95,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":96,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"mod","id":97,"value":6,"literal":"mod","eClass":"EEnumLiteral"},{"name":"lt","id":98,"value":7,"literal":"lt","eClass":"EEnumLiteral"},{"name":"le","id":99,"value":8,"literal":"le","eClass":"EEnumLiteral"},{"name":"eq","id":100,"value":9,"literal":"eq","eClass":"EEnumLiteral"},{"name":"ge","id":101,"value":10,"literal":"ge","eClass":"EEnumLiteral"},{"name":"gt","id":102,"value":11,"literal":"gt","eClass":"EEnumLiteral"},{"name":"neq","id":103,"value":12,"literal":"neq","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":26,"target":27},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":3},{"source":29,"target":9},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":9},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":3},{"source":35,"target":4},{"source":34,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":36},{"source":36,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":37},{"source":37,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":38},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":39},{"source":39,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":40},{"source":40,"target":7},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":10},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":10},{"source":42,"target":1},{"source":10,"target":0},{"source":10,"target":44},{"source":44,"target":11},{"source":44,"target":45},{"source":44,"target":10},{"source":45,"target":11},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":46},{"source":12,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":12},{"source":48,"target":10},{"source":47,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":49},{"source":13,"target":50},{"source":13,"target":51},{"source":49,"target":19},{"source":49,"target":52},{"source":49,"target":13},{"source":52,"target":19},{"source":50,"target":10},{"source":50,"target":53},{"source":50,"target":13},{"source":53,"target":10},{"source":51,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":54},{"source":14,"target":55},{"source":54,"target":19},{"source":54,"target":56},{"source":54,"target":14},{"source":56,"target":19},{"source":55,"target":12},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":57},{"source":15,"target":58},{"source":57,"target":19},{"source":57,"target":59},{"source":57,"target":15},{"source":59,"target":19},{"source":58,"target":11},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":60},{"source":16,"target":61},{"source":60,"target":6},{"source":60,"target":62},{"source":60,"target":16},{"source":62,"target":6},{"source":61,"target":15},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":63},{"source":17,"target":64},{"source":63,"target":65},{"source":63,"target":17},{"source":64,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":66},{"source":18,"target":67},{"source":18,"target":68},{"source":66,"target":4},{"source":66,"target":69},{"source":66,"target":18},{"source":69,"target":4},{"source":67,"target":20},{"source":67,"target":70},{"source":67,"target":18},{"source":70,"target":20},{"source":68,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":71},{"source":20,"target":72},{"source":71,"target":73},{"source":71,"target":20},{"source":72,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":74},{"source":21,"target":75},{"source":21,"target":76},{"source":74,"target":24},{"source":74,"target":77},{"source":74,"target":21},{"source":77,"target":24},{"source":75,"target":19},{"source":75,"target":78},{"source":75,"target":21},{"source":78,"target":19},{"source":76,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":79},{"source":22,"target":80},{"source":22,"target":81},{"source":22,"target":82},{"source":79,"target":25},{"source":79,"target":83},{"source":79,"target":22},{"source":83,"target":25},{"source":80,"target":19},{"source":80,"target":84},{"source":80,"target":22},{"source":84,"target":19},{"source":81,"target":19},{"source":81,"target":85},{"source":81,"target":22},{"source":85,"target":19},{"source":82,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":86},{"source":23,"target":87},{"source":86,"target":4},{"source":86,"target":88},{"source":86,"target":23},{"source":88,"target":4},{"source":87,"target":19},{"source":24,"target":0},{"source":24,"target":89},{"source":24,"target":90},{"source":89,"target":24},{"source":90,"target":24},{"source":25,"target":0},{"source":25,"target":91},{"source":25,"target":92},{"source":25,"target":93},{"source":25,"target":94},{"source":25,"target":95},{"source":25,"target":96},{"source":25,"target":97},{"source":25,"target":98},{"source":25,"target":99},{"source":25,"target":100},{"source":25,"target":101},{"source":25,"target":102},{"source":25,"target":103},{"source":91,"target":25},{"source":92,"target":25},{"source":93,"target":25},{"source":94,"target":25},{"source":95,"target":25},{"source":96,"target":25},{"source":97,"target":25},{"source":98,"target":25},{"source":99,"target":25},{"source":100,"target":25},{"source":101,"target":25},{"source":102,"target":25},{"source":103,"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="mylyn" nsURI="http://www.eclipse.org/oomph/setup/mylyn/1.0" nsPrefix="mylyn"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="schemaLocation" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/setup/Enablement"> <details key="variableName" value="setup.mylyn.p2"/> <details key="repository" value="${oomph.update.url}"/> <details key="installableUnits" value="org.eclipse.oomph.setup.mylyn.feature.group"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/setup/Enablement"> <details key="variableName" value="setup.mylyn.p2"/> <details key="repository" value="http://download.eclipse.org/mylyn/releases/latest"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/base/LabelProvider"> <details key="imageBaseURI" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/plugins/org.eclipse.oomph.setup.mylyn.edit/icons/full/obj16"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MylynQueriesTask" eSuperTypes="http://www.eclipse.org/oomph/setup/1.0#//SetupTask"> <eAnnotations source="http://www.eclipse.org/oomph/setup/Enablement"> <details key="installableUnits" value="org.eclipse.mylyn.tasks.core org.eclipse.mylyn.tasks.ui"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/setup/ValidTriggers"> <details key="triggers" value="STARTUP MANUAL"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="bugzilla"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryURL" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userID" 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="queries" upperBound="-1" eType="#//Query" containment="true" eOpposite="#//Query/task"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="query"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MylynBuildsTask" eSuperTypes="http://www.eclipse.org/oomph/setup/1.0#//SetupTask"> <eAnnotations source="http://www.eclipse.org/oomph/setup/Enablement"> <details key="installableUnits" value="org.eclipse.mylyn.tasks.core org.eclipse.mylyn.tasks.ui"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/setup/ValidTriggers"> <details key="triggers" value="STARTUP MANUAL"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectorKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.mylyn.hudson"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverURL" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userID" 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="buildPlans" lowerBound="1" upperBound="-1" eType="#//BuildPlan" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="buildPlan"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildPlan" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement"> <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="Query" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//MylynQueriesTask" eOpposite="#//MylynQueriesTask/queries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <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:EReference" name="attributes" upperBound="-1" eType="#//QueryAttribute" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="attribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryAttribute" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/nittka/oomph-playground/setups/models/Mylyn.ecore
ecore
mylyn MylynQueriesTask connectorKind bugzilla repositoryURL userID password queries MylynBuildsTask connectorKind org.eclipse.mylyn.hudson serverURL userID password buildPlans BuildPlan name Query task summary uRL attributes QueryAttribute java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"mylyn","nsURI":"http://www.eclipse.org/oomph/setup/mylyn/1.0","name":"mylyn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MylynQueriesTask","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MylynBuildsTask","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildPlan","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":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"QueryAttribute","instanceClass":"java.util.Map$Entry","abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"bugzilla","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"bugzilla","unsettable":false,"transient":false,"unique":true,"name":"connectorKind","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repositoryURL","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userID","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.mylyn.hudson","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.mylyn.hudson","unsettable":false,"transient":false,"unique":true,"name":"connectorKind","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverURL","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":"userID","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buildPlans","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"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"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":"summary","changeable":true,"lowerBound":1,"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":"uRL","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"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":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":4},{"source":10,"target":16},{"source":10,"target":1},{"source":10,"target":17},{"source":16,"target":4},{"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":22,"target":3},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":3},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":17,"target":1},{"source":17,"target":36},{"source":17,"target":4},{"source":17,"target":10},{"source":36,"target":1},{"source":32,"target":37},{"source":32,"target":4},{"source":33,"target":38},{"source":33,"target":4},{"source":34,"target":5},{"source":34,"target":39},{"source":34,"target":4},{"source":39,"target":5},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":42},{"source":40,"target":5},{"source":41,"target":43},{"source":41,"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="symboleo" nsURI="http://www.xtext.org/example/symboleo/Symboleo" nsPrefix="symboleo"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainConcepts" upperBound="-1" eType="#//DomainConcept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contractName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Declar" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" upperBound="-1" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" upperBound="-1" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obligations" upperBound="-1" eType="#//Obligation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sobligations" upperBound="-1" eType="#//Obligation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powers" upperBound="-1" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainConcept"> <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="Regular" eSuperTypes="#//DomainConcept"> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptType" eType="#//CType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeType" eType="#//CType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DomainConcept"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationItems" upperBound="-1" eType="#//enumItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumItem"> <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="CType"/> <eClassifiers xsi:type="ecore:EClass" name="DomainType" eSuperTypes="#//CType #//TypeName"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//DomainConcept"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" eSuperTypes="#//CType #//TypeName"> <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="OntoCType" eSuperTypes="#//CType"> <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="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="#//TypeName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeName"/> <eClassifiers xsi:type="ecore:EClass" name="DeclarPair"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declar"> <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="#//Regular"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//DeclarPair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Obligation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Power"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" eType="#//Proposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" eType="#//Proposition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="junctions" upperBound="-1" eType="#//Junction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Junction"> <eStructuralFeatures xsi:type="ecore:EReference" name="negativeAtoms" upperBound="-1" eType="#//Negation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atomicExpression" eType="#//Atom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventProposition" eType="#//EventProp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="situationProposition" eType="#//SitProp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="point" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interval" eType="#//Interval" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SitProp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oSituationName" eType="#//oState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cSituationName" eType="#//cState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pSituationName" eType="#//pState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interval" eType="#//Interval" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventProp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oEventName" eType="#//oEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cEventName" eType="#//cEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pEventName" eType="#//pEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="point" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval"> <eStructuralFeatures xsi:type="ecore:EReference" name="situationName" eType="#//SitName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unnamed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intConst" eType="#//IntConst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SitName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SitName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oState" eType="#//oState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pState" eType="#//pState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cState" eType="#//cState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oEvent" eType="#//oEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cEvent" eType="#//cEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pEvent" eType="#//pEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventName" eType="#//SitName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unnamed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointConst" eType="#//PointConst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powEvent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="cEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contrEvent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="oEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oblEvent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oblName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointConst"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="oState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oblState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oblName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="cState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contrState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contractName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/sukhrajbhogal/symboleo/org.xtext.example.symboleo/model/generated/Symboleo.ecore
ecore
symboleo Model domainName domainConcepts contractName parameters declarations preconditions postconditions obligations sobligations powers constraints DomainConcept name Regular conceptType attributes Attribute name attributeType Enumeration enumerationItems enumItem name CType DomainType superType BasicType name OntoCType name Parameter name type TypeName DeclarPair attr param Declar name type attributes Obligation name trigger role1 role2 antecedent consequent Power name trigger role1 role2 antecedent consequent Proposition junctions Junction negativeAtoms Negation negated atomicExpression Atom eventProposition situationProposition point interval bool SitProp situationName oSituationName cSituationName pSituationName interval EventProp eventName oEventName cEventName pEventName point Interval situationName start end unnamed tempOp intConst unit SitName SitName oState pState cState oEvent cEvent pEvent IntConst Type Point eventName unnamed pointConst unit tempOp pEvent powEvent powName cEvent contrEvent contrName oEvent oblEvent oblName PointConst Type oState oblState oblName cState contrState contractName pState powState powName
null
{"directed":true,"nodes":[{"nsPrefix":"symboleo","nsURI":"http://www.xtext.org/example/symboleo/Symboleo","name":"symboleo","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":"DomainConcept","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumItem","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OntoCType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeName","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarPair","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declar","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Obligation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SitProp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventProp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SitName","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConst","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pEvent","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"cEvent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"oEvent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointConst","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"oState","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"cState","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pState","instanceClass":null,"abstract":false,"id":33,"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":"domainName","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":"domainConcepts","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":"contractName","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":"parameters","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":"declarations","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":"preconditions","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":"postconditions","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":"obligations","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":"sobligations","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":"powers","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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},{"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":"conceptType","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeType","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":"enumerationItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"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":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"role1","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":"role2","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":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":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":"role1","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":"role2","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","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":"consequent","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"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"junctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negativeAtoms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"negated","changeable":true,"lowerBound":0,"iD":false,"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":"atomicExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventProposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"situationProposition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"point","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":"interval","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"bool","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situationName","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":"oSituationName","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":"cSituationName","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":"pSituationName","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":"interval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventName","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oEventName","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":"cEventName","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":"pEventName","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":"point","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"situationName","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":"start","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","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":"unnamed","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":"tempOp","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":"intConst","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":"unit","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"},{"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":"SitName","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oState","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":"pState","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":"cState","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":"oEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unnamed","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointConst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempOp","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powEvent","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powName","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contrEvent","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contrName","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oblEvent","changeable":true,"lowerBound":0,"iD":false,"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":"oblName","changeable":true,"lowerBound":0,"iD":false,"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":"Type","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oblState","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oblName","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":"contrState","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contractName","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powState","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powName","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":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":34,"target":45},{"source":34,"target":1},{"source":35,"target":2},{"source":35,"target":46},{"source":35,"target":1},{"source":46,"target":2},{"source":36,"target":47},{"source":36,"target":1},{"source":37,"target":11},{"source":37,"target":48},{"source":37,"target":1},{"source":48,"target":11},{"source":38,"target":14},{"source":38,"target":49},{"source":38,"target":1},{"source":49,"target":14},{"source":39,"target":17},{"source":39,"target":50},{"source":39,"target":1},{"source":50,"target":17},{"source":40,"target":17},{"source":40,"target":51},{"source":40,"target":1},{"source":51,"target":17},{"source":41,"target":15},{"source":41,"target":52},{"source":41,"target":1},{"source":52,"target":15},{"source":42,"target":15},{"source":42,"target":53},{"source":42,"target":1},{"source":53,"target":15},{"source":43,"target":16},{"source":43,"target":54},{"source":43,"target":1},{"source":54,"target":16},{"source":44,"target":17},{"source":44,"target":55},{"source":44,"target":1},{"source":55,"target":17},{"source":2,"target":0},{"source":2,"target":56},{"source":56,"target":57},{"source":56,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":58,"target":7},{"source":58,"target":61},{"source":58,"target":3},{"source":61,"target":7},{"source":59,"target":4},{"source":59,"target":62},{"source":59,"target":3},{"source":62,"target":4},{"source":60,"target":2},{"source":4,"target":0},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":65},{"source":63,"target":4},{"source":64,"target":7},{"source":64,"target":66},{"source":64,"target":4},{"source":66,"target":7},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":67},{"source":5,"target":68},{"source":67,"target":6},{"source":67,"target":69},{"source":67,"target":5},{"source":69,"target":6},{"source":68,"target":2},{"source":6,"target":0},{"source":6,"target":70},{"source":70,"target":71},{"source":70,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":12},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":72,"target":2},{"source":72,"target":75},{"source":72,"target":8},{"source":75,"target":2},{"source":73,"target":7},{"source":74,"target":12},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":12},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":76,"target":79},{"source":76,"target":9},{"source":77,"target":7},{"source":78,"target":12},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":80},{"source":10,"target":81},{"source":80,"target":82},{"source":80,"target":10},{"source":81,"target":7},{"source":11,"target":0},{"source":11,"target":83},{"source":11,"target":84},{"source":83,"target":85},{"source":83,"target":11},{"source":84,"target":12},{"source":84,"target":86},{"source":84,"target":11},{"source":86,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":87},{"source":13,"target":88},{"source":87,"target":89},{"source":87,"target":13},{"source":88,"target":11},{"source":88,"target":90},{"source":88,"target":13},{"source":90,"target":11},{"source":14,"target":0},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":91,"target":94},{"source":91,"target":14},{"source":92,"target":3},{"source":92,"target":95},{"source":92,"target":14},{"source":95,"target":3},{"source":93,"target":13},{"source":93,"target":96},{"source":93,"target":14},{"source":96,"target":13},{"source":15,"target":0},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":97,"target":103},{"source":97,"target":15},{"source":98,"target":17},{"source":98,"target":104},{"source":98,"target":15},{"source":104,"target":17},{"source":99,"target":105},{"source":99,"target":15},{"source":100,"target":106},{"source":100,"target":15},{"source":101,"target":17},{"source":101,"target":107},{"source":101,"target":15},{"source":107,"target":17},{"source":102,"target":17},{"source":102,"target":108},{"source":102,"target":15},{"source":108,"target":17},{"source":16,"target":0},{"source":16,"target":109},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":109,"target":115},{"source":109,"target":16},{"source":110,"target":17},{"source":110,"target":116},{"source":110,"target":16},{"source":116,"target":17},{"source":111,"target":117},{"source":111,"target":16},{"source":112,"target":118},{"source":112,"target":16},{"source":113,"target":17},{"source":113,"target":119},{"source":113,"target":16},{"source":119,"target":17},{"source":114,"target":17},{"source":114,"target":120},{"source":114,"target":16},{"source":120,"target":17},{"source":17,"target":0},{"source":17,"target":121},{"source":121,"target":18},{"source":121,"target":122},{"source":121,"target":17},{"source":122,"target":18},{"source":18,"target":0},{"source":18,"target":123},{"source":123,"target":19},{"source":123,"target":124},{"source":123,"target":18},{"source":124,"target":19},{"source":19,"target":0},{"source":19,"target":125},{"source":19,"target":126},{"source":125,"target":127},{"source":125,"target":19},{"source":126,"target":20},{"source":126,"target":128},{"source":126,"target":19},{"source":128,"target":20},{"source":20,"target":0},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":20,"target":133},{"source":129,"target":22},{"source":129,"target":134},{"source":129,"target":20},{"source":134,"target":22},{"source":130,"target":21},{"source":130,"target":135},{"source":130,"target":20},{"source":135,"target":21},{"source":131,"target":26},{"source":131,"target":136},{"source":131,"target":20},{"source":136,"target":26},{"source":132,"target":23},{"source":132,"target":137},{"source":132,"target":20},{"source":137,"target":23},{"source":133,"target":138},{"source":133,"target":20},{"source":21,"target":0},{"source":21,"target":139},{"source":21,"target":140},{"source":21,"target":141},{"source":21,"target":142},{"source":21,"target":143},{"source":139,"target":144},{"source":139,"target":21},{"source":140,"target":31},{"source":140,"target":145},{"source":140,"target":21},{"source":145,"target":31},{"source":141,"target":32},{"source":141,"target":146},{"source":141,"target":21},{"source":146,"target":32},{"source":142,"target":33},{"source":142,"target":147},{"source":142,"target":21},{"source":147,"target":33},{"source":143,"target":23},{"source":143,"target":148},{"source":143,"target":21},{"source":148,"target":23},{"source":22,"target":0},{"source":22,"target":149},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":22,"target":153},{"source":149,"target":154},{"source":149,"target":22},{"source":150,"target":29},{"source":150,"target":155},{"source":150,"target":22},{"source":155,"target":29},{"source":151,"target":28},{"source":151,"target":156},{"source":151,"target":22},{"source":156,"target":28},{"source":152,"target":27},{"source":152,"target":157},{"source":152,"target":22},{"source":157,"target":27},{"source":153,"target":26},{"source":153,"target":158},{"source":153,"target":22},{"source":158,"target":26},{"source":23,"target":0},{"source":23,"target":159},{"source":23,"target":160},{"source":23,"target":161},{"source":23,"target":162},{"source":23,"target":163},{"source":23,"target":164},{"source":23,"target":165},{"source":159,"target":24},{"source":159,"target":166},{"source":159,"target":23},{"source":166,"target":24},{"source":160,"target":26},{"source":160,"target":167},{"source":160,"target":23},{"source":167,"target":26},{"source":161,"target":26},{"source":161,"target":168},{"source":161,"target":23},{"source":168,"target":26},{"source":162,"target":169},{"source":162,"target":23},{"source":163,"target":170},{"source":163,"target":23},{"source":164,"target":25},{"source":164,"target":171},{"source":164,"target":23},{"source":171,"target":25},{"source":165,"target":172},{"source":165,"target":23},{"source":24,"target":0},{"source":24,"target":173},{"source":24,"target":174},{"source":24,"target":175},{"source":24,"target":176},{"source":24,"target":177},{"source":24,"target":178},{"source":24,"target":179},{"source":173,"target":180},{"source":173,"target":24},{"source":174,"target":31},{"source":174,"target":181},{"source":174,"target":24},{"source":181,"target":31},{"source":175,"target":33},{"source":175,"target":182},{"source":175,"target":24},{"source":182,"target":33},{"source":176,"target":32},{"source":176,"target":183},{"source":176,"target":24},{"source":183,"target":32},{"source":177,"target":29},{"source":177,"target":184},{"source":177,"target":24},{"source":184,"target":29},{"source":178,"target":28},{"source":178,"target":185},{"source":178,"target":24},{"source":185,"target":28},{"source":179,"target":27},{"source":179,"target":186},{"source":179,"target":24},{"source":186,"target":27},{"source":25,"target":0},{"source":25,"target":187},{"source":187,"target":188},{"source":187,"target":25},{"source":26,"target":0},{"source":26,"target":189},{"source":26,"target":190},{"source":26,"target":191},{"source":26,"target":192},{"source":26,"target":193},{"source":189,"target":24},{"source":189,"target":194},{"source":189,"target":26},{"source":194,"target":24},{"source":190,"target":195},{"source":190,"target":26},{"source":191,"target":30},{"source":191,"target":196},{"source":191,"target":26},{"source":196,"target":30},{"source":192,"target":197},{"source":192,"target":26},{"source":193,"target":198},{"source":193,"target":26},{"source":27,"target":0},{"source":27,"target":199},{"source":27,"target":200},{"source":199,"target":201},{"source":199,"target":27},{"source":200,"target":202},{"source":200,"target":27},{"source":28,"target":0},{"source":28,"target":203},{"source":28,"target":204},{"source":203,"target":205},{"source":203,"target":28},{"source":204,"target":206},{"source":204,"target":28},{"source":29,"target":0},{"source":29,"target":207},{"source":29,"target":208},{"source":207,"target":209},{"source":207,"target":29},{"source":208,"target":210},{"source":208,"target":29},{"source":30,"target":0},{"source":30,"target":211},{"source":211,"target":212},{"source":211,"target":30},{"source":31,"target":0},{"source":31,"target":213},{"source":31,"target":214},{"source":213,"target":215},{"source":213,"target":31},{"source":214,"target":216},{"source":214,"target":31},{"source":32,"target":0},{"source":32,"target":217},{"source":32,"target":218},{"source":217,"target":219},{"source":217,"target":32},{"source":218,"target":220},{"source":218,"target":32},{"source":33,"target":0},{"source":33,"target":221},{"source":33,"target":222},{"source":221,"target":223},{"source":221,"target":33},{"source":222,"target":224},{"source":222,"target":33}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="data" nsURI="http://www.birt.eclipse.org/ChartModelData" nsPrefix="data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;Schema file for the chart.model package.&#xA;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Action"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//ActionType" defaultValueLiteral="URL_Redirect" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of Action. This value determines the way the Action Value is processed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//ActionValue" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the value of the Action.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data for a base series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BaseSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" 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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigNumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element BigNUmberDataElement represents a DataElement which BigDecimal value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BigNumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Decimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BubbleDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the bubble data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BubbleDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Data" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Data"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of data to be plotted in a chart. A data element can hold a scalar or a multi-dimensional value.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataElement"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" eType="#//Data"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds data values for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Values"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of date/time data.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single date value as a long.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the date/time data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTimeDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the difference data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DifferenceDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GanttDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the gantt data associated with a series.&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GanttDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultipleActions" eSuperTypes="#//Action"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MultipleActions"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Actions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesMap" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertiesMap"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the null data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NullDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataElement" eSuperTypes="#//DataElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a single element of numerical data.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataElement"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds a single numeric value as a double.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the numeric data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NumberDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrthogonalSampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data for an orthogonal series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OrthogonalSampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSetRepresentation" 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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataSetRepresentation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seriesDefinitionIndex" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the index for the series definition for which this sample data is applicable.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitionIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type represents design-time definition for the dataset in a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Query"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" 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="Definition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Rule" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Rules"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" lowerBound="1" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type represents a rule to process a query expression.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Rule"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//RuleType" defaultValueLiteral="Filter" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> </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"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SampleData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type sample data that will be used to display the chart at design-time.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SampleData"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="baseSampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for base series in the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BaseSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="orthogonalSampleData" lowerBound="1" upperBound="-1" eType="#//OrthogonalSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Holds the sample data for orthogonal series in the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OrthogonalSampleData"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ancillarySampleData" lowerBound="1" upperBound="-1" eType="#//BaseSampleData" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AncillarySampleData"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;This type represents design-time definition for a&#xA;&#x9;&#x9;&#x9;&#x9;series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesDefinition"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Query"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesPalette" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//Palette" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesPalette"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesDefinitions" lowerBound="1" upperBound="-1" eType="#//SeriesDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SeriesDefinitions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="formatSpecifier" lowerBound="1" eType="ecore:EClass org.eclipse.birt.chart.model.attribute.ecore#//FormatSpecifier" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FormatSpecifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="series" lowerBound="1" upperBound="-1" eType="ecore:EClass org.eclipse.birt.chart.model.component.ecore#//Series" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Holds all the series for the chart.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Series"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grouping" eType="#//SeriesGrouping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;grouped for display. This should only be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Grouping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorting" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//SortOption" defaultValueLiteral="Ascending" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Defines if and how the series data is to be&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sorted for display. This should only be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;to Base Series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Sorting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sortKey" lowerBound="1" eType="#//Query" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortLocale" 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="Specifies the locale on which the sorting will base, the value is the locale ID of &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.util.ULocale&lt;/code>."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortLocale"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortStrength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the strength of sorting, this attribute just uses the field values defined in &lt;code xmlns=&quot;http://www.birt.eclipse.org/ChartModelData&quot;>com.ibm.icu.text.Collator&lt;/code>. The available values are ASCII=-1, PRIMARY=0, SECONDARY=1,TERTIARY=2,QUATERNARY=3,IDENTICAL=15."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SortStrength"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies Z order among multiple series renderers. Default value is 0. The series renderer with higher z order value will overlay the one with lower value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ZOrder"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeriesGrouping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds all grouping-related information for a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SeriesGrouping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies whether grouping is enabled for the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;series.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingUnit" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//GroupingUnitType" defaultValueLiteral="Days" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the unit of grouping.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="groupingOrigin" lowerBound="1" eType="#//DataElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A data element that specifies the starting point&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for grouping. This does not apply to grouping of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Text values. If undefined, grouping starts at&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the minimum value.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingOrigin"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupingInterval" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" defaultValueLiteral="1" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the interval of grouping, by&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;default it's 1.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupingInterval"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupType" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//DataType" defaultValueLiteral="Text" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the type of data to be grouped.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GroupType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateExpression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="Sum" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the aggregate function to be applied&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;on orthogonal values for each grouped unit.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregateParameters" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AggregateParameters"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the stock data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StockDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextDataSet" eSuperTypes="#//DataSet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type holds the text data associated with a series.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TextDataSet"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;This type defines a Trigger. A trigger defines interactivity for a chart component.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Trigger"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerCondition" defaultValueLiteral="Mouse_Hover" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the condition for the Trigger. This value determines when the Action is processed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;Specifies the Action for the Trigger. This value describes the interactivity of the trigger.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggerFlow" eType="ecore:EEnum org.eclipse.birt.chart.model.attribute.ecore#//TriggerFlow" defaultValueLiteral="Capture" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the bubbling behavior of the Trigger."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TriggerFlow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/birtmobile/birt/chart/org.eclipse.birt.chart.engine/src/model/org.eclipse.birt.chart.model.data.ecore
ecore
data Action type URL_Redirect value BaseSampleData dataSetRepresentation BigNumberDataElement value BubbleDataSet Data java.lang.Object java.lang.Object DataElement DataSet values DateTimeDataElement value DateTimeDataSet DifferenceDataSet GanttDataSet MultipleActions actions propertiesMap NullDataSet NumberDataElement value NumberDataSet OrthogonalSampleData dataSetRepresentation seriesDefinitionIndex Query definition rules grouping Rule type Filter value SampleData baseSampleData orthogonalSampleData ancillarySampleData SeriesDefinition query seriesPalette seriesDefinitions formatSpecifier series grouping sorting Ascending sortKey sortLocale sortStrength zOrder 0 SeriesGrouping enabled groupingUnit Days groupingOrigin groupingInterval 1 groupType Text aggregateExpression Sum aggregateParameters StockDataSet TextDataSet Trigger condition Mouse_Hover action triggerFlow Capture
null
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"http://www.birt.eclipse.org/ChartModelData","name":"data","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":"BaseSampleData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigNumberDataElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BubbleDataSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Data","instanceClass":"java.lang.Object","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElement","instanceClass":null,"abstract":false,"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,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeDataSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceDataSet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GanttDataSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleActions","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullDataSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDataSet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrthogonalSampleData","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesDefinition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeriesGrouping","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockDataSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextDataSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"URL_Redirect","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"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":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertiesMap","changeable":true,"resolveProxies":false,"lowerBound":0,"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.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSetRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seriesDefinitionIndex","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":"definition","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":false,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"grouping","changeable":true,"resolveProxies":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":"Filter","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":67,"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":"orthogonalSampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"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":"ancillarySampleData","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesPalette","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"seriesDefinitions","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"formatSpecifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":76,"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":"series","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"grouping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Ascending","unsettable":true,"transient":false,"unique":true,"name":"sorting","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortKey","changeable":true,"resolveProxies":false,"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":"sortLocale","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sortStrength","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":true,"transient":false,"unique":true,"name":"zOrder","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"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enabled","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":"Days","unsettable":true,"transient":false,"unique":true,"name":"groupingUnit","changeable":true,"lowerBound":1,"iD":false,"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":"groupingOrigin","changeable":true,"resolveProxies":false,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"groupingInterval","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Text","unsettable":true,"transient":false,"unique":true,"name":"groupType","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"Sum","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Sum","unsettable":true,"transient":false,"unique":true,"name":"aggregateExpression","changeable":true,"lowerBound":1,"iD":false,"id":100,"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":"aggregateParameters","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"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Mouse_Hover","unsettable":true,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Capture","unsettable":true,"transient":false,"unique":true,"name":"triggerFlow","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":27},{"source":25,"target":1},{"source":26,"target":28},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":29,"target":30},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":34},{"source":34,"target":7},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":35},{"source":35,"target":5},{"source":35,"target":36},{"source":35,"target":7},{"source":36,"target":5},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":37},{"source":8,"target":38},{"source":37,"target":39},{"source":37,"target":8},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":40},{"source":40,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":41},{"source":41,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":42},{"source":42,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":12},{"source":46,"target":1},{"source":44,"target":47},{"source":44,"target":12},{"source":45,"target":1},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":48},{"source":48,"target":7},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":49},{"source":14,"target":50},{"source":49,"target":51},{"source":49,"target":14},{"source":50,"target":6},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":52},{"source":52,"target":7},{"source":16,"target":0},{"source":16,"target":53},{"source":16,"target":54},{"source":53,"target":55},{"source":53,"target":16},{"source":54,"target":56},{"source":54,"target":16},{"source":17,"target":0},{"source":17,"target":57},{"source":17,"target":58},{"source":17,"target":59},{"source":57,"target":60},{"source":57,"target":17},{"source":58,"target":18},{"source":58,"target":61},{"source":58,"target":17},{"source":61,"target":18},{"source":59,"target":21},{"source":59,"target":62},{"source":59,"target":17},{"source":62,"target":21},{"source":18,"target":0},{"source":18,"target":63},{"source":18,"target":64},{"source":63,"target":65},{"source":63,"target":18},{"source":64,"target":66},{"source":64,"target":18},{"source":19,"target":0},{"source":19,"target":67},{"source":19,"target":68},{"source":19,"target":69},{"source":67,"target":2},{"source":67,"target":70},{"source":67,"target":19},{"source":70,"target":2},{"source":68,"target":16},{"source":68,"target":71},{"source":68,"target":19},{"source":71,"target":16},{"source":69,"target":2},{"source":69,"target":72},{"source":69,"target":19},{"source":72,"target":2},{"source":20,"target":0},{"source":20,"target":73},{"source":20,"target":74},{"source":20,"target":75},{"source":20,"target":76},{"source":20,"target":77},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":20,"target":82},{"source":20,"target":83},{"source":73,"target":17},{"source":73,"target":84},{"source":73,"target":20},{"source":84,"target":17},{"source":74,"target":85},{"source":74,"target":20},{"source":75,"target":20},{"source":75,"target":86},{"source":75,"target":20},{"source":86,"target":20},{"source":76,"target":87},{"source":76,"target":20},{"source":77,"target":88},{"source":77,"target":20},{"source":78,"target":21},{"source":78,"target":89},{"source":78,"target":20},{"source":89,"target":21},{"source":79,"target":90},{"source":79,"target":20},{"source":80,"target":17},{"source":80,"target":91},{"source":80,"target":20},{"source":91,"target":17},{"source":81,"target":92},{"source":81,"target":20},{"source":82,"target":93},{"source":82,"target":20},{"source":83,"target":94},{"source":83,"target":20},{"source":21,"target":0},{"source":21,"target":95},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":21,"target":99},{"source":21,"target":100},{"source":21,"target":101},{"source":95,"target":102},{"source":95,"target":21},{"source":96,"target":103},{"source":96,"target":21},{"source":97,"target":6},{"source":97,"target":104},{"source":97,"target":21},{"source":104,"target":6},{"source":98,"target":105},{"source":98,"target":21},{"source":99,"target":106},{"source":99,"target":21},{"source":100,"target":107},{"source":100,"target":21},{"source":101,"target":108},{"source":101,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":109},{"source":109,"target":7},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":110},{"source":110,"target":7},{"source":24,"target":0},{"source":24,"target":111},{"source":24,"target":112},{"source":24,"target":113},{"source":111,"target":114},{"source":111,"target":24},{"source":112,"target":1},{"source":112,"target":115},{"source":112,"target":24},{"source":115,"target":1},{"source":113,"target":116},{"source":113,"target":24}],"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" nsPrefix="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="DSLModelPrimitiveTypes" nsURI="DSLModelPrimitiveTypes" nsPrefix="DSLModelPrimitiveTypes"> <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/metamodels/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 DSLModelPrimitiveTypes Boolean boolean boolean Integer int int String java.lang.String java.lang.String Double double double
null
{"directed":true,"nodes":[{"nsPrefix":"DSLModel","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":"DSLModelPrimitiveTypes","nsURI":"DSLModelPrimitiveTypes","name":"DSLModelPrimitiveTypes","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="model" nsURI="http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore" nsPrefix="org.eclipse.jst.ws.internal.cxf.core.model"> <eClassifiers xsi:type="ecore:EClass" name="CXFContext" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultRuntimeVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateAntBuildFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateClient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databinding" eType="#//DataBinding" defaultValueLiteral="jaxb"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frontend" eType="#//Frontend" defaultValueLiteral="jaxws"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useSpringApplicationContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exportCXFClasspathContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installations" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="#//CXFInstall"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CXFDataModel" abstract="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlURL" eType="#//URL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configWsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedJavaInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlDefinition" eType="#//Definition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soap12Binding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateXSDImports" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWSDL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWrapperFaultBeans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationProcessingEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebMethodAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateWebParamAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateRequestWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateResponseWrapperAnnotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java2WSDataModel" eSuperTypes="#//CXFDataModel #//Java2WSContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaStartingPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useServiceEndpointInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extractInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceEndpointInterfaceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="#//IMethod"/> <eTypeArguments eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationMap"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="portName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaContext" abstract="true" interface="true" eSuperTypes="#//CXFContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateImplementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processSOAPHeaders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultNamespacePackageNameMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadDefaultExcludesNamepsaceMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wsdlVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAddressBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcUseDefaultValues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringMultiLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcToStringSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcLocator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcSyncMethods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcMarkGenerated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xjcEpisodeFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoNameResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSDL2JavaDataModel" eSuperTypes="#//CXFDataModel #//WSDL2JavaContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingFiles" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedNamespaces"> <eGenericType eClassifier="#//Map"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catalogFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaSourceFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Frontend"> <eLiterals name="JAXWS" literal="jaxws"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataBinding"> <eLiterals name="JAXB" literal="jaxb"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/> <eClassifiers xsi:type="ecore:EDataType" name="Definition" instanceClassName="javax.wsdl.Definition"/> <eClassifiers xsi:type="ecore:EDataType" name="Map" instanceClassName="java.util.Map"> <eTypeParameters name="T"/> <eTypeParameters name="T1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IMethod" instanceClassName="org.eclipse.jdt.core.IMethod"/> <eClassifiers xsi:type="ecore:EClass" name="CXFInstall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/org-eclipse-mirror/org.eclipse.webtools.incubator/webservices/plugins/org.eclipse.jst.ws.cxf.core/model/CXF.ecore
ecore
model CXFContext defaultRuntimeLocation defaultRuntimeType defaultRuntimeVersion verbose true generateAntBuildFile false generateClient false generateServer false databinding jaxb frontend jaxws useSpringApplicationContext true exportCXFClasspathContainer true installations CXFDataModel projectName resourceDirectory classDirectory wsdlFileName wsdlURL configWsdlLocation fullyQualifiedJavaClassName fullyQualifiedJavaInterfaceName configId targetNamespace endpointName serviceName wsdlDefinition wsdlLocation Java2WSContext soap12Binding false generateXSDImports true generateWSDL true generateWrapperFaultBeans true annotationProcessingEnabled false generateWebMethodAnnotation false generateWebParamAnnotation false generateRequestWrapperAnnotation false generateResponseWrapperAnnotation false Java2WSDataModel classpath javaStartingPoint useServiceEndpointInterface extractInterface serviceEndpointInterfaceName methodMap annotationMap sourceDirectory portName WSDL2JavaContext generateImplementation true processSOAPHeaders false loadDefaultNamespacePackageNameMapping true loadDefaultExcludesNamepsaceMapping true validate true wsdlVersion 1.1 useDefaultValues true xjcArgs noAddressBinding false xjcUseDefaultValues false xjcToString false xjcToStringMultiLine false xjcToStringSimple false xjcLocator false xjcSyncMethods false xjcMarkGenerated false xjcEpisodeFile autoNameResolution false WSDL2JavaDataModel includedNamespaces bindingFiles excludedNamespaces catalogFile javaSourceFolder Frontend JAXWS jaxws DataBinding JAXB jaxb URL java.net.URL java.net.URL Definition javax.wsdl.Definition javax.wsdl.Definition Map java.util.Map java.util.Map T T1 IMethod org.eclipse.jdt.core.IMethod org.eclipse.jdt.core.IMethod CXFInstall version location type
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.jst.ws.internal.cxf.core.model","nsURI":"http:///org/eclipse/jst/ws/internal/cxf/core/model.ecore","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFContext","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFDataModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSContext","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2WSDataModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaContext","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSDL2JavaDataModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Frontend","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataBinding","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.wsdl.Definition","defaultValue":null,"instanceClassName":"javax.wsdl.Definition","name":"Definition","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jdt.core.IMethod","defaultValue":null,"instanceClassName":"org.eclipse.jdt.core.IMethod","name":"IMethod","instanceClass":null,"id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CXFInstall","instanceClass":null,"abstract":false,"id":13,"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":"defaultRuntimeLocation","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":"defaultRuntimeType","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":"defaultRuntimeVersion","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"verbose","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":"false","unsettable":false,"transient":false,"unique":true,"name":"generateAntBuildFile","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateClient","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"generateServer","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxb","unsettable":false,"transient":false,"unique":true,"name":"databinding","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"jaxws","unsettable":false,"transient":false,"unique":true,"name":"frontend","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"useSpringApplicationContext","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"exportCXFClasspathContainer","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":true,"unique":true,"name":"installations","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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceDirectory","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":"classDirectory","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":"wsdlFileName","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":"wsdlURL","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":"configWsdlLocation","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":"fullyQualifiedJavaClassName","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":"fullyQualifiedJavaInterfaceName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configId","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":"targetNamespace","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":"endpointName","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":"serviceName","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":"wsdlDefinition","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wsdlLocation","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"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"soap12Binding","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"generateXSDImports","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateWSDL","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"generateWrapperFaultBeans","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"annotationProcessingEnabled","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebMethodAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateWebParamAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateRequestWrapperAnnotation","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generateResponseWrapperAnnotation","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaStartingPoint","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"useServiceEndpointInterface","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":"extractInterface","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceEndpointInterfaceName","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":"methodMap","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":"annotationMap","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":"sourceDirectory","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":"portName","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"generateImplementation","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"processSOAPHeaders","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"loadDefaultNamespacePackageNameMapping","changeable":true,"lowerBound":0,"iD":false,"id":116,"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":"loadDefaultExcludesNamepsaceMapping","changeable":true,"lowerBound":0,"iD":false,"id":117,"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":"validate","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"1.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.1","unsettable":false,"transient":false,"unique":true,"name":"wsdlVersion","changeable":true,"lowerBound":0,"iD":false,"id":119,"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":"useDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xjcArgs","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"noAddressBinding","changeable":true,"lowerBound":0,"iD":false,"id":122,"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":"xjcUseDefaultValues","changeable":true,"lowerBound":0,"iD":false,"id":123,"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":"xjcToString","changeable":true,"lowerBound":0,"iD":false,"id":124,"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":"xjcToStringMultiLine","changeable":true,"lowerBound":0,"iD":false,"id":125,"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":"xjcToStringSimple","changeable":true,"lowerBound":0,"iD":false,"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":"xjcLocator","changeable":true,"lowerBound":0,"iD":false,"id":127,"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":"xjcSyncMethods","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"xjcMarkGenerated","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xjcEpisodeFile","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":"false","unsettable":false,"transient":false,"unique":true,"name":"autoNameResolution","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindingFiles","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":"excludedNamespaces","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogFile","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":"javaSourceFolder","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"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"name":"JAXWS","id":167,"value":0,"literal":"jaxws","eClass":"EEnumLiteral"},{"name":"JAXB","id":168,"value":0,"literal":"jaxb","eClass":"EEnumLiteral"},{"name":"T","id":169,"eClass":"ETypeParameter"},{"name":"T1","id":170,"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":"version","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":"location","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":8},{"source":21,"target":33},{"source":21,"target":1},{"source":33,"target":8},{"source":22,"target":7},{"source":22,"target":34},{"source":22,"target":1},{"source":34,"target":7},{"source":23,"target":35},{"source":23,"target":1},{"source":24,"target":36},{"source":24,"target":1},{"source":25,"target":37},{"source":25,"target":1},{"source":37,"target":38},{"source":37,"target":39},{"source":39,"target":13},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":41,"target":56},{"source":41,"target":2},{"source":42,"target":57},{"source":42,"target":2},{"source":43,"target":58},{"source":43,"target":2},{"source":44,"target":9},{"source":44,"target":59},{"source":44,"target":2},{"source":59,"target":9},{"source":45,"target":60},{"source":45,"target":2},{"source":46,"target":61},{"source":46,"target":2},{"source":47,"target":62},{"source":47,"target":2},{"source":48,"target":63},{"source":48,"target":2},{"source":49,"target":64},{"source":49,"target":2},{"source":50,"target":65},{"source":50,"target":2},{"source":51,"target":66},{"source":51,"target":2},{"source":52,"target":10},{"source":52,"target":67},{"source":52,"target":2},{"source":67,"target":10},{"source":53,"target":68},{"source":53,"target":2},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":69,"target":79},{"source":69,"target":3},{"source":70,"target":80},{"source":70,"target":3},{"source":71,"target":81},{"source":71,"target":3},{"source":72,"target":82},{"source":72,"target":3},{"source":73,"target":83},{"source":73,"target":3},{"source":74,"target":84},{"source":74,"target":3},{"source":75,"target":85},{"source":75,"target":3},{"source":76,"target":86},{"source":76,"target":3},{"source":77,"target":87},{"source":77,"target":3},{"source":78,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":88,"target":99},{"source":88,"target":4},{"source":89,"target":100},{"source":89,"target":4},{"source":90,"target":101},{"source":90,"target":4},{"source":91,"target":102},{"source":91,"target":4},{"source":92,"target":103},{"source":92,"target":4},{"source":93,"target":11},{"source":93,"target":104},{"source":93,"target":4},{"source":104,"target":105},{"source":104,"target":106},{"source":104,"target":11},{"source":105,"target":12},{"source":106,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":94,"target":11},{"source":94,"target":109},{"source":94,"target":4},{"source":109,"target":110},{"source":109,"target":111},{"source":109,"target":11},{"source":95,"target":112},{"source":95,"target":4},{"source":96,"target":113},{"source":96,"target":4},{"source":97,"target":2},{"source":98,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"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":114,"target":133},{"source":114,"target":5},{"source":115,"target":134},{"source":115,"target":5},{"source":116,"target":135},{"source":116,"target":5},{"source":117,"target":136},{"source":117,"target":5},{"source":118,"target":137},{"source":118,"target":5},{"source":119,"target":138},{"source":119,"target":5},{"source":120,"target":139},{"source":120,"target":5},{"source":121,"target":140},{"source":121,"target":5},{"source":122,"target":141},{"source":122,"target":5},{"source":123,"target":142},{"source":123,"target":5},{"source":124,"target":143},{"source":124,"target":5},{"source":125,"target":144},{"source":125,"target":5},{"source":126,"target":145},{"source":126,"target":5},{"source":127,"target":146},{"source":127,"target":5},{"source":128,"target":147},{"source":128,"target":5},{"source":129,"target":148},{"source":129,"target":5},{"source":130,"target":149},{"source":130,"target":5},{"source":131,"target":150},{"source":131,"target":5},{"source":132,"target":1},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":5},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":151,"target":11},{"source":151,"target":158},{"source":151,"target":6},{"source":158,"target":159},{"source":158,"target":160},{"source":158,"target":11},{"source":152,"target":161},{"source":152,"target":6},{"source":153,"target":11},{"source":153,"target":162},{"source":153,"target":6},{"source":162,"target":163},{"source":162,"target":164},{"source":162,"target":11},{"source":154,"target":165},{"source":154,"target":6},{"source":155,"target":166},{"source":155,"target":6},{"source":156,"target":2},{"source":157,"target":5},{"source":7,"target":0},{"source":7,"target":167},{"source":167,"target":7},{"source":8,"target":0},{"source":8,"target":168},{"source":168,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":169},{"source":11,"target":170},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":171,"target":174},{"source":171,"target":13},{"source":172,"target":175},{"source":172,"target":13},{"source":173,"target":176},{"source":173,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="qvtoperational" nsURI="http://www.eclipse.org/QVT2/1.0.0/Operational" nsPrefix="qvtoperational"> <eSubpackages name="cst" nsURI="http://www.eclipse.org/QVT2/1.0.0/Operational/cst" nsPrefix="qvtoperational.cst"> <eClassifiers xsi:type="ecore:EClass" name="MappingModuleCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="headerCS" lowerBound="1" eType="#//cst/TransformationHeaderCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//cst/ImportCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//cst/ModelTypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1" eType="#//cst/RenameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//cst/ModulePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//cst/MappingMethodCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierDefCS" upperBound="-1" eType="#//cst/ClassifierDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//cst/TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryCS" eSuperTypes="#//cst/MappingModuleCS"/> <eClassifiers xsi:type="ecore:EClass" name="ImportCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryImportCS" eSuperTypes="#//cst/ImportCS"/> <eClassifiers xsi:type="ecore:EClass" name="RenameCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalName" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModulePropertyCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextualPropertyCS" eSuperTypes="#//cst/ModulePropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//cst/ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierDefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//cst/ClassifierPropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//cst/TagCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierPropertyCS" eSuperTypes="#//cst/LocalPropertyCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="stereotypeQualifiers" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureKeys" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//cst/MultiplicityDefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//cst/OppositePropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OppositePropertyCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//cst/MultiplicityDefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityDefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PrimitiveLiteralExpCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PrimitiveLiteralExpCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingDeclarationCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiers" unique="false" upperBound="-1" eType="#//cst/QualifierKindCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directionKindCS" eType="#//cst/DirectionKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingExtension" upperBound="-1" eType="#//cst/MappingExtensionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDeclarationCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecCS" eType="#//cst/TypeSpecCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKind" eType="#//cst/DirectionKindEnum" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKindEnum"> <eLiterals name="DEFAULT"/> <eLiterals name="in"/> <eLiterals name="out"/> <eLiterals name="inout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSignatureCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteSignatureCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleSignature" lowerBound="1" eType="#//cst/SimpleSignatureCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultParams" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingMethodCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blackBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingDeclarationCS" eType="#//cst/MappingDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingRuleCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBody" eType="#//cst/MappingSectionsCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingQueryCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimpleDefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorCS" eSuperTypes="#//cst/MappingMethodCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingRuleCS" eType="#//cst/MappingRuleCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingInitCS" eSuperTypes="#//cst/MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingEndCS" eSuperTypes="#//cst/MappingSectionCS"/> <eClassifiers xsi:type="ecore:EClass" name="MappingSectionsCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingInitCS" eType="#//cst/MappingInitCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingBodyCS" eType="#//cst/MappingBodyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEndCS" eType="#//cst/MappingEndCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementCS" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="BlockExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVar" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LoopExpCS #//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForExpCS" eSuperTypes="#//cst/ImperativeLoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExpCS" eSuperTypes="#//cst/ImperativeLoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" lowerBound="1" upperBound="-1" eType="#//cst/SwitchAltExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchAltExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitializationCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignStatementCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lValueCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incremental" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakExpCS" eSuperTypes="#//cst/StatementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueExpCS" eSuperTypes="#//cst/StatementCS"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatementCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingBodyCS" eSuperTypes="#//cst/MappingSectionCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasPopulationKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectExpCS" eSuperTypes="#//cst/InstantiationExpCS #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallExpCS" eSuperTypes="#//cst/ImperativeOperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeOperationCallExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectionKindCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directionKind" eType="#//cst/DirectionKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementWithBody" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyStartLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyEndLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="one" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveInExpCS" eSuperTypes="#//cst/ResolveExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMappingName" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode #//cst/ElementWithBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complianceKindCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageRefs" lowerBound="1" upperBound="-1" eType="#//cst/PackageRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereStatements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uriCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationHeaderCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleUsages" upperBound="-1" eType="#//cst/ModuleUsageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationRefineCS" eType="#//cst/TransformationRefineCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModuleKindEnum"> <eLiterals name="transformation"/> <eLiterals name="library" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleKindCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleKind" eType="#//cst/ModuleKindEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleRefCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/ParameterDeclarationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportKindEnum"> <eLiterals name="extension"/> <eLiterals name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleUsageCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importKind" eType="#//cst/ImportKindEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleKindCS" eType="#//cst/ModuleKindCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefs" lowerBound="1" upperBound="-1" eType="#//cst/ModuleRefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationRefineCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleRefCS" lowerBound="1" eType="#//cst/ModuleRefCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OperationCallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" eType="#//cst/LogExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="severity" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingExtensionCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/MappingExtensionKindCS" defaultValueLiteral="disjuncts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingIdentifiers" lowerBound="1" upperBound="-1" eType="#//cst/ScopedNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MappingExtensionKindCS"> <eLiterals name="disjuncts" value="1"/> <eLiterals name="merges" value="2"/> <eLiterals name="inherits" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualifierKindCS"> <eLiterals name="abstract" value="1"/> <eLiterals name="blackbox" value="2"/> <eLiterals name="static" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExpCS" eSuperTypes="#//cst/StatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecCS" lowerBound="1" eType="#//cst/TypeSpecCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListLiteralExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionLiteralParts" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryTypeCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//cst/DictLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPartCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/LiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/StringLiteralExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedNameCS" eType="#//cst/ScopedNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpressionCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLevelElements" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//cst/MappingModuleCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTypes" upperBound="-1" eType="#//cst/ModelTypeCS" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//cst/ImportCS" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveOpArgsExpCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/VariableCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/OCLExpressionCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedNameCS" eSuperTypes="platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="ecore:EClass platform:/plugin/org.eclipse.ocl/model/OCLCST.ecore#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph_thirdparty/org.eclipse.m2m.qvt.oml.cst.parser/model/QVTOperationalCST.ecore
ecore
qvtoperational cst MappingModuleCS headerCS imports metamodels renamings properties methods classifierDefCS tags LibraryCS ImportCS pathNameCS LibraryImportCS RenameCS typeCS simpleNameCS originalName ModulePropertyCS simpleNameCS ConfigPropertyCS typeCS LocalPropertyCS typeCS oclExpressionCS ContextualPropertyCS scopedNameCS typeCS oclExpressionCS ClassifierDefCS simpleNameCS extends properties tags ClassifierPropertyCS stereotypeQualifiers featureKeys multiplicity opposite isOrdered true OppositePropertyCS isNavigable true simpleNameCS multiplicity MultiplicityDefCS lowerBound upperBound MappingDeclarationCS qualifiers simpleNameCS contextType parameters result directionKindCS mappingExtension isQuery ParameterDeclarationCS simpleNameCS typeSpecCS directionKind DirectionKindEnum DEFAULT DEFAULT in in out out inout inout SimpleSignatureCS params CompleteSignatureCS simpleSignature resultParams MappingMethodCS blackBox mappingDeclarationCS MappingRuleCS guard mappingBody MappingQueryCS expressions isSimpleDefinition ConstructorCS expressions MappingSectionCS statements mappingRuleCS MappingInitCS MappingEndCS MappingSectionsCS mappingInitCS mappingBodyCS mappingEndCS StatementCS BlockExpCS bodyExpressions ComputeExpCS returnedElement body WhileExpCS body condition resultVar ImperativeLoopExpCS condition ForExpCS ImperativeIterateExpCS target SwitchExpCS alternativePart elsePart SwitchAltExpCS condition body VariableInitializationCS oclExpressionCS simpleNameCS typeCS withResult false AssignStatementCS lValueCS oclExpressionCS incremental BreakExpCS ContinueExpCS ExpressionStatementCS oclExpressionCS MappingBodyCS hasPopulationKeyword ObjectExpCS simpleNameCS expressions isImplicit MappingCallExpCS strict ImperativeOperationCallExpCS module DirectionKindCS directionKind ElementWithBody bodyStartLocation 0 bodyEndLocation 0 ResolveExpCS one isInverse isDeferred target condition ResolveInExpCS inMappingType inMappingName ModelTypeCS identifierCS complianceKindCS packageRefs whereStatements PackageRefCS pathNameCS uriCS TransformationHeaderCS qualifiers pathNameCS parameters moduleUsages transformationRefineCS ModuleKindEnum transformation transformation library library ModuleKindCS moduleKind ModuleRefCS pathNameCS parameters ImportKindEnum extension extension access access ModuleUsageCS importKind moduleKindCS moduleRefs TransformationRefineCS moduleRefCS simpleNameCS TypeSpecCS typeCS simpleNameCS LogExpCS condition AssertExpCS assertion log severity ReturnExpCS value MappingExtensionCS kind disjuncts mappingIdentifiers MappingExtensionKindCS disjuncts disjuncts merges merges inherits inherits QualifierKindCS abstract abstract blackbox blackbox static static InstantiationExpCS typeSpecCS arguments ListTypeCS typeCS ListLiteralExpCS collectionLiteralParts DictionaryTypeCS key value DictLiteralExpCS parts DictLiteralPartCS key value TagCS name scopedNameCS oclExpressionCS UnitCS topLevelElements modules modelTypes imports ResolveOpArgsExpCS target condition ScopedNameCS typeCS name
null
{"directed":true,"nodes":[{"nsPrefix":"qvtoperational","nsURI":"http://www.eclipse.org/QVT2/1.0.0/Operational","name":"qvtoperational","id":0,"eClass":"EPackage"},{"nsPrefix":"qvtoperational.cst","nsURI":"http://www.eclipse.org/QVT2/1.0.0/Operational/cst","name":"cst","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingModuleCS","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryImportCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModulePropertyCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigPropertyCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalPropertyCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualPropertyCS","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierDefCS","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierPropertyCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCS","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityDefCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingDeclarationCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDeclarationCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKindEnum","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSignatureCS","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteSignatureCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingMethodCS","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRuleCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingQueryCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionCS","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingInitCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEndCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSectionsCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementCS","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExpCS","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExpCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExpCS","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExpCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExpCS","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchAltExpCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitializationCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStatementCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExpCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatementCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBodyCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperationCallExpCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectionKindCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementWithBody","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExpCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExpCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeCS","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRefCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationHeaderCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModuleKindEnum","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleKindCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleRefCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKindEnum","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleUsageCS","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationRefineCS","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecCS","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExpCS","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExpCS","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExpCS","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingExtensionCS","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MappingExtensionKindCS","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualifierKindCS","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExpCS","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListTypeCS","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExpCS","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryTypeCS","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExpCS","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPartCS","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCS","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCS","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveOpArgsExpCS","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedNameCS","instanceClass":null,"abstract":false,"id":75,"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":"headerCS","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"imports","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":"metamodels","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":"renamings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"methods","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":"classifierDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","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":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","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":true,"unsettable":false,"transient":false,"unique":true,"name":"originalName","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scopedNameCS","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":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"properties","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":"tags","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"},{"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":"stereotypeQualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureKeys","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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"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":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"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":"simpleNameCS","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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","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":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"qualifiers","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","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":"contextType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","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":"directionKindCS","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":"mappingExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSpecCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"directionKind","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"name":"DEFAULT","id":179,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"in","id":180,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":181,"value":0,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":182,"value":0,"literal":"inout","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleSignature","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":"resultParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"blackBox","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":"mappingBody","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSimpleDefinition","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingRuleCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"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":"mappingInitCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingBodyCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingEndCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","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":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":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":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elsePart","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"withResult","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lValueCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incremental","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"hasPopulationKeyword","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImplicit","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directionKind","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"bodyStartLocation","changeable":true,"lowerBound":0,"iD":false,"id":299,"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":"bodyEndLocation","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"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":"one","changeable":true,"lowerBound":1,"iD":false,"id":303,"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":"isInverse","changeable":true,"lowerBound":1,"iD":false,"id":304,"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":"isDeferred","changeable":true,"lowerBound":1,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inMappingName","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"complianceKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"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":"packageRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereStatements","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uriCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleUsages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformationRefineCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"name":"transformation","id":345,"value":0,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"library","id":346,"value":1,"literal":"library","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moduleKind","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"extension","id":355,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":356,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importKind","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleKindCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleRefCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"disjuncts","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":387,"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":"mappingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"name":"disjuncts","id":392,"value":1,"literal":"disjuncts","eClass":"EEnumLiteral"},{"name":"merges","id":393,"value":2,"literal":"merges","eClass":"EEnumLiteral"},{"name":"inherits","id":394,"value":3,"literal":"inherits","eClass":"EEnumLiteral"},{"name":"abstract","id":395,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"blackbox","id":396,"value":2,"literal":"blackbox","eClass":"EEnumLiteral"},{"name":"static","id":397,"value":3,"literal":"static","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":"typeSpecCS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"container":false,"ordered":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":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collectionLiteralParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scopedNameCS","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":"oclExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLevelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"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":"modules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":430,"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":"modelTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":431,"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":"imports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":432,"derived":true},{"id":433,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":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":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":76,"target":52},{"source":76,"target":85},{"source":76,"target":2},{"source":85,"target":52},{"source":77,"target":4},{"source":77,"target":86},{"source":77,"target":2},{"source":86,"target":4},{"source":78,"target":50},{"source":78,"target":87},{"source":78,"target":2},{"source":87,"target":50},{"source":79,"target":6},{"source":79,"target":88},{"source":79,"target":2},{"source":88,"target":6},{"source":80,"target":7},{"source":80,"target":89},{"source":80,"target":2},{"source":89,"target":7},{"source":81,"target":20},{"source":81,"target":90},{"source":81,"target":2},{"source":90,"target":20},{"source":82,"target":11},{"source":82,"target":91},{"source":82,"target":2},{"source":91,"target":11},{"source":83,"target":72},{"source":83,"target":92},{"source":83,"target":2},{"source":92,"target":72},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":93},{"source":93,"target":2},{"source":4,"target":1},{"source":4,"target":94},{"source":4,"target":95},{"source":94,"target":96},{"source":94,"target":4},{"source":5,"target":1},{"source":5,"target":4},{"source":5,"target":97},{"source":97,"target":4},{"source":6,"target":1},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":98,"target":102},{"source":98,"target":6},{"source":99,"target":103},{"source":99,"target":6},{"source":100,"target":104},{"source":100,"target":6},{"source":7,"target":1},{"source":7,"target":105},{"source":7,"target":106},{"source":105,"target":107},{"source":105,"target":7},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":108},{"source":8,"target":109},{"source":108,"target":110},{"source":108,"target":8},{"source":109,"target":7},{"source":9,"target":1},{"source":9,"target":7},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":111,"target":114},{"source":111,"target":9},{"source":112,"target":115},{"source":112,"target":9},{"source":113,"target":7},{"source":10,"target":1},{"source":10,"target":7},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":116,"target":75},{"source":116,"target":120},{"source":116,"target":10},{"source":120,"target":75},{"source":117,"target":121},{"source":117,"target":10},{"source":118,"target":122},{"source":118,"target":10},{"source":119,"target":7},{"source":11,"target":1},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":123,"target":128},{"source":123,"target":11},{"source":124,"target":129},{"source":124,"target":11},{"source":125,"target":12},{"source":125,"target":130},{"source":125,"target":11},{"source":130,"target":12},{"source":126,"target":72},{"source":126,"target":131},{"source":126,"target":11},{"source":131,"target":72},{"source":12,"target":1},{"source":12,"target":9},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":132,"target":138},{"source":132,"target":12},{"source":133,"target":139},{"source":133,"target":12},{"source":134,"target":14},{"source":134,"target":140},{"source":134,"target":12},{"source":140,"target":14},{"source":135,"target":13},{"source":135,"target":141},{"source":135,"target":12},{"source":141,"target":13},{"source":136,"target":142},{"source":136,"target":12},{"source":137,"target":9},{"source":13,"target":1},{"source":13,"target":143},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":143,"target":147},{"source":143,"target":13},{"source":144,"target":148},{"source":144,"target":13},{"source":145,"target":14},{"source":145,"target":149},{"source":145,"target":13},{"source":149,"target":14},{"source":14,"target":1},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":150,"target":153},{"source":150,"target":14},{"source":151,"target":154},{"source":151,"target":14},{"source":15,"target":1},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":155,"target":65},{"source":155,"target":164},{"source":155,"target":15},{"source":164,"target":65},{"source":156,"target":165},{"source":156,"target":15},{"source":157,"target":166},{"source":157,"target":15},{"source":158,"target":16},{"source":158,"target":167},{"source":158,"target":15},{"source":167,"target":16},{"source":159,"target":16},{"source":159,"target":168},{"source":159,"target":15},{"source":168,"target":16},{"source":160,"target":46},{"source":160,"target":169},{"source":160,"target":15},{"source":169,"target":46},{"source":161,"target":63},{"source":161,"target":170},{"source":161,"target":15},{"source":170,"target":63},{"source":162,"target":171},{"source":162,"target":15},{"source":16,"target":1},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":16,"target":175},{"source":172,"target":176},{"source":172,"target":16},{"source":173,"target":59},{"source":173,"target":177},{"source":173,"target":16},{"source":177,"target":59},{"source":174,"target":17},{"source":174,"target":178},{"source":174,"target":16},{"source":178,"target":17},{"source":17,"target":1},{"source":17,"target":179},{"source":17,"target":180},{"source":17,"target":181},{"source":17,"target":182},{"source":179,"target":17},{"source":180,"target":17},{"source":181,"target":17},{"source":182,"target":17},{"source":18,"target":1},{"source":18,"target":183},{"source":18,"target":184},{"source":183,"target":16},{"source":183,"target":185},{"source":183,"target":18},{"source":185,"target":16},{"source":19,"target":1},{"source":19,"target":186},{"source":19,"target":187},{"source":19,"target":188},{"source":186,"target":18},{"source":186,"target":189},{"source":186,"target":19},{"source":189,"target":18},{"source":187,"target":16},{"source":187,"target":190},{"source":187,"target":19},{"source":190,"target":16},{"source":20,"target":1},{"source":20,"target":191},{"source":20,"target":192},{"source":20,"target":193},{"source":191,"target":194},{"source":191,"target":20},{"source":192,"target":15},{"source":192,"target":195},{"source":192,"target":20},{"source":195,"target":15},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":196},{"source":21,"target":197},{"source":21,"target":198},{"source":196,"target":199},{"source":196,"target":21},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":21},{"source":200,"target":27},{"source":198,"target":20},{"source":22,"target":1},{"source":22,"target":20},{"source":22,"target":201},{"source":22,"target":202},{"source":22,"target":203},{"source":201,"target":204},{"source":201,"target":22},{"source":202,"target":205},{"source":202,"target":22},{"source":203,"target":20},{"source":23,"target":1},{"source":23,"target":20},{"source":23,"target":206},{"source":23,"target":207},{"source":206,"target":208},{"source":206,"target":23},{"source":207,"target":20},{"source":24,"target":1},{"source":24,"target":47},{"source":24,"target":209},{"source":24,"target":210},{"source":24,"target":211},{"source":24,"target":212},{"source":209,"target":213},{"source":209,"target":24},{"source":210,"target":21},{"source":210,"target":214},{"source":210,"target":24},{"source":214,"target":21},{"source":212,"target":47},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":215},{"source":215,"target":24},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":216},{"source":216,"target":24},{"source":27,"target":1},{"source":27,"target":217},{"source":27,"target":218},{"source":27,"target":219},{"source":27,"target":220},{"source":217,"target":25},{"source":217,"target":221},{"source":217,"target":27},{"source":221,"target":25},{"source":218,"target":42},{"source":218,"target":222},{"source":218,"target":27},{"source":222,"target":42},{"source":219,"target":26},{"source":219,"target":223},{"source":219,"target":27},{"source":223,"target":26},{"source":28,"target":1},{"source":28,"target":224},{"source":29,"target":1},{"source":29,"target":28},{"source":29,"target":225},{"source":29,"target":226},{"source":225,"target":227},{"source":225,"target":29},{"source":226,"target":28},{"source":30,"target":1},{"source":30,"target":28},{"source":30,"target":228},{"source":30,"target":229},{"source":30,"target":230},{"source":228,"target":231},{"source":228,"target":30},{"source":229,"target":232},{"source":229,"target":30},{"source":230,"target":28},{"source":31,"target":1},{"source":31,"target":28},{"source":31,"target":233},{"source":31,"target":234},{"source":31,"target":235},{"source":31,"target":236},{"source":233,"target":237},{"source":233,"target":31},{"source":234,"target":238},{"source":234,"target":31},{"source":235,"target":239},{"source":235,"target":31},{"source":236,"target":28},{"source":32,"target":1},{"source":32,"target":28},{"source":32,"target":240},{"source":32,"target":241},{"source":32,"target":242},{"source":240,"target":243},{"source":240,"target":32},{"source":242,"target":28},{"source":33,"target":1},{"source":33,"target":32},{"source":33,"target":244},{"source":244,"target":32},{"source":34,"target":1},{"source":34,"target":32},{"source":34,"target":245},{"source":34,"target":246},{"source":245,"target":247},{"source":245,"target":34},{"source":246,"target":32},{"source":35,"target":1},{"source":35,"target":28},{"source":35,"target":248},{"source":35,"target":249},{"source":35,"target":250},{"source":248,"target":36},{"source":248,"target":251},{"source":248,"target":35},{"source":251,"target":36},{"source":249,"target":252},{"source":249,"target":35},{"source":250,"target":28},{"source":36,"target":1},{"source":36,"target":28},{"source":36,"target":253},{"source":36,"target":254},{"source":36,"target":255},{"source":253,"target":256},{"source":253,"target":36},{"source":254,"target":257},{"source":254,"target":36},{"source":255,"target":28},{"source":37,"target":1},{"source":37,"target":28},{"source":37,"target":258},{"source":37,"target":259},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":258,"target":263},{"source":258,"target":37},{"source":259,"target":264},{"source":259,"target":37},{"source":260,"target":265},{"source":260,"target":37},{"source":261,"target":266},{"source":261,"target":37},{"source":262,"target":28},{"source":38,"target":1},{"source":38,"target":28},{"source":38,"target":267},{"source":38,"target":268},{"source":38,"target":269},{"source":38,"target":270},{"source":267,"target":271},{"source":267,"target":38},{"source":268,"target":272},{"source":268,"target":38},{"source":269,"target":273},{"source":269,"target":38},{"source":270,"target":28},{"source":39,"target":1},{"source":39,"target":28},{"source":39,"target":274},{"source":274,"target":28},{"source":40,"target":1},{"source":40,"target":28},{"source":40,"target":275},{"source":275,"target":28},{"source":41,"target":1},{"source":41,"target":28},{"source":41,"target":276},{"source":41,"target":277},{"source":276,"target":278},{"source":276,"target":41},{"source":277,"target":28},{"source":42,"target":1},{"source":42,"target":24},{"source":42,"target":279},{"source":42,"target":280},{"source":279,"target":281},{"source":279,"target":42},{"source":280,"target":24},{"source":43,"target":1},{"source":43,"target":66},{"source":43,"target":47},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":43,"target":285},{"source":43,"target":286},{"source":282,"target":287},{"source":282,"target":43},{"source":283,"target":288},{"source":283,"target":43},{"source":284,"target":289},{"source":284,"target":43},{"source":285,"target":66},{"source":286,"target":47},{"source":44,"target":1},{"source":44,"target":45},{"source":44,"target":290},{"source":44,"target":291},{"source":290,"target":292},{"source":290,"target":44},{"source":291,"target":45},{"source":45,"target":1},{"source":45,"target":293},{"source":45,"target":294},{"source":293,"target":295},{"source":293,"target":45},{"source":46,"target":1},{"source":46,"target":296},{"source":46,"target":297},{"source":296,"target":17},{"source":296,"target":298},{"source":296,"target":46},{"source":298,"target":17},{"source":47,"target":1},{"source":47,"target":299},{"source":47,"target":300},{"source":299,"target":301},{"source":299,"target":47},{"source":300,"target":302},{"source":300,"target":47},{"source":48,"target":1},{"source":48,"target":303},{"source":48,"target":304},{"source":48,"target":305},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":303,"target":309},{"source":303,"target":48},{"source":304,"target":310},{"source":304,"target":48},{"source":305,"target":311},{"source":305,"target":48},{"source":306,"target":312},{"source":306,"target":48},{"source":307,"target":313},{"source":307,"target":48},{"source":49,"target":1},{"source":49,"target":48},{"source":49,"target":314},{"source":49,"target":315},{"source":49,"target":316},{"source":314,"target":317},{"source":314,"target":49},{"source":315,"target":318},{"source":315,"target":49},{"source":316,"target":48},{"source":50,"target":1},{"source":50,"target":47},{"source":50,"target":319},{"source":50,"target":320},{"source":50,"target":321},{"source":50,"target":322},{"source":50,"target":323},{"source":50,"target":324},{"source":319,"target":325},{"source":319,"target":50},{"source":320,"target":326},{"source":320,"target":50},{"source":321,"target":51},{"source":321,"target":327},{"source":321,"target":50},{"source":327,"target":51},{"source":322,"target":328},{"source":322,"target":50},{"source":324,"target":47},{"source":51,"target":1},{"source":51,"target":329},{"source":51,"target":330},{"source":51,"target":331},{"source":329,"target":332},{"source":329,"target":51},{"source":330,"target":333},{"source":330,"target":51},{"source":52,"target":1},{"source":52,"target":334},{"source":52,"target":335},{"source":52,"target":336},{"source":52,"target":337},{"source":52,"target":338},{"source":52,"target":339},{"source":334,"target":340},{"source":334,"target":52},{"source":335,"target":341},{"source":335,"target":52},{"source":336,"target":16},{"source":336,"target":342},{"source":336,"target":52},{"source":342,"target":16},{"source":337,"target":57},{"source":337,"target":343},{"source":337,"target":52},{"source":343,"target":57},{"source":338,"target":58},{"source":338,"target":344},{"source":338,"target":52},{"source":344,"target":58},{"source":53,"target":1},{"source":53,"target":345},{"source":53,"target":346},{"source":345,"target":53},{"source":346,"target":53},{"source":54,"target":1},{"source":54,"target":347},{"source":54,"target":348},{"source":347,"target":53},{"source":347,"target":349},{"source":347,"target":54},{"source":349,"target":53},{"source":55,"target":1},{"source":55,"target":350},{"source":55,"target":351},{"source":55,"target":352},{"source":350,"target":353},{"source":350,"target":55},{"source":351,"target":16},{"source":351,"target":354},{"source":351,"target":55},{"source":354,"target":16},{"source":56,"target":1},{"source":56,"target":355},{"source":56,"target":356},{"source":355,"target":56},{"source":356,"target":56},{"source":57,"target":1},{"source":57,"target":357},{"source":57,"target":358},{"source":57,"target":359},{"source":57,"target":360},{"source":357,"target":56},{"source":357,"target":361},{"source":357,"target":57},{"source":361,"target":56},{"source":358,"target":54},{"source":358,"target":362},{"source":358,"target":57},{"source":362,"target":54},{"source":359,"target":55},{"source":359,"target":363},{"source":359,"target":57},{"source":363,"target":55},{"source":58,"target":1},{"source":58,"target":364},{"source":58,"target":365},{"source":58,"target":366},{"source":364,"target":55},{"source":364,"target":367},{"source":364,"target":58},{"source":367,"target":55},{"source":365,"target":368},{"source":365,"target":58},{"source":59,"target":1},{"source":59,"target":369},{"source":59,"target":370},{"source":59,"target":371},{"source":369,"target":372},{"source":369,"target":59},{"source":370,"target":373},{"source":370,"target":59},{"source":60,"target":1},{"source":60,"target":374},{"source":60,"target":375},{"source":374,"target":376},{"source":374,"target":60},{"source":61,"target":1},{"source":61,"target":28},{"source":61,"target":377},{"source":61,"target":378},{"source":61,"target":379},{"source":61,"target":380},{"source":377,"target":381},{"source":377,"target":61},{"source":378,"target":60},{"source":378,"target":382},{"source":378,"target":61},{"source":382,"target":60},{"source":379,"target":383},{"source":379,"target":61},{"source":380,"target":28},{"source":62,"target":1},{"source":62,"target":28},{"source":62,"target":384},{"source":62,"target":385},{"source":384,"target":386},{"source":384,"target":62},{"source":385,"target":28},{"source":63,"target":1},{"source":63,"target":387},{"source":63,"target":388},{"source":63,"target":389},{"source":387,"target":64},{"source":387,"target":390},{"source":387,"target":63},{"source":390,"target":64},{"source":388,"target":75},{"source":388,"target":391},{"source":388,"target":63},{"source":391,"target":75},{"source":64,"target":1},{"source":64,"target":392},{"source":64,"target":393},{"source":64,"target":394},{"source":392,"target":64},{"source":393,"target":64},{"source":394,"target":64},{"source":65,"target":1},{"source":65,"target":395},{"source":65,"target":396},{"source":65,"target":397},{"source":395,"target":65},{"source":396,"target":65},{"source":397,"target":65},{"source":66,"target":1},{"source":66,"target":28},{"source":66,"target":398},{"source":66,"target":399},{"source":66,"target":400},{"source":398,"target":59},{"source":398,"target":401},{"source":398,"target":66},{"source":401,"target":59},{"source":399,"target":402},{"source":399,"target":66},{"source":400,"target":28},{"source":67,"target":1},{"source":67,"target":403},{"source":67,"target":404},{"source":403,"target":405},{"source":403,"target":67},{"source":68,"target":1},{"source":68,"target":406},{"source":68,"target":407},{"source":406,"target":408},{"source":406,"target":68},{"source":69,"target":1},{"source":69,"target":409},{"source":69,"target":410},{"source":69,"target":411},{"source":409,"target":412},{"source":409,"target":69},{"source":410,"target":413},{"source":410,"target":69},{"source":70,"target":1},{"source":70,"target":414},{"source":70,"target":415},{"source":414,"target":71},{"source":414,"target":416},{"source":414,"target":70},{"source":416,"target":71},{"source":71,"target":1},{"source":71,"target":417},{"source":71,"target":418},{"source":71,"target":419},{"source":417,"target":420},{"source":417,"target":71},{"source":418,"target":421},{"source":418,"target":71},{"source":72,"target":1},{"source":72,"target":422},{"source":72,"target":423},{"source":72,"target":424},{"source":72,"target":425},{"source":422,"target":426},{"source":422,"target":72},{"source":423,"target":75},{"source":423,"target":427},{"source":423,"target":72},{"source":427,"target":75},{"source":424,"target":428},{"source":424,"target":72},{"source":73,"target":1},{"source":73,"target":429},{"source":73,"target":430},{"source":73,"target":431},{"source":73,"target":432},{"source":73,"target":433},{"source":429,"target":434},{"source":429,"target":73},{"source":430,"target":2},{"source":430,"target":435},{"source":430,"target":73},{"source":435,"target":2},{"source":431,"target":50},{"source":431,"target":436},{"source":431,"target":73},{"source":436,"target":50},{"source":432,"target":4},{"source":432,"target":437},{"source":432,"target":73},{"source":437,"target":4},{"source":74,"target":1},{"source":74,"target":438},{"source":74,"target":439},{"source":74,"target":440},{"source":438,"target":441},{"source":438,"target":74},{"source":439,"target":442},{"source":439,"target":74},{"source":75,"target":1},{"source":75,"target":443},{"source":75,"target":444},{"source":75,"target":445},{"source":443,"target":446},{"source":443,"target":75},{"source":444,"target":447},{"source":444,"target":75}],"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="attributes" nsURI="http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/attributes" nsPrefix="attributes"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="A"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="b" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="B"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="c" unique="false" 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="C"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="comment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="d" unique="false" 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="myD"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="myR" eType="#//R" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="myR"/> </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="comment" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Double" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="comment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="R"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="R"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/schemaconstructs/model/attributes.ecore
ecore
attributes A name b c comment id d myR DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation comment R name
null
{"directed":true,"nodes":[{"nsPrefix":"attributes","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/attributes","name":"attributes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"R","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"b","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":false,"name":"c","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"d","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myR","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"comment","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":4,"target":11},{"source":4,"target":1},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":8,"target":15},{"source":8,"target":1},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":3},{"source":10,"target":17},{"source":10,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"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":21,"target":25},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":26,"target":27},{"source":26,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http:///www.softmodeler.com/model/softmodeler/1.0.0" nsPrefix="model"> <eClassifiers xsi:type="ecore:EClass" name="Attachment" eSuperTypes="#//BasicObject"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> <eAnnotations source="http:///www.softmodeler.com/model/annotation/NLS"> <details key="enabled" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="#//ResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicObject" abstract="true"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getId() + &quot; &quot; + getLocale();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/Validate"> <details key="validator" value="required"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectRef"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getDefaultLabel();"/> </eAnnotations> </eOperations> <eOperations name="getWorkingId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getDefaultLocale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLabels().getDefaultLocale();"/> </eAnnotations> </eOperations> <eOperations name="getDefaultLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getLabels().getDefaultLabel();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//ObjectState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" eType="#//LabelsType"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=2000)&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=10)&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=25)&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeNode" eSuperTypes="#//BasicObject"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/NLS"> <details key="enabled" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childs" upperBound="-1" eType="#//TreeNodeChild" containment="true" eOpposite="#//TreeNodeChild/parent" eKeys="#//TreeNodeChild/nodeId"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@OneToMany(cascade={MERGE,PERSIST,REFRESH} fetch=EAGER)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObjectRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeNodeChild"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//TreeNode" eOpposite="#//TreeNode/childs"> <eAnnotations source="teneo.jpa"> <details key="appinfo" value="@ManyToOne(cascade={MERGE,PERSIST,REFRESH})"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicCode" abstract="true"> <eOperations name="getSegments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getLastSegment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getPureLastSegment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getFirstSegment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setParentPath"> <eParameters name="parent" eType="#//BasicCode"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/Validate"> <details key="validator" value="required"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//BasicCode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" eType="#//LabelsType"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/Validate"> <details key="validator" value="required"/> </eAnnotations> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=2000)&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptions" eType="#//LabelsType"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=2000)&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//CodeEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="structure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Code" eSuperTypes="#//BasicCode"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//BasicCode"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classifier" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associatedClassifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <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="NotificationParticipant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mailAddress" eType="#//MailAddressType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectRef" eType="#//ObjectRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicNotificationDefinition" abstract="true" eSuperTypes="#//BasicObject"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/NLS"> <details key="enabled" value="false"/> </eAnnotations> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getDescription();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notificationEventId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#//NotificationParticipant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receivers" upperBound="-1" eType="#//NotificationParticipant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ccReceivers" upperBound="-1" eType="#//NotificationParticipant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bccReceivers" upperBound="-1" eType="#//NotificationParticipant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delivery" eType="#//Code"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/Code"> <details key="path" value="$NOTIFICATIONDELIVERY"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationDefinition" eSuperTypes="#//BasicNotificationDefinition"> <eAnnotations source="http:///www.softmodeler.com/model/annotation/NLS"> <details key="enabled" value="false"/> </eAnnotations> <eAnnotations source="http:///www.softmodeler.com/model/annotation/REF"> <details key="enabled" value="false"/> </eAnnotations> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return super.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=2000)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludeFilter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="teneo.jpa"> <details key="value" value="@Column(length=2000)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LabelsType" instanceClassName="com.softmodeler.model.type.LabelsType"/> <eClassifiers xsi:type="ecore:EDataType" name="MailAddressType" instanceClassName="com.softmodeler.model.type.MailAddressType"/> <eClassifiers xsi:type="ecore:EDataType" name="ResourceType" instanceClassName="com.softmodeler.model.type.ResourceType"/> <eClassifiers xsi:type="ecore:EEnum" name="ObjectState"> <eLiterals name="NEW" literal="_NEW"/> <eLiterals name="PRODUCTION" value="1" literal="_PROD"/> <eLiterals name="MODIFICATION" value="2" literal="_MOD"/> <eLiterals name="DELETION" value="3" literal="_DEL"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/flaviodonze/emf-rest-server-client/rest-common/src/main/java/com/softmodeler/model/softmodeler.ecore
ecore
model Attachment key objectId data BasicObject toString id domain locale ObjectRef toString getWorkingId getDefaultLocale getDefaultLabel id domain state labels appId type nature TreeNode name childs object TreeNodeChild nodeId parent BasicCode getSegments getLastSegment getPureLastSegment getFirstSegment setParentPath parent id parent names descriptions entries sortHint domain -1 active true structure false Code Category classifier associatedClassifier CodeEntry id key value NotificationParticipant id groupId mailAddress objectRef BasicNotificationDefinition toString notificationEventId active description sender receivers ccReceivers bccReceivers delivery identifier NotificationDefinition toString includeFilter excludeFilter template false LabelsType com.softmodeler.model.type.LabelsType com.softmodeler.model.type.LabelsType MailAddressType com.softmodeler.model.type.MailAddressType com.softmodeler.model.type.MailAddressType ResourceType com.softmodeler.model.type.ResourceType com.softmodeler.model.type.ResourceType ObjectState NEW _NEW PRODUCTION _PROD MODIFICATION _MOD DELETION _DEL
null
{"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http:///www.softmodeler.com/model/softmodeler/1.0.0","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attachment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeNodeChild","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicCode","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeEntry","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationParticipant","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicNotificationDefinition","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationDefinition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"com.softmodeler.model.type.LabelsType","defaultValue":null,"instanceClassName":"com.softmodeler.model.type.LabelsType","name":"LabelsType","instanceClass":null,"id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.softmodeler.model.type.MailAddressType","defaultValue":null,"instanceClassName":"com.softmodeler.model.type.MailAddressType","name":"MailAddressType","instanceClass":null,"id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.softmodeler.model.type.ResourceType","defaultValue":null,"instanceClassName":"com.softmodeler.model.type.ResourceType","name":"ResourceType","instanceClass":null,"id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectState","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectId","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":"data","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,"unique":true,"name":"toString","lowerBound":0,"id":24,"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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"domain","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":"locale","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWorkingId","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultLocale","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultLabel","lowerBound":0,"id":35,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":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":"labels","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appId","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"nodeId","changeable":true,"lowerBound":0,"iD":true,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSegments","lowerBound":0,"id":65,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLastSegment","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPureLastSegment","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstSegment","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setParentPath","lowerBound":0,"id":69,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":70,"derived":false},{"container":false,"ordered":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":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":"names","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":"descriptions","changeable":true,"lowerBound":0,"iD":false,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sortHint","changeable":true,"lowerBound":0,"iD":false,"id":75,"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":"domain","changeable":true,"lowerBound":0,"iD":false,"id":76,"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":"active","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classifier","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":true,"unique":true,"name":"associatedClassifier","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":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":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupId","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailAddress","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":114,"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":"notificationEventId","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receivers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ccReceivers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bccReceivers","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":"delivery","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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeFilter","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":"excludeFilter","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":"false","unsettable":false,"transient":false,"unique":true,"name":"template","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"},{"name":"NEW","id":144,"value":0,"literal":"_NEW","eClass":"EEnumLiteral"},{"name":"PRODUCTION","id":145,"value":1,"literal":"_PROD","eClass":"EEnumLiteral"},{"name":"MODIFICATION","id":146,"value":2,"literal":"_MOD","eClass":"EEnumLiteral"},{"name":"DELETION","id":147,"value":3,"literal":"_DEL","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":2},{"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":15},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":15},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":27,"target":31},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":32,"target":43},{"source":32,"target":3},{"source":33,"target":44},{"source":33,"target":3},{"source":34,"target":45},{"source":34,"target":3},{"source":35,"target":46},{"source":35,"target":3},{"source":36,"target":47},{"source":36,"target":3},{"source":37,"target":48},{"source":37,"target":3},{"source":38,"target":16},{"source":38,"target":49},{"source":38,"target":3},{"source":49,"target":16},{"source":39,"target":13},{"source":39,"target":50},{"source":39,"target":3},{"source":50,"target":13},{"source":40,"target":51},{"source":40,"target":3},{"source":41,"target":52},{"source":41,"target":3},{"source":42,"target":53},{"source":42,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":54,"target":58},{"source":54,"target":4},{"source":55,"target":5},{"source":55,"target":59},{"source":55,"target":4},{"source":55,"target":60},{"source":55,"target":61},{"source":59,"target":5},{"source":56,"target":3},{"source":56,"target":62},{"source":56,"target":4},{"source":62,"target":3},{"source":57,"target":2},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":60},{"source":61,"target":63},{"source":61,"target":5},{"source":60,"target":4},{"source":60,"target":64},{"source":60,"target":5},{"source":60,"target":55},{"source":64,"target":4},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":65,"target":79},{"source":65,"target":6},{"source":66,"target":80},{"source":66,"target":6},{"source":67,"target":81},{"source":67,"target":6},{"source":68,"target":82},{"source":68,"target":6},{"source":69,"target":6},{"source":69,"target":83},{"source":83,"target":6},{"source":83,"target":84},{"source":83,"target":69},{"source":84,"target":6},{"source":70,"target":85},{"source":70,"target":6},{"source":71,"target":6},{"source":71,"target":86},{"source":71,"target":6},{"source":86,"target":6},{"source":72,"target":13},{"source":72,"target":87},{"source":72,"target":6},{"source":87,"target":13},{"source":73,"target":13},{"source":73,"target":88},{"source":73,"target":6},{"source":88,"target":13},{"source":74,"target":9},{"source":74,"target":89},{"source":74,"target":6},{"source":89,"target":9},{"source":75,"target":90},{"source":75,"target":6},{"source":76,"target":91},{"source":76,"target":6},{"source":77,"target":92},{"source":77,"target":6},{"source":78,"target":93},{"source":78,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":94},{"source":94,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":95,"target":98},{"source":95,"target":8},{"source":96,"target":99},{"source":96,"target":8},{"source":97,"target":6},{"source":9,"target":0},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":100,"target":103},{"source":100,"target":9},{"source":101,"target":104},{"source":101,"target":9},{"source":102,"target":105},{"source":102,"target":9},{"source":10,"target":0},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":106,"target":110},{"source":106,"target":10},{"source":107,"target":111},{"source":107,"target":10},{"source":108,"target":14},{"source":108,"target":112},{"source":108,"target":10},{"source":112,"target":14},{"source":109,"target":3},{"source":109,"target":113},{"source":109,"target":10},{"source":113,"target":3},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":114},{"source":11,"target":115},{"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":122},{"source":11,"target":123},{"source":11,"target":124},{"source":114,"target":125},{"source":114,"target":11},{"source":115,"target":126},{"source":115,"target":11},{"source":116,"target":127},{"source":116,"target":11},{"source":117,"target":128},{"source":117,"target":11},{"source":118,"target":10},{"source":118,"target":129},{"source":118,"target":11},{"source":129,"target":10},{"source":119,"target":10},{"source":119,"target":130},{"source":119,"target":11},{"source":130,"target":10},{"source":120,"target":10},{"source":120,"target":131},{"source":120,"target":11},{"source":131,"target":10},{"source":121,"target":10},{"source":121,"target":132},{"source":121,"target":11},{"source":132,"target":10},{"source":122,"target":7},{"source":122,"target":133},{"source":122,"target":11},{"source":133,"target":7},{"source":123,"target":134},{"source":123,"target":11},{"source":124,"target":2},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":135,"target":140},{"source":135,"target":12},{"source":136,"target":141},{"source":136,"target":12},{"source":137,"target":142},{"source":137,"target":12},{"source":138,"target":143},{"source":138,"target":12},{"source":139,"target":11},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":144},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":144,"target":16},{"source":145,"target":16},{"source":146,"target":16},{"source":147,"target":16}],"multigraph":true}